Re: Pine with Color

2000-08-11 Thread Gergely Madarasz
On Fri, 11 Aug 2000, Ben Collins wrote:

 On Fri, Aug 11, 2000 at 11:59:42PM +0900, Jack Morgan wrote:
  
  I just installed Pine and like it a lot better than Mutt. But Mutt can view
  mail in many different colors. How do the same in Pine?
  Thanks
 
 You can't.

Actually pine 4.21 supports colors... 

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/



Re: php3 supporting MySQL

2000-05-08 Thread Gergely Madarasz
On Mon, 8 May 2000, Umum Wijoyo wrote:

 Hello again...
 
 I've installed these following .deb packages:
 
 - apache -- works fine!
 - MySQL  -- works fine!
 - PHP3   -- why can't it support MySQL?
 
 Can anybody help me with this?

install php3-mysql and add the following line to php3.ini:
extension=mysql.so

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/


Re: extract a deb package ?

2000-03-14 Thread Gergely Madarasz
On Wed, 15 Mar 2000, Attila Csosz wrote:

 
 How could I extract ( like unzip ) a deb package to a directory?
 I wouldn't install it. I'd like to get a file from it.

dpkg --extract package_file directory

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/


Re: HELP: FTP through squid proxy wants to get ENTIRE area under /

2000-02-05 Thread Gergely Madarasz
On Fri, 4 Feb 2000 [EMAIL PROTECTED] wrote:

 
 It didn't do this to me with the previous set of images, but this go
 around I'm getting stuff outside the tree I specify:
 
 # wget -r ftp://marcus.debian.net/pub/debian/disks-sparc/2000-02-04/

you should use the -np (--no-parent) switch with wget too...

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: Potato/Unstable Issues

1999-12-10 Thread Gergely Madarasz
On Fri, 10 Dec 1999, Joey Hess wrote:

 Craig Coles wrote:
  1: On a couple of boxes, while doing an update with dselect, I keep seeing
  the message
  
  Cannot find termcap: Can't find a valid termcap file at
  /usr/lib/perl5/5.005/Term/ReadLine.pm line 305
  
  There is a ReadLine.pmm file there.
 
 Install libreadline-gnu-perl. This is a known and many-times reported perl
 bug.

libterm-readline-gnu-perl actually

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/


Re: PHP3 String functions not available

1999-12-05 Thread Gergely Madarasz
On Sun, 5 Dec 1999, Sven Gaerner wrote:

 I have installed PHP3 as cgi- and apache-module on an slink-based machine. I
 also have installed some PHP-modules (mysql and imap). When I try to call a
 string function (strip_tags) I get an error message in my browser window: call
 to unsupported function...
 It seems to be that this module is not available but in dselect there are only
 PHP3 modules that supports database or graphics functions. How can I use the
 string functions??

The php3.deb package contains (almost) all php modules which need no
special external libraries, so it contains the string functions too.
The problem is that strip_tags was added in version 3.0.8 while slink
contains 3.0.5. There might be some newer versions of php compiled for
slink on http://netgod.net/x


-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/


Re: php4 isn't finding mysql routines

1999-11-25 Thread Gergely Madarasz
On Wed, 24 Nov 1999, Brian White wrote:

 I've just finished installing PHP4 and PHP4-MySQL.  I added the module in
 to apache...
 
   LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
 
 And now php files seem to get executed correctly.  However, as soon as they
 try to access a MySQL database, it appears the functions are not found:
 
   Fatal error: Call to undefined function: mysql_pconnect() in ./mysql.php3
   on line 15
 
 I can't find anything in the documentation about this.  The php4-mysql
 package has a mysql.so library file in it, but zero documentation about
 how to use it so I assume it should work out-of-the-box.
 
 Is there something else I need to do?
 
   php4:   v4.0b3-1
   php4-mysql: v4.0b3-1
   apache: v1.3.9-10
 
 (php3 is not installed, but there doesn't seem to be anything version 
 specific)

read /usr/share/doc/php4/README.Debian (you need to load the mysql module
into php4)

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/


Re: php4 isn't finding mysql routines

1999-11-25 Thread Gergely Madarasz
On Thu, 25 Nov 1999, Brian White wrote:

  read /usr/share/doc/php4/README.Debian (you need to load the mysql module
  into php4)
 
 Oh believe me, I read everything trying to find this.  THe README.Debian
 is far from helpful here...
 
 ==
 php4 for Debian
 --
 
 possible notes regarding this package - if none, delete this file
 
  -- Madarasz Gergely [EMAIL PROTECTED], Tue, 16 Nov 1999 19:33:42 +0100
 ===

Ugh... I'm sure I've put that information somewhere... thanks for pointing
this out...

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/


Re: PHP4 packages will be soon uploaded

1999-11-18 Thread Gergely Madarasz
On Wed, 17 Nov 1999, Gergely Madarasz wrote:

 There were lots of questions about php4 and when it will be packaged.
 4.0b3 was released today, I'm now testing how it compiles and works with
 shared modules, I will package it this week. Expect an upload on Sunday.
 For now there will only be an apache module with separate modules for
 mysql, postgres, gd, xml and snmp. A cgi version and more modules will be
 arriving later.

Just to let you know about the progress... it builds, loads, seems to
work. I could even set apache up to load both php3 and php4 modules. This
will need a newer php3 upstream though (or a patch applied to the current
3.0.12), so php4 will conflict with php3 at the beginning. Don't worry,
the conflict will disappear later :)
Anyway this is nice:
Server: Apache/1.3.9 (Unix) Debian/GNU PHP/4.0b3 PHP/3.0.13-dev
;)

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/


Re: Debian SPARC

1999-11-18 Thread Gergely Madarasz
On Wed, 17 Nov 1999 [EMAIL PROTECTED] wrote:

  Since this is a problem we need to address before release, can you be
  specific to the problems you are having?
 
 This is a console log of a normal 2.2.13 boot of my IPX, kernel compiled
 on the IPX, console on ttya, before I wiped the drive (AM Nov 17) and
 reinstalled slink. Potato at that time was not letting me log in on
 console (PM Nov 16) saying something about a 'function not implimented' on
 /dev/ttyS0

Actually it says something about function not implemented on /dev/cua0,
see:
tty_io.c: process 1 (swapper) used obsolete /dev/cua0 - update software to use 
/dev/ttyS0
link /dev/console to /dev/ttyS0 and see if it helps.

And btw what is that message about
Power-On SelfTest FAILED ... Replace CPU Board
? :)
The depmod problem is known, it will soon be fixed.

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/




Re: PHP4 packages will be soon uploaded

1999-11-18 Thread Gergely Madarasz
On Wed, 17 Nov 1999, Christopher S. Swingley wrote:

  Just to let you know about the progress... it builds, loads, seems to
  work. I could even set apache up to load both php3 and php4 modules. This
 
 I just read something about the PHP4 release that mentions that Zend is
 licensed under the QPL.  Since PHP4 uses Zend, isn't there a licensing
 issue here?

QPL is DFSG-compliant, though not among the nicest licences out there.

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/


PHP4 packages will be soon uploaded

1999-11-16 Thread Gergely Madarasz
Hello,

There were lots of questions about php4 and when it will be packaged.
4.0b3 was released today, I'm now testing how it compiles and works with
shared modules, I will package it this week. Expect an upload on Sunday.
For now there will only be an apache module with separate modules for
mysql, postgres, gd, xml and snmp. A cgi version and more modules will be
arriving later.

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/


Re: Preventing parameters to lilo

1999-11-12 Thread Gergely Madarasz
On Fri, 12 Nov 1999, Mario Jorge Nunes Filipe wrote:

 We have a few labs here whith dual-boot. Windows is protected with
 Fortress. Some students with a bit more of knowledge enter linux with
 the init parameter passed to lilo and then remove fortress from windows
 so they can install anything they want.
 
 Is there a way to prevent lilo from getting parameters ?

You need the following two lilo.conf options:

password=something
restricted

In this case if someone enters additional parameters to lilo, it will ask
for the password. Make sure you have lilo.conf mode 0600

-- 
Madarasz Gergely   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 It's practically impossible to look at a penguin and feel angry.
 Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
   HuLUG: http://mlf.linux.rulez.org/


Re: XF86_NONEV

1999-10-06 Thread Gergely Madarasz
On Tue, 5 Oct 1999, Adam Shand wrote:

 # startx ; clear; logout
 
 but in bash this doesn't work and i haven't figured out why yet.

startx  clear ; logout 

Greg



Re: Apache-ssl php/MySQL problem

1999-08-22 Thread Gergely Madarasz
On Sun, 22 Aug 1999 [EMAIL PROTECTED] wrote:

 Hi, Ive got a problem with php / mysql.  Ive installed php3-mysql, although 
 it 
 doesnt want to load.  apacheconfig doesnt even attempt to load it.
 
 After playing I figured out to add:
 
   LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
 
 into httpd.conf, but im also guessing I need:
 
   LoadModule something /usr/lib/php3/apache/mysql.so
 
 Because when I load an php page, it says:
 
   Fatal error: Call to unsupported or undefined function mysql_connect() in...
 
 What is the something I need?  Everything ive tried, which looks likely 
 from'strings /usr/lib/php3/apache/mysql.so' gives out:
 
   Syntax error on line 111 of /etc/apache-ssl/httpd.conf:
   API module structure `something' in file 
   /usr/lib/php3/apache/mysql.so is garbled - perhaps this is not an Apache 
   module DSO?

for mysql support in php/apache you need to load the mysql module into
php, not apache. read /usr/doc/php3/README.Debian

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: Qmail

1999-08-05 Thread Gergely Madarasz
On Thu, 5 Aug 1999, Justa na acount to get my list mails wrote:

 What do you think about Qmail.
 I think it sould become the default mta of debian.

It is not even part of the main distro because of its licence, and
probably never will be.

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: icewm-problems after upgrading to gnome 1.0

1999-08-02 Thread Gergely Madarasz
On Mon, 2 Aug 1999, Johann Spies wrote:

 After apt-get upgrade icewm and icewm-gnome I do no longer have 4
 workspaces and I get the following error message when I run startx
 (although X11 and gnome is working otherwise):
 
 Bad option: ShowXButton
 Bad option: WindowListFontName
 Bad option: AddWorkspace
 Bad option: AddWorkspace
 Bad option: AddWorkspace
 Bad option: AddWorkspace
 Could not load font ''.
 Could not load font ''.
 unknown window option: onTop
 
 It seems as if something in gtk has changed.  If I remember correctly,
 apt-get also upgraded gtk.

Some icewm preferences options have changed, check the
/etc/X11/icewm/preferences.dpkg-dist 

 How do I get 4 workspaces back again?

WorkspaceNames= 1 ,  2 ,  3 ,  4 

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


new php3 packages

1999-07-02 Thread Gergely Madarasz
Hello!

I've made some preliminary php3 packages, version 3.0.11. Anyone
interested can download them from ftp://ftp.elte.hu/pub/people/gorgo/php3
These packages fix the long-standing mysql problem which was caused by the
mysql package reorganization and the fact that there wasn't a good mysql
package in potato/main I could link against. The libmysqlclient6 package
the php3-mysql module depends on is currently now in incoming but will be
installed into archive tomorrow. I expect to upload the final 3.0.11
packages by then too. So if you test them now, please notify me of any
success/failure reports.

In the next upload expect some new modules like snmp, imagemagick, pcre,
but first I want to get this package set into the archive as soon as
possible, so no new packages yet.

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: StarOffice5.1 and glibc libraries

1999-06-24 Thread Gergely Madarasz
On Thu, 24 Jun 1999, Sebastian Canagaratna wrote:

 I am using slink. Star Office 5.1 requires libc-2.0.7.so
 ( which I find is included in slink ) and libthread-0.7.so
 ( glibc-2.0.7-7-7.i386.rpm) which I am unable to find.
 Could somebody suggest where I could find the required
 .deb?

libpthread-0.7.so is included in slink

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: How can I tell xterm -e finger not to close when finger does?

1999-06-22 Thread Gergely Madarasz
On Tue, 22 Jun 1999, Frankie wrote:

 Cos I'm trying to set up a command with gw, you see.

try xterm -e sh -c finger; read

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: Can I get the .deb files that I currently have installed.

1999-06-14 Thread Gergely Madarasz
On Mon, 14 Jun 1999, Peter S Galbraith wrote:

 
 Mark Wright wrote:
 
   What I want is not the list of
  .deb's, but the .debs themselves.  
 
 As far as I know, there is no tool to recreate .deb file from
 files installed on your disk.  But it should be possible to hack in a
 few hours.


There is one, actually. 
dpkg-repack - puts an unpacked .deb file back together

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: Disabling Ice WM panel

1999-06-06 Thread Gergely Madarasz
On Sat, 5 Jun 1999 [EMAIL PROTECTED] wrote:

 Does anyone know how to do this?  I went through all the usr/doc files, but I 
 couldn't find anything that would let me turn the panel off.  Thanks.

Just edit your preferences file and set
ShowTaskBar=0

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: PHP3 and Mysql -- Broken Module

1999-05-18 Thread Gergely Madarasz
On Mon, 17 May 1999, jeb wrote:

 I'm using the latest Debain versions of PHP3 and the PHPMysql module. 
 I'm also using the latest version of Mysql. It works fine.
 
 PHP3 seems to work by itself; PHP3 scripts that don't access Mysql 
 work.
 
 When I try to run a PHP script, I get a message saying
 
 Call to unsupported or undefined function mysql_connect()
 
 I've added the mysql module to the PHP configuration, but it's 
 apparent that it can find a library or something that it needs.
 
 Does anyone have this combination working, or are the the PHP module 
 for Mysql broken?

The last version of mysql which was in main is not compatible with current
mysql in non-free. I can't link php3-mysql against a package in non-free,
so I'm waiting for a new mysql package in main and then I'll upload
php3-mysql linked against it.

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: mgetty conflicts with pppd

1999-05-01 Thread Gergely Madarasz
On Sat, 1 May 1999, Hamish Moffatt wrote:

 I'm having some weird interaction between mgetty and pppd/chat.
 I have mgetty running on a couple of modems. When I dialout (pon),
 I start getting error messages from mgetty in the log, like
 
 05/01 20:47:09 yS1  mdm_read_byte: read returned 0: Success
 05/01 20:47:09 yS1  wfr: error in read(): Success
 05/01 20:47:09 yS1  huh? Junk on the line?
 
 However, mgetty manages to send a few CRs through or something which
 causes my chat script to fail (it aborts the connection). When I disable
 mgetty on that port in inittab, it works just fine. The other modem port
 has this problem on occasion too, although it runs a 24x7 connection
 so I don't notice it much.
 
 Is there a workaround? It's most annoying and has been bugging me for a while.

Are you sure you use the same device file name for both mgetty and pppd ?
I mean /dev/ttyS1 for both... then they should do the locking correctly...

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: mgetty conflicts with pppd

1999-05-01 Thread Gergely Madarasz
On Sat, 1 May 1999, Hamish Moffatt wrote:

 On Sat, May 01, 1999 at 01:07:53PM +0200, Gergely Madarasz wrote:
  On Sat, 1 May 1999, Hamish Moffatt wrote:
   Is there a workaround? It's most annoying and has been bugging me for a 
   while.
  
  Are you sure you use the same device file name for both mgetty and pppd ?
  I mean /dev/ttyS1 for both... then they should do the locking correctly...
 
 Well, mgetty shouldn't lock the port while waiting for a connection,
 but should give up the port when a dialout connection is made.

More precisely mgetty should lock the file while initializing the modem,
then release the lock and when it sees that something is happening on he
port, it should check if someone has locked it...

 
 inittab says
 
 s1:23:respawn:/sbin/mgetty ttyS1
 
 /etc/mgetty/mgetty.config has a port ttyS1 section.
 /etc/ppp/peers/isp says /dev/ttyS1 too (configured with pppconfig).

Hmm... do you have an option lock to pppd ? it should be in peers/isp or
in the options file. You should also check what mgetty says about locking
in its own logfile.

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: Adobe Type1 fonts in X

1999-04-20 Thread Gergely Madarasz
On Tue, 20 Apr 1999, eric a. Farris wrote:

 I just got some Type1 fonts off of Adobe's TypeOnCall CD. When I run
 these through type1inst to update the fonts.scale i get First Byte in
 Packet not 0x80 from pfbtops and it refuses to go any further. (1) is
 this fixable? (1a) how? (2) is there a better/different way? i have the
 afm, pfm, and inf files for the fonts as well. can they be used to
 generate the apropriate, mystical line in fonts.scale?

those pfb-s might be not compiled fonts, if this is the case you may
compile them with t1asm-freetype (found in the freetype-tools package)
and get some real pfb-s which you can feed to the x server.

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: Why was gs-aladdin removed as recommends from magicfilter?

1999-04-07 Thread Gergely Madarasz
On Wed, 7 Apr 1999, Brian Servis wrote:

 *- On  7 Apr, Bob Nielsen wrote about Re: Why was gs-aladdin removed as 
 recommends from magicfilter?
  On 7 Apr 1999, Jan Vroonhof wrote:
  
  Brian Servis [EMAIL PROTECTED] writes:
  
Recommends: lpr | lprng, gs (= 3.33) | gs-aladdin

to

Recommends: lpr | lprng, gs (= 3.33)

Isn't this carrying the free/non-free argument a bit far?
In addition, the packages in main 
   =  * must not require a package outside of main for compilation or
   =execution (thus, the package may not declare a Depends or
   =Recommends relationship on a non-main package), 
  
  If that is the reason then I think this either a bug in the policy or
  a misinterpretation of it. It does not require it because the
  recommends is  on gs | gs-alladin. i.e. you can satisfy it with the
  DFSG free version of gs.
  
  I agree, although a better approach might be to have gs-aladdin show
  
  Provides:  gs
  
 
 It already does, so basically having magicfilter with a recommends of
 gs is fine, since gs-aladdin provides gs.  If gs-aladdin is installed
 dselect shouldn't complain.

Magicfilter has a versioned recommends, and we don't have versioned
provides, so gs-aladdin cannot fulfill that dependency...

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: Debian-Gnome mailing list

1999-04-01 Thread Gergely Madarasz
On Thu, 1 Apr 1999, Rainer Dorsch wrote:

 
 If I remember right, I heard of a debian-gnome list some time ago. But it is 
 not in the mailing-list archive. Does anybody know more of it?

You are probably looking for debian-gtk-gnome.

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: PHP Apache 1.3.5

1999-03-28 Thread Gergely Madarasz
On Sun, 28 Mar 1999, Marek Habersack wrote:

  replaced by apache-1.3.6-compatible ones soon.
 Hmm... how soon? I've got a few other modules compiled for 1.3.6 and PHP3 are

I'll probably compile php3 against 1.3.6 tomorrow, and upload it, so it
should be available on the mirrors in a couple of days.

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: Slink problem - libc-doc depends on a duff version

1999-01-13 Thread Gergely Madarasz
On Wed, 13 Jan 1999, M.C. Vernon wrote:

 Dear all,
 
   When using dselect to upgrade to slink, it objects to the version
 of libc that I have, so I have to remove libc-doc :(

the glibc-doc package is your friend 

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: php 3.0.5 needs apache_common_1.3.3!!

1998-12-01 Thread Gergely Madarasz
On 1 Dec 1998, James Ryan wrote:

 1) I am in the US, the apache-common is a non-us package.  Is it
legal for me to use it.  I thought that SSLEAY was legal worldwide.

There is a current apache-common in slink/main

 2) Where can I find the apache-common_1.3.3 debian package.  Is there

slink/main/binary-i386/web/apache-common* on any debian ftp mirror

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: dvi viewer in 2.0

1998-10-20 Thread Gergely Madarasz
On Tue, 20 Oct 1998, Paul Seelig wrote:

 On Tue, 20 Oct 1998 [EMAIL PROTECTED] wrote:
 
  I have just upgraded to 2.0. Previously I could view .dvi files with xdvi.
  It is no longer present. Is there a .dvi viewer (preferably for x) that
  does not require a tetex installation?
 
 Yes, there is tmview-98.06, which is split into the two .deb packages
 dvisvga for the console and dvilx for X11. Both work just great and
 especially dvisvga is a great means for having true WYSIWYG right at the
 console. These packages are not present in Debian-2.0 but you can easily
 fetch the sources from frozen and compile it yourself. I've already done

dvisvga and dvilx from slink (frozen) work perfectly under debian 2.0,
there's no need to recompile them :) Btw debian 2.0 has the binary package
tmview which has only an svga viewer. I split it into dvisvga and dvilx
since the latest tmview supports X nicely.

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: Ctr-Alt-Delete not cleanly unmounting

1998-09-18 Thread Gergely Madarasz
 Quite simply: DO NOT DO THIS!!!

There should be no problem with CAD, if it is set up properly it should do
a clean reboot, and it is set up properly by default.

  Whenever I shutdown/reboot via the keypress Ctrl-Alt-Del, I get told
  upon subsequent reboot of linux that the partition was not cleanly
  unmounted, and then have to sit through esfchk.  If I type shutdown -r
  now, this does not happen.  It seems to me that there must be something
  wrong with the way this particualr keypress is configured.  Does anyone
  know how to fix this?

What does `grep ctrlaltdel /etc/inittab' say ? 

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: ISDN in Debian 2.0: questions.

1998-09-10 Thread Gergely Madarasz
On Thu, 10 Sep 1998, Remo Badii wrote:

 Moreover, is isdn4linux necessary in addition to the ISDN package that comes
 with Debian? This issue is not addressed in the FAQ. 
 In the Debian documentation, I read that isdnutils is all you need to run 
 an ISDN connection. 

AFAIK isdnutils in debian contains the userspace programs from isdn4linux.
So you don't need to compile it, you just need to compile a kernel with
isdn support (i dont know if the default kernel has it...)

 Can anybody suggest a card (passive, active?)?

I used an avm fritz!card, it is a passive card, but worked ok.

 Does one use plain PPP to connect, or Seyon, or a similar communication
 program?

synchronous ppp, you need ipppd from isdnutils to set it up.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


RE: Apache 1.3 + SSL + PHP + PGSQL

1998-09-08 Thread Gergely Madarasz
On Tue, 8 Sep 1998, Mario Filipe wrote:

 
 On 08-Sep-98 Michele Comitini wrote:
  Hi
  
  On 08-Sep-98 Mario Filipe wrote:
  My only problem is that despite my php3.ini (located it
  /usr/lib/php3/apache)
  
  I think php3.ini location is /etc/php3.ini
 
 Actually php3.ini is in /etc/php3/apache/php3.ini. I tryed to copy it
 to /etc but it still doesn't work. In the meanwhile i've tryed to use just
 apache (no ssl) and the same thing happens! 

It works for me, at least with apache.

ii  apache  1.3.1-3Versatile, high-performance HTTP server
ii  php33.0.3-1A server-side, HTML-embedded scripting langu
ii  php3-pgsql  3.0.3-1PostgreSQL module for PHP3 (apache)

from /etc/php3/apache/php3.ini

extension_dir   =   /usr/lib/php3/apache
extension=pgsql.so
extension=mysql.so
extension=gd.so
extension=msql.so

I had to test them before uploading... And all of them work.

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: debian 2.0 as a NIS+ client

1998-09-02 Thread Gergely Madarasz
On 2 Sep 1998, Gilbert Laycock wrote:

 I had a (rather brief) look at the site
   http://www-vt.uni-paderborn.de/~kukuk/linux/nisplus.html
 (mentioned in /usr/doc/libc6-doc/FAQ), and I get the impression from
 there that a patched version of a newer (non-stable) version of glibc2
 is required. But perhaps that is just for a NIS+ server (which I don't 
 need)? 

It is for the nis+ client. IIRC there is somewhere a .deb or at least a
source package of glibc 2.0.95 which should have nis+ support, but I
havent tried it yet.

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: PHP 3.0.3 available on my webpage

1998-08-21 Thread Gergely Madarasz
On Thu, 20 Aug 1998, Jeff Noxon wrote:

 This is PHP 3.0.3 for Apache 1.3.1 (Slink).  I was going to build it for
 hamm, but I noticed that Apache 1.3.1 is no longer in stable-updates.
 
 I have built binaries for Alpha *only* ... It's tested and working,
 and should be trivial to compile on x86.  All the necessary changes have
 been done.  If anyone builds x86 binaries, please send them to me.
 
 Note that I'm not a developer, and there are certain to be problems with
 this release -- particularly with dependencies.  I've done the best I
 could do in a limited amount of time, and it works for me.

Actually I'm just finishing the new php3 packages, fixing the dependency
problems by splitting the cgi and the apache versions into separate
packages and removing that ugly preinst hack. This means all the module
packages are split, too. Adittionally the mysql and gd modules have been
moved back to the main source package since the libraries they need are
DFSG free now. It should be nice and clean now... expect an upload this
weekend. Sorry for the delay, but sometimes I have a life too... ;)

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


Re: Problems with a MUD

1998-08-14 Thread Gergely Madarasz
On Fri, 14 Aug 1998, David L. Kocher wrote:

 gcc  -o -lcrypt act_comm.o act_info.o act_move.o act_obj.o act_wiz.o
 comm.o cons
 t.o db.o fight.o handler.o magic.o save.o special.o update.o bit.o mem.o
 olc.o o
 lc_act.o olc_save.o string.o mob_commands.o mob_prog.o gr_magic.o id.o
 chat_new.
 o interp.o chat_act.o ore_prog.o quest.o raceskill.o act_room.o track.o
 -lc
 act_info.o: In function `do_password':
 act_info.o(.text+0x7030): undefined reference to `crypt'
 act_info.o(.text+0x70bc): undefined reference to `crypt'

put -lcrypt at the end of the compilation line. And btw you don't need
-lc, it is default.

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


Re: Installing a single package using dselect.

1998-07-22 Thread Gergely Madarasz
On Wed, 22 Jul 1998, Chris Russell wrote:

 Is there any way to add a single package using dselect without updating
 the Packages file. All I want to do is add the man-db and netstd
 packages to the base system.
 Seems like the deselect is overkill and  dpkg is underkill.

apt is for you then.
Just say apt-get update
and then apt-get install man-db netstd

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: Installing a single package using dselect.

1998-07-22 Thread Gergely Madarasz
On Thu, 23 Jul 1998, Alex Kwan wrote:

 I want to know and learn more about
 the apt-get, where are the resources?

The apt package can be found in slink.

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: Postgres, php question

1998-06-25 Thread Gergely Madarasz
On Thu, 25 Jun 1998, Hamish Moffatt wrote:

 On Wed, Jun 24, 1998 at 07:51:19AM -0400, Paul McDermott wrote:
  hello my debian user friends,  I've installed Postgres.deb, php3.deb,
  apache.deb and www-pgsql from the slink area. I've done the postgres
  tutorial and it was great.  Now i want to start on makeing a web interface
  for a database i put together.  I read through the documentation, but i am
  confused.  Is there a tutorial for the php3 program?  If so where can i

Sorry, I missed the original posting. If you want to use php3 with
postgres, you need the php3-pgsql package too, and you dont need
www-pgsql. There are some examples for php in /usr/doc/php3/examples
and there is lots of documentation in the php3-doc package. Read
README.Debian too, it explains you how to use the postgresql functions in
php3 scripts.

Greg (php3 maintainer)

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: apache suexec -- mode 0755?

1998-06-13 Thread Gergely Madarasz
On Sat, 13 Jun 1998, Paul Miller wrote:

 Is there a reason Debian's suidmanager program sets the file mode of
 suexec to 0755 instead of 4711?
 
 Every time I upgrade apache, I have to re-edit the suexec.h file,
 recompile, and change the file mode to 4711 ... it's getting kind of
 annoying.

setting the right modes in /etc/suid.conf and/or chmod +s
/usr/lib/apache/suexec should be enough. Actually it is enough, I used
this solution and it works. And the default suid is off because i guess
not all sites want it suid... and it is wise to keep the number of suid
root programs as low as possible.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: apache suexec -- mode 0755?

1998-06-13 Thread Gergely Madarasz
On Sat, 13 Jun 1998, Paul Miller wrote:

 
 ... I guess it doesn't make any sense that the package messes up my
 configuration.  Oh well...

If you set suexec up in /etc/suid.conf then it wont mess with it afaik.
Thats what suidmanager is for.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: epic100

1998-06-12 Thread Gergely Madarasz
On Fri, 12 Jun 1998, Dr. Juergen Schnack wrote:

 I am running linux 2.0.30 on a dual pentium II machine. Last friday
 I installed a smc ethernet card using the
 SMC EPIC/100 83C170 Ethernet Controller. The driver epic100, see
 http://cesdis.gsfc.nasa.gov/linux/drivers/epic100.html
 does fine, but the card reports
 Jun 12 07:36:45 obelix kernel: eth0: PCI Bus Error!  EPCI status 258801.
 
 Jun 12 07:37:05 obelix kernel: eth0: PCI Bus Error!  EPCI status 2588c1.
 
 So, I suspect that the bus error was already there and that the
 new card is the only device that reports the error.
 
 Is there anybody who could give some advise or guess what to do?

Try 2.0.34 ... it has the latest epic100 driver included.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Windows Managers

1998-06-12 Thread Gergely Madarasz
On Fri, 12 Jun 1998, Brian Morgan wrote:

 Could anyone suggest some good windows manager packages and where to get
 them?  

Well... I'd suggest you to use icewm... it is small, fast, and it will be
one of the gnome-aware window managers. Version 0.8.16 is available in
hamm, 0.9.5 in slink. 0.9.5 even has a gtk theme form gtk-lookalike menus.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: AIC7XXX in 2.0.34

1998-06-05 Thread Gergely Madarasz
On Fri, 5 Jun 1998, Peter S Galbraith wrote:

 Jesse Goldman wrote:
 
  This may be a silly question but it's related vaguely to the above which
  has already been brought up. Has anyone had trouble with AIC7XXX support
  for 2.0.34? Apparently, there have been many changes since 2.0.33 and it
  doesn't seem to work properly for me anymore.
 
 Oups!  I said it worked for me... On closer inpestion it failed to detect
 my external devices.  Strange!

I didnt check this, but I was told that the default scsi bus reset delay
time was lowered to 5 seconds from 15. You might try this after you
increase it.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: tetex installation bug

1998-05-21 Thread Gergely Madarasz
On 20 May 1998, Thomas Vaughan wrote:

  
 No, that doesn't solve the problem, which has something to do with an
 environment variable, TEXMFMAIN.  Apparently there is a bug somewhere
 that causes TEXMFMAIN to be unset when it should be set.  I don't
 really know where to look, though.  Everything was installed just
 fine before I tried to update this morning, and so I suspect that
 others have seen this, too.

TEXMFMAIN is set in /etc/texmf/texmf.cnf and if you do an upgrade somehow
the texmf.cnf which is there is from the old package which doesnt have
TEXMFMAIN, the new is /etc/texmf/texmf.cfn.dpkg-new ... i moved it
manually, it then configured...

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


bind bugfix for bo

1998-04-11 Thread Gergely Madarasz
Hello!

A bind security fix package has just bin installed into bo-unstable. It
is version 8.1.2-0.bo1. If you are using bind 4.9.x you should seriously
consider upgrading.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: pstree in fvwm* menus

1998-04-03 Thread Gergely Madarasz
On Fri, 3 Apr 1998, Ossama Othman wrote:

 Since pstree exits as soon as it has printed the process tree, is there
 any point to having fvwm* start up an xterm that will close very soon
 after it is opened?  For example, I can never see the outout of pstree
 when running it from the fvwm* menus since the xterm it opens up just
 closes too fast.  I guess this wouldn't be an issue if pstree would
 persistently track processes like top does.

I'd suggest to run `watch -n 10 pstree' in the xterm...

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: X-Windows / Netscape 4

1998-03-31 Thread Gergely Madarasz
On Tue, 31 Mar 1998, John Wingfield wrote:

 I am trying to install Netscape 4.  The installation script executes but
 when I try to run Netscape, I get the following error:
 
 cannot access libxpm.so.4
 
 what is happening?  Is this a library?  Where can I get it?

You need the xpm4.7 package

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: PHP/FI

1998-03-30 Thread Gergely Madarasz
On Mon, 30 Mar 1998, Peter Bodnar wrote:

I have som problems with PHP/FI modules, I need to recompile this, but...
where I can found sorce code? www.vex.net/php is not working (Error 404)

If you're refering to the php3 packages found in hamm now (version 3.0b6)
... the final (non beta) version will come out in a few days with full
documentation. I'll upload this version ASAP with latest pgsql, etc
support.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Apache modules and Debian

1998-03-11 Thread Gergely Madarasz
On Wed, 11 Mar 1998, Robert Joyal wrote:

 
 gcc -shared -I/usr/include/apache -I/usr/include/postgresql -o 
 mod_auth_pg95.so mod_auth_pg95.c -L/usr/lib/postgresql/lib -lpgsql
 
 but ld could not find lpgsql. I then tried compiling with -lpq and the
 mod_auth_pg95.so file was created, 

Sorry, my mistake, it is -lpq indeed :)

 but would not load into the server
 using LoadModule. I recieved this message: 
 
 Error loading /usr/lib/apache/modules/mod_auth_pg95.so: File not found.
 Syntax error on line 89 of /etc/apache/httpd.conf:
 Cannot load /usr/lib/apache/modules/mod_auth_pg95.so: File not found.
 
 The above paths reflect those on my debian system, and I did check the
 module name in the source. Any suggestions would be greatly appreciated,
 and I'll gladly return the favor if I ever rise out of the newbie
 quagmire.

Hmm... you are using apache1.3, right ? And are you sure that
/usr/lib/apache/modules/mod_auth_pg95.so is there ?
And you have 
LoadModule module_name filename
in your httpd.conf, not the other way round?

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
E-mail the word unsubscribe to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble?  E-mail to [EMAIL PROTECTED] .


Re: Pine From: address

1998-03-10 Thread Gergely Madarasz
On Wed, 11 Mar 1998, Chris wrote:

 I have an alias on that machine which is the address I use most often, and
 I would like my email to list that as the from address.  Does anyone know
 how to do this?

If your username on the local machine is the same as the username in the
email address, then just insert the email domain into user-domain in the
pine config screen.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
E-mail the word unsubscribe to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble?  E-mail to [EMAIL PROTECTED] .


Re: web interface

1998-03-10 Thread Gergely Madarasz
On Tue, 10 Mar 1998, Paul McDermott wrote:

 hello everybody, I was wondering if anyone new of a good web interface for
 the postgres database project.  It does not look like Debian has one.  Any
 one have any ideas.

php3 is a good one. version 3.0b6 is in hamm now. the pgsql module is in a
separate package called php3-pgsql.

Greg
--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
E-mail the word unsubscribe to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble?  E-mail to [EMAIL PROTECTED] .


Re: Apache modules and Debian

1998-03-05 Thread Gergely Madarasz
On Wed, 4 Mar 1998 [EMAIL PROTECTED] wrote:

 Please have mercy on a poor, befuddled newbie. I'm having trouble figuring out
 how to add the module mod_auth_pg95 to the Apache server. I installed both
 Apache and PostgreSQL from Debian packages.
 
 I've read much documentation, including almost all of the docs from
 www.apache.org. None of the docs regarding how to add modules to Apache (even
 the one that specifically talks about mod_auth_pg95) seem to make much sense
 to me.
 
 The compilation process apparently involves making changes to a
 Configuration file, but I've yet to discover what file this is.

You can compile modules to be included into apache dynamically, there is
no need to recompile the apache binary. The command line should look
something like:

gcc -shared -I/usr/include/apache-1.3 -I/usr/include/postgresql -o
mod_auth_pg95.so mod_auth_pg95.c -L/usr/lib/postgresql/lib -lpgsql 

You need apache-dev installed for this to work.

Then you put the mod_auth_pg95.so to /usr/lib/apache/1.3
And insert a line into httpd.conf:
LoadModule module_name /usr/lib/apache/1.3/mod_auth_pg95.so

You should check the exact module name from the module sources. It should
be something like pg95_auth_module.

And for LoadModule to work you need dynamic module loading enabled
(it is enabled by default:  AddModule mod_dlopen.c )
 
--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: php3 + apache = undefined `table_elts'

1998-03-04 Thread Gergely Madarasz
On 4 Mar 1998, tibor simko wrote:

  greg == Gergely Madarasz [EMAIL PROTECTED] writes:
 
 greg The current php3 package was compiled with apache
 greg 1.3b3. Since then apache 1.3b5 is available as a debian
 greg package, i just didnt have time to upload the new php3.deb
 greg compiled against it... 
 
 hmm, perhaps you could specify an explicit dependence of the php3
 package on a certain apache package version?  or at least you can echo
 a warning about this issue during postinst, so that the users know...

When I uploaded php 3.0b4 I didnt know that apache 1.3b5 would break
it. It could have worked :)

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: php3 + apache = undefined `table_elts'

1998-03-03 Thread Gergely Madarasz
On 3 Mar 1998, tibor simko wrote:

 hello / szia :-)

Szia! ;)

 i am sending this message to you as to the debian php3 maintainer,
 since nobody responded to my email on debian-user.  php3's cgi
 approach works fine for me, but not the apache module approach; here
 comes the original message i posted to debian-user...

Sorry about that, I didnt have time to read debian-user lately.

 
   Restarting apache daemon...Syntax error on line 93 of
   /etc/apache/conf/httpd.conf: dlopen() error in mod_dlopen:
   /usr/lib/apache/1.3/mod_php3.so: undefined symbol: table_elts
   loading php3_module failed.
 
 how come that `table_elts' is not defined?  has someone been more
 succesful than me?

The current php3 package was compiled with apache 1.3b3. Since then apache
1.3b5 is available as a debian package, i just didnt have time to upload
the new php3.deb compiled against it... I'll upload them this week.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: nis shadow

1998-02-20 Thread Gergely Madarasz
On Thu, 19 Feb 1998, Jens B. Jorgensen wrote:

 Note there is little use to combining shadow passwords and NIS. Any machine on
 the net can get NIS maps. Now, if you're using NIS+ that's a different story
 because authentication is used.

You can mangle the password field of the shadow map if the request for the
map comes from a non-root user. This is from /etc/ypserv.conf :

# Host   : Map  : Security   : Passwd_mangle
*: shadow.byname: port   : yes

So if someone (not root) does ypcat shadow.byname he will only see :x:
instead of the real encrypted password.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: nis shadow

1998-02-20 Thread Gergely Madarasz
On Thu, 19 Feb 1998, Jens B. Jorgensen wrote:

 This is true. However note how you said if the request for the map comes 
 from a
 non-root user. How do you supposed the NIS server determines that you're 
 not a
 root user? I'll tell you: ident. I can whip up an ident server on my NT box 
 in two
 minutes that'll tell you I'm any user I want. This is not security.

Wrong. It determines that you're no root user by port. If the request
comes from a port lower than 1024 then it is root. And don't give nis
access to hosts which can be booted into an unsafe OS like NT.

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: hamm timezones problem

1998-02-17 Thread Gergely Madarasz
On Mon, 16 Feb 1998, Tim Bell wrote:

 First, a meta-question: is this the right list to be asking
 hamm-specific questions, or is there a developers list which is
 preferred for such things?

AFAIK this is the right list.

 
 Now, the problem:
 
 $ date
 Mon Feb 16 23:26:53 /etc/localtime 1998

I had this problem when I upgraded to hamm after installing only the base
system, so the timezone package from bo which took care about
/etc/localtime wasnt installed. I dont know exactly how the new timezones
package should handle this, but here is a workaround: remove timezones,
install timezone from bo, then reinstall timezones.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: msql 2.0.3-1 (source i386 all) uploaded into experimental

1998-02-13 Thread Gergely Madarasz
On Fri, 13 Feb 1998, Martin Schulze wrote:

 I have just uploaded this package to our main server.  It'll be moved
 into experimental as I'd like to give you a chance to test it first.
 Please give it a try.

 There will be some more msql2 packages uploaded within the next days.
 gorgo will give php-msql a try and I'm thinking about Msqlperl at
 least.

I have already uploaded php3-msql which contains a php3 module for msql.

The other php3 packages, php3 with the main apache module and the cgi,
php3-pgsql, php3-mysql for other database connectivity, and php3-gd for
libgd support are also in incoming. If you want to use the php3 apache
module, you'd better get the latest mime-support, I have forgot to add the
dependency to php3, it'll be added in the next upload ;) And of course
you'll need apache 1.3b3 for the module to work.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: lchown(), libc6-2.0.7pre1, and 2.1.8x kernels

1998-02-11 Thread Gergely Madarasz
On Wed, 11 Feb 1998, Steve Hsieh wrote:

 Doesn't appear to be good enough on its own...
 
 dpkg: error processing ssltelnet_0.11.1-2.deb (--install):
  error setting ownership of symlink `usr/man/man8/in.telnetd.8.gz': No such 
 file or directory
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 
 ii  libc6   2.0.7pre1-1The GNU C library version 2 (run-time 
 files)

You'd still need to recompile dpkg to use lchown there on the offending
place instead of chown.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Compute Farm

1998-02-10 Thread Gergely Madarasz
On Tue, 10 Feb 1998 [EMAIL PROTECTED] wrote:

 On Tue, 10 Feb 1998, Tim Sailer wrote:
 
  Stephen Carpenter wrote:
 
   hmmm just a slightly evil thought
   anyone tried
   cat /dev/hda1  /dev/hdb1
   assuming hda1 and hdb1 are similar partition sizes and types
 
  Tried it... doesnt work.
 
 The correct answer is dd if=/dev/hda1 of=hdb1 bs=1024.  This doesn't
 care what is one the drive, even win 95 (known by experience), and it will
 act like a perfect mirror.
 
 The proper thing to do is to nfs export everything on one system, make a
 boot disk that can mount the nfs drive, partition/mount the new drive, and
 edit any specific info (hostname and ip) all by a simple boot script.
 It's way above my head, but when set up right, would be almost as easy to
 do 100 as it is to do 5.  I think this is what the titanic team did (in
 the lj article).  I don't think they used redhat's easy method.

I used this (well, similar) method to install 58 machines in the computer
lab. They're all same, with 2.1G hard drives. I installed both linux and
windoze95 (well, it wasnt me, but a collegue ;)) on one machine (about
50%-50% for linux and w95). I made a boot disk, which sets up the network
with bootp, booted the installed machine off it, nfs mounted the server,
and then gzipped the whole disk (/dev/hda) with dd if=/dev/hda | gzip -c
/mnt/diskimage.gz. Then I booted another machine with the bootdisk,
mounted the server and did a gunzip -c /mnt/diskimage | dd of=/dev/hda. I
run 4-10 of these simultaneously (had to start them at the same time, so
they dont slow down because of reading different parts of diskimage.gz). I
didn't need to edit any bootup scripts, everything is setup thru bootp. It
all went perfectly, no need for partitioning either, /dev/hda contains
that info too. Windows95 had some problems though, it cannot get its name
from the bootp server, and it had to install another network card driver
because its pnp serial number changed. With linux this was no problem, I
used a pnpdump/sed script on /etc/isapnp.conf before running isapnp.

So this installation went perfectly, the only problem is that it is slow.
58*480Megs (this was the diskimage.gz size) thru a 10Mb network ... well,
it took around 10 hours. Since then I thought of a better, faster way to
do this, I've already written the programs for it, just cant test it yet.
So the idea is: run a program on the already installed machine, which
opens /dev/hda and then udp broadcasts it to the network. Each client
catches the broadcasted packets,  which has some information about block
number, block size and a crc, checks it, writes it to the disk, and marks
the block received. When the server finishes, it sends a block with length
0, then the clients can send querys to the server for the missed blocks.
I'll try these programs in a few weeks... I expect it to finish the 
installation of the whole lab in less than an hour.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Compute Farm

1998-02-10 Thread Gergely Madarasz
On Wed, 11 Feb 1998, Craig Sanders wrote:

 
 Tim, from my experiences with (much smaller scale but still essentially
 the same) mass-duplication of debian, all you need to do is duplicate the
 hard disk and change half a dozen (or less) files under /etc: 
 
   /etc/hostname
   /etc/init.d/network
   /etc/hosts

no need for changing these files, bootp can handle them (there is an
example rc.bootp which can be put in /etc/init.d/network)

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: bitchx and xterm

1998-02-05 Thread Gergely Madarasz
On Thu, 5 Feb 1998, Luiz Otavio L. Zorzella wrote:

 
 Is there a way to make bitchx (irc client) work properly under a
 xterm?
 
 It sorta works, but the color and special chars mess some things...

IIRC there is an xbitchx script in the latest bitchx package which starts
xterm with a correct font.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Backspace in X?

1998-02-04 Thread Gergely Madarasz
On Wed, 4 Feb 1998, Adam Heath wrote:

 -BEGIN PGP SIGNED MESSAGE-
 
 How do I get backspace to work in X?  I would like bspc/del to work in
 xterm/bash like bash on the console.  Also, bspc doesn't function AT ALL in
 staroffice.
 
 I have no idea where to look for this.  Txs in advance.

If you're using Xkb, then I dont know... in case of good old xmodmap:

[EMAIL PROTECTED]:~$ grep BackSpace /etc/X11/Xmodmap
keycode 0x16 =  BackSpace

It should probably be in the default Xmodmap...

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: ice configuration?

1998-01-30 Thread Gergely Madarasz
On Fri, 30 Jan 1998, justin honold wrote:

 i've recently installed the ice window manager.  i like it a lot, but i
 can't figure out how to edit the damned menus!  the doc files that came
 with the hamm deb have a menus section, but it's BLANK, the web page
 docs don't even have a menus section, and the author hasn't repsonded
 to my email!  =/  if anybody could pass this SIMPLE piece of info along,
 i'd appreciate it.

Hello! 

I am the maintainer of the .deb package. I suggest you to install the menu
package (probably you have already), and look at the docs in it, how to
create your own menu entries. The ice window manager (like almost all
window managers in debian hamm) uses the menu package to create it's own
menus. Btw the global menu file is /etc/X11/icewm/menu, but if you have
menu.deb installed, it will be overwritten after any program gets
installed that requests to be installed into the menus. So the best thing
would be to create your own menu entries for the menu package and run
update-menus.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Password encryption with md5, ... in libc6

1998-01-20 Thread Gergely Madarasz
On 20 Jan 1998, Torsten Hilbrich wrote:

 Will these problems has been gone with hamm and libc6?  I would really
 prefer a password system with more than 8 significant characters in my
 passwords.

libc6 supports MD5 passwords (almost) transparently. There may be some
stupid programs that do things to make this transparency not full, but all
I found so far worked with MD5. Btw, libc 5.4.38 also supports md5
passwords.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Password encryption with md5, ... in libc6

1998-01-20 Thread Gergely Madarasz
On Wed, 21 Jan 1998, Craig Sanders wrote:

 how do you convert a passwd/shadow file to md5 passwords? 
 
 say i've got a shadow file full of old-style crypted passwords, how do i
 convert them all to md5crypt (without having to know what the plaintext
 password is)? 

I dont think that is possible. The best way would be to set
MD5_CRYPT_ENAB to yes and force everyone to change their passwords by
setting the expiry date... ;)

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problem dialing in w/AutoPPP/PAP! Help!

1998-01-14 Thread Gergely Madarasz
On Wed, 14 Jan 1998, Peter Gervai wrote:

 On Wed, 14 Jan 1998, Jeff Noxon wrote:
 
pppd[24325]: pppd 2.3.2 started by LOGIN, uid 0
   [...]
pppd[24325]: rcvd [PAP AuthReq id=0x1 user=pierre 
password=censored]
pppd[24325]: PAP authentication failure for pierre
pppd[24325]: sent [PAP AuthNak id=0x1 Login incorrect]
pppd[24325]: sent [LCP TermReq id=0x2 Authentication failed]
   
   Still no luck, but I started to suspect something about PAM... 2.2.0f did
   not use PAM, 2.3.2 seems to do so any ideas?
  
  I've tried with and without PAM (by not using the ppp-pam package).
  It made no difference.
 
 So did I. But I still remember when last time tried the new upstream
 version (2.3.xx) and this PAP auth from passwd NEVER EVER worked.
 

This if from the 2.3.xx pppd manpage:

   login  Use the system password database for authenticating
  the peer using PAP, and record the user in the sys-
  tem wtmp file.  Note that the  peer  must  have  an
  entry  in  the /etc/ppp/pap-secrets file as well as
  the system password database to be allowed  access.

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: 2.0.32 - what's new?

1997-11-23 Thread Gergely Madarasz
On Sun, 23 Nov 1997, Michael Legart wrote:

 Hi!
 
 Just wondering what's new in 2.0.32...

The most important fixes in 2.0.32 are the pentium f00f bug workaround and
teardop bugfix

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problem with shadow passwd, MD5 crypt and XDM

1997-11-21 Thread Gergely Madarasz
On Fri, 21 Nov 1997, Dany Dionne wrote:

 
 Hi,
 I just enable shadow password on our server (debian 1.3.1). I activate
 the MD5 encryption in /etc/login.defs . If the user change their
 password, they can't loggin on the console (with xdm-shadow 3.3) but by
 telnet they can access the station.
 So, where is the problem? 

Unfortunatelly MD5 passwords are not transparently supported by libc5 so
most libc5 programs wont work with them (btw I heard that libc 5.4.38
supports it, but debian ships 5.4.33). Libc6 suppports MD5
transparently, so it will work with the next debian release (2.0)
correctly.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .


Re: Implementing callback

1997-10-13 Thread Gergely Madarasz
On Mon, 13 Oct 1997, Walter L. Preuninger II wrote:

 
 What I would like to do to automate this process. I have tried a couple
 chatscripts but after the login prompt and response is sent, the ATA is
 never seen, and thus, the call is never answered.

First you should make chat not aborting with 'NO CARRIER'
Then... after you send the login name for callback, you wait for RING, and
then send ATA...

Greg

--
Gergely Madarasz  [EMAIL PROTECTED][EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: MD5 passwords and su

1997-09-18 Thread Gergely Madarasz
On Thu, 18 Sep 1997, Lindsay Allen wrote:

 
 On 16 Sep 1997, Torsten Hilbrich wrote:
 
  I just detected the MD5_CRYPT_ENAB option in /etc/login.defs and
  enabled it.  Login works fine with the new passwords but su seems to
  have no idea of MD5.
  
  Is there a working version of su for MD5 passwords?
  
  I have the following packages installed:
  
  shellutils_1.16-2 (containing su)
  login_961025-2
  passwd_961025-2
 
 This may not help you, but it is fixed in shellutils_1.16-5.deb, which is
 linked against libc6.
 
Alll programs linked against libc6 should work with MD5 passwords, but
unfortunatelly so far wu-ftp, ftpd, qpopper,and lots of other packages
arent ported to libc6 yet 
Btw the reason for this  (libc6 progs work with md5) it hat libcrypt in
libc6 supports md5_crypt transparently within crypt() ... login and passwd
had their own version of md5_crypt so they work with libc5 too...

Greg



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: re-attaching a terminal to a disconnected process

1997-09-15 Thread Gergely Madarasz
On Mon, 15 Sep 1997, Frank Sergeant wrote:

 Is there a way to tell the process to keep running even if
 its terminal is disconnected, and then later re-attach a
 terminal to it, perhaps the same terminal from the remote
 office or perhaps the system administrator's terminal at
 the central office so he could inspect the status of the
 process and close it down gracefully?

You might take a look at screen.
Package: screen
Description: A screen manager with VT100/ANSI terminal emulation.
 screen is a terminal multiplexor that runs several separate screens
 on a single physical character-based terminal.  Each virtual terminal
 emulates a DEC VT100 plus several ANSI X3.64 and ISO 2022 functions.
 Arbitrary keyboard input translation is also available.  Sessions can
 be detached and resumed later on a different terminal.

Greg



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xrsh?

1997-09-06 Thread Gergely Madarasz
On Sun, 7 Sep 1997, Heikki Vatiainen wrote:

 How about using ssh? Since I switched to ssh I have not had any need to 
 do those
 'xauth extract - $DISPLAY | rsh otherhost xauth merge -' tricks anymore.
 
 Ssh crypts the connection and as an extra bonus automagically sets 
 DISPLAY and xauth authorization records during the login process.
 

Unfortunatelly I had trouble with ssh... the X connections are forwarded
through the ssh channel, encrypted... and sometimes they get broken.
For example I was unable to run an xv through an ssh connection, xv exited
with server kill or something like that immediatelly :(

Greg


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: ftp access

1997-03-21 Thread Gergely Madarasz
On Fri, 21 Mar 1997, Debian email wrote:

 Hi
 
 When I try ftping to my debian machine I get:
 
 [EMAIL PROTECTED]:~ ftp belize
 Connected to belize.
 220 belize FTP server (Version wu-2.4(14) Wed Jan 8 21:17:19 MET 1997)
 ready.
 Name (belize:mdelaney): mdelaney
 530 User mdelaney access denied...
 Login failed.
 ftp
 
 I am not a member of /etc/ftpusers  and anonymous ftp does work. Any
 suggestions?

Your login shell (the last field in /etc/passwd) has to be listed in
/etc/shells

Greg


Re: 2.0.29 freezing

1997-03-07 Thread Gergely Madarasz
On Fri, 7 Mar 1997, Philippe Troin wrote:

 WARNING/DISCLAIMER: This could cause your hard disk to become 
 corrupt, make your monitor explode, burn your CPU, etc... etc...
 To minimize risks, umount or remount ro all your partitions if 
 possible (well, you must keep one rw to do the ftp...)

You can always pipe it into /dev/null ;)

Greg


Re: Two last problems...

1997-01-21 Thread Gergely Madarasz


On Mon, 20 Jan 1997, Dale Scheetz wrote:

 On Fri, 17 Jan 1997, Paul Rightley wrote:
 
  Well, I alomost have a perfect Debian 1.2 system on my Thinkpad 365XD...
  
  Now I am down to only two problems - both of them I have seen mentioned 
  here,
  but I do not remember if I have seen the solutions.
  
  The first problem is that syslogd is keeping the load on my machine at
  1.0 even if nothin else is happenning with the system.  At the same time
  I get huge numbers of 'The last message repeated 123456 times' appearing
  in /var/log/messages'  Is there a way to get syslogd to work correctly?
 
 It is probably of interest to see what that last message was. I is most
 likely that process that is overloading syslogd.

I had the same problem, syslogd was taking 97-98% of CPU time, because of
some bad file number error messages... I corrected it by commenting out
3 lines in /etc/syslogd.conf starting with news... probably the directory 
/var/log/news wasnt created and syslogd tried to write to it...

Greg


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Shadow Passwords

1996-12-13 Thread Gergely Madarasz


On Fri, 13 Dec 1996, Stefan Walder wrote:

 Hi,
 
 is there any way to use shadow-passwords on Debian 1.2?
 
 Thanks
 Stefan

I'm using the shadow packages from project/experimental, and it works all
right. There were two or three binaries I belive which didnt support it:
imapd, xdm, and ssh. I don't need the first two, so I just recompiled sshd
(got the source and ran debian/rules )

Greg

Ps: there are other problems with shadow/ssh, such as ssh doesnt use
/bin/login, so /etc/limits, and password aging doesnt work with ssh



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: suid problem

1996-12-10 Thread Gergely Madarasz


On Tue, 10 Dec 1996, Hamish Moffatt wrote:

 
 [8:03pm] [EMAIL PROTECTED]:/usr/X11R6/bin# ls -l XF86_S3
 -rwsr-xr-x   1 root root  2025716 Nov 22 15:18 XF86_S3
 
 [8:03pm] [EMAIL PROTECTED]:/usr/local/deb/x# dpkg -i xserver-s3_3.2-1.deb
 (Reading database ... 22830 files and directories currently installed.)
 Preparing to replace xserver-s3 3.2-1 (using xserver-s3_3.2-1.deb) ...
 Unpacking replacement xserver-s3 ...
 Setting up xserver-s3 (3.2-1) ...
 
 [8:03pm] [EMAIL PROTECTED]:/usr/X11R6/bin# ls -l XF86_S3
 -rwxr-xr-x   1 root root  2025716 Nov 22 15:18 XF86_S3
 
 Now X won't run, of course.

Why not? 
In debian, /usr/X11R6/bin/X is not a link to the Xserver but its a wrapper
program...

[EMAIL PROTECTED]:~# ls -la /usr/X11R6/bin/X  
-rwsr-xr-x   1 root root 4032 Nov 22 05:20 /usr/X11R6/bin/X

which parses the /etc/X11/config file and then runs the X server which
itself is not suid, so a user couldnt get around the /etc/X11/config

Greg


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: apache log oddity

1996-11-26 Thread Gergely Madarasz

On Tue, 26 Nov 1996, Fundamental wrote:

 Im runing apache 1.1.1 and it always generates two identical access logs one
 is access.log the other is access_log ? anyone else had this problem?

You probably have two modules loaded for logging, something like this:
LoadModule common_log_module /usr/lib/apache/modules/mod_log_common.so
LoadModule config_log_module /usr/lib/apache/modules/mod_log_config.so

The first one cannot be configured, the second is configurable where to
log. Comment one of them out.

Greg



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]