Re: ld-linux.so.2

2000-03-09 Thread Igmar Palsenberg

> Hi,
> 
> One of my three Red Hat 6.1 machines is running X noticeably more
> sluggish than the other two.  On this machine, there's a delay in
> switching from one window to another, and there's a pause before I can
> "grab" a scroll bar.  When I do a 'top' on this machine, I see the
> process ld-linux.so.2.  This process is consuming anywhere from 10% to
> 98% cpu, and around 45% memory.  What is this process?  I don't see it
> on my other two machines.  Can I kill it?  I don't want to kill it if
> it'll wreck something else.  Thanks,

ld.so is the dynamic library loader, so don't kill it. 


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: are my spam rules working?

2000-03-09 Thread Igmar Palsenberg


> So my question is this. What does "NOQUEUE: Null connection from
> acacia.mediahub.com.sg [203.126.200.20]" actually mean?

They dropped the connection without saying anything to the SMTP server.
Connect, and disconnect.




Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: kernel problems

2000-03-09 Thread Igmar Palsenberg


> I did make xconfig, make dep, make modules, make clean and then make
> bzdisk and the make bzdisk craps out this error :
> 
> 
> gcc: Internal compiler error: program cc1 got fatal signal 11
> make[2]: *** [inode.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.2.14/fs'
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.2.14/fs'
> make: *** [_dir_fs] Error 2
> [root@localhost linux]# {standard input}: Assembler messages:
> {standard input}:0: Warning: end of file not at end of a line; newline
> inserted
> cpp: output pipe has been closed
> 
> Any Idead how to fix this?  

This smells like a hardware problem.

> 
> TYIA




Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: virtual host problem

2000-03-08 Thread Igmar Palsenberg


> > Namebased setup with Apache SSL don't work. SSL needs a real IP adress.
> > 
> 
> Name based with one secure site works fine, you need to add SSLRequireSSL
> to the encrypted server (I assume you are not using those servernames!)
> and specify https://mysecondsite when connecting.

>From the point og security this is an unacceptable solution. SSL is there
for two reasons :

- Encryption
- Verification of remote identity.


> The thing that apparently can't be done at this point is multiple SSL
> certs on named based hosts/one IP.

No, and it shouldn't be possible.

> You also should probably specify the port somewhere in each host config as
> well, or you will have specify the port in your URL, ie
> https://secondsite:80/. https defaults to port 443.
> 
> HTH,
> 
> Bill Carlson


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Apache user access problems

2000-02-29 Thread Igmar Palsenberg



On Tue, 29 Feb 2000, Mike W wrote:

> Where is the apache list?  I have a access problem running Apache 1.3.6
> on a Sparc 20, Solaris 2.4.  I keep getting 403 errors, "forbidden by
> rule" on some users but not others.  
> 
> Can someone point me to the proper folks or give some hints?

Some things to check :

1) Make sure that the Apache user can read and chdir into the user's
homedir. Also the public_html must be accessible to the same user

2) Make sure there is a default document

Checking can be easy done with su apacheuser (nobody in most cases).

> Mike Watson



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: virtual host problem

2000-02-29 Thread Igmar Palsenberg


> i have installed apache secure server via rpm version
> 1.3.9.  i am trying to use virtual servers and am
> having a problem hitting the two sites.  i am not
> trying to encrypt both sites, just one.  here is my
> httpd.conf.
> 
> #my box inside my firewall
> NameVirtualHost 192.168.2.14 
> #
> 
> ServerAlias myfirstsite(non-encrypted).com
> ServerAdmin me@myfirstsite(non-encrypted).com
> DocumentRoot /home/httpd/index.html
> ServerName www.myfirstsite(non-encrypted).com
> 
> 
> 
> ServerAlias mysecondsite(encrypted).com
> ServerAdmin me@mysecondsite(encrypted).com
> DocumentRoot /home/httpd/cgi-bin/start.cgi
> ServerName mysecondsite(encrypted).com
> 
> 
> i just get index.html for both, no errors.  i have
> stopped and started httpsd.  i thought this is where
> the change should take place?

Namebased setup with Apache SSL don't work. SSL needs a real IP adress.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: OT: C program problem, core dumps in linux but not unix.

2000-02-29 Thread Igmar Palsenberg



> Anyone have any ideas?

Yes. A SUN has a different page table size. So on the SUN you where just
lucky that it didn't accessed any memory outside the page table.

I386 uses 4 KB page tables, so you where less lucky, and you accessed
memory outside the page table.

Check the code.

> 
> I want to be able to store the code in one location (the space allocated to
>  me by my ISP) and ftp it to where ever I happen to be. ie. copy it the SUN
> system and work on it there then copy it to the ISP then my linux system and
> work on it there.
> 
> Thanks in advance.


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: RPM guru question

2000-02-29 Thread Igmar Palsenberg



On Mon, 28 Feb 2000, Vidiot wrote:

> Witness the following:
> 
> rpm -Uvh control-center-devel-1.0.51-1.i386.rpm 
> error: failed dependencies:
> control-center = 1.0.51 is needed by control-center-devel-1.0.51-1
> 
> rpm -Uvh control-center-1.0.51-1.i386.rpm 
> error: failed dependencies:
> control-center = 1.0.40 is needed by control-center-devel-1.0.40-2

rpm -Uvh control-center-1.0.51-1.i386.rpm --nodeps
rpm -Uvh control-center-devel-1.0.51-1.i386.rpm



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: who creates /var/spool/mail entries?

2000-02-29 Thread Igmar Palsenberg



On Mon, 28 Feb 2000, Raju K V wrote:

> hi,
> 
> When does the /var/spool/mail/username entry get created? useradd does
> not do it. I have noticed that most of the 'fetchmail not writing to
> local spool' problem is because there is no mail spool entry.
> 
> Any pointers?

Check the /var/spool/mail permissions. Normally, it is created by
fetchmail. At least on this system..
 
> Thanks in advance,
> Raju



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Mail Relaying

2000-02-29 Thread Igmar Palsenberg



On Sat, 26 Feb 2000, Rick Knebel wrote:

> Hi,
> I haved a little mail server set up on my home machine and would like to allow
> relaying for a friend with multiple email adresses.
> 
> Example- [EMAIL PROTECTED], [EMAIL PROTECTED],  [EMAIL PROTECTED], 
>[EMAIL PROTECTED]

Install the relayd. It;s on freshmeat. It allows a user to relay after he
authenticated through POP3.

 > How can I allow that specific person to relay and not everyone with uplink and
> compuserve.
> Where do I put the info and what is the syntax.
> 
> Thanks
> Rick


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: balsa compile

2000-02-29 Thread Igmar Palsenberg



On Sat, 26 Feb 2000, Rick Knebel wrote:

> Hi,
> i am trying to compile the newest balsa since it is not in rpm format yet and
> keep getting this message.
> 
> I am not really sure what to do.
> Could someone help/

Install glibc-devel.

> 

Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Virtual hosting through firewall problem

2000-02-29 Thread Igmar Palsenberg



On Fri, 25 Feb 2000 [EMAIL PROTECTED] wrote:

> I've just set up a firewall on my network using portfw with commands like
> the following:
> 
> /usr/sbin/ipmasqadm portfw -a -P tcp -L $external_ip 80 -R $internal_ip 80 
> /usr/sbin/ipmasqadm portfw -a -P udp -L $external_ip 80 -R $internal_ip 80 
> 
> I have a webserver running behind it that is hosting several domains, but
> since installing the firewall the webserver is responding as if all all
> requests are being made to the machine's IP, not it's domain, so all of
> the hosted domains are defaulting a singele website.  Both the firewall
> and the server are running the latest build of redhat and the
> webserver is running Apache. 

The responds appear to be coming from the firewall. If apache can't
determine which host to get, it get's the first one.

> 
> -Ben Newman
> 
> Zorak does not like R.E.M. with the bald weirdo flailing about and is
> irked when no one offers alternatives in modern times.
>   -- Zorak, evil space mantis


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: help! installation troubles

2000-02-25 Thread Igmar Palsenberg



On Fri, 25 Feb 2000, M. Castellano wrote:

> Hi, all. For some reason, my system won't boot from my SCSI cdrom (even
> though the SCSI bios support this feature). Anyway, I've been trying to
> make a boot disk with dd on another system and have been failing with the
> following error:
> 
> bash: /dev/fd0: Device not configured.

Use /dev/fd0H1440

You can only use fd0 if the system can determine the current size of the
floppy. If it can't, it says not configured.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: overzealous PAM cracklib / passwd

2000-02-25 Thread Igmar Palsenberg



On Thu, 24 Feb 2000, Alan Mead wrote:

> At 01:09 PM 2/24/00 , Romain Kang wrote:
> >How do we disable (or weaken) cracklib so that people can use silly
> >passwords?


in /etc/pam.d/passwd :

password   required /lib/security/pam_cracklib.so retry=3 difok=3 \
dcredit=2 ocredit=2


That will weaken password strength checking. The better solution is to
tell the user to take better passwords.

> 
> I don't know and I think it's silly to do so  A quick solution would be 
> to open a root window on console and let them file in and set silly 
> passwords as root.
> ---


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: mail server upgrade( sendmail 8.8.7 to 8.9.3 )...pls help....

2000-02-24 Thread Igmar Palsenberg


> i upgraded my mail server to version 6.1 from 5.2  (linux)
> i tried the same sendmail config  ( sendmail.cf ) from my old server to the
> new one...
> 
> we could send messages and our new mail server can receive and store 
> incoming messages.
> 
> but taking messages from the server gets an error message.
> tired of waiting(using eudora for win :) )
> 
> did i miss something...
> what are new ways to configure sendmail...

The POP3 deamon is the problem, not sendmail. You can't use sendmail to
retreive mail.

Without entries from the logfiles these kind of questions are useless..

The most likely cause is that the POP3 daemon looks in a different dir
then procmail (sendmail's local delivery agent) puts them.

It is also very wise to generate a new sendmail config, because some
things have changed..

> thanks...i hope somebody could help
> 
> cnet


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: 64 Bit OS Port

2000-02-24 Thread Igmar Palsenberg


>   Does anyone know of any documentation or definitive website
> regarding porting Redhat (or any other distros for that matter) to 64 Bit OS
> architechture ? I have only been able to find general information regarding
> commercial Unix ports, need specific Linux info, or more in depth info on
> the Unix ports. 

The Alpha version is 64 bit. 

You basically need a compiler for that platform, and a hell of a lot of
time.

> Cheers,
>   --steve



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Large files (>2GB)

2000-02-23 Thread Igmar Palsenberg


> I need to create large files (> 2GB) on an intel base PC
> Is this possible ?

Yes. Get a recent kernel, the LFS patches and glibc 2.1.3.

This is still concidered beta, so be warned.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Port forwarding into a private network for multiple domains

2000-02-23 Thread Igmar Palsenberg


> Or a single web server running virtual domains.  This single web server
> would get all port 80 traffic forwarded to it and figure out the correct
> domain from the HTTP header.

That wasn't the original request : Redirect the HTTP request to different
IP's based on the domain-name.

This simply can't be done with ip forwarding without something redirecting
those requests.

> -- 
> Ed Marczak, The New York Media Group, Inc.
> [EMAIL PROTECTED]


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Sendmail problem!

2000-02-23 Thread Igmar Palsenberg



On Wed, 23 Feb 2000, Ganbold wrote:

> Dear colleagues,
> 
> I have some problem with sendmail.
> 
> I installed Mdaemon in Windows NT for dial-up mail server. It dials to 
> Linux server and connects using one user account tuv. And this tuv account 
> receives all mail directed to *@tuv.pmis.gov.mn domain.
> 
> Here is configuration:
> 
> I defined DNS entry like that:tuv A   202.179.7.41(static IP address)
>   tuv MX  minux.pmis.gov.mn (linux server)
> 


Add the names of ALL your aliases to /etc/sendmail.cw.

In you case : 

minux.pmis.gov.mn
tuv.pmis.gov.mn

Please read the sendmail docs.. These basic questions are one of the first
of the FAQ. Most mail problems like this are caused by people not reading
the docs.



Igmar





-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: LAN/messages

2000-02-22 Thread Igmar Palsenberg


> 
> Hi all,
> 
> I had just configured my intenet connection under linux with an ethernet
> card, my problem is that, i recieve 2-3 messages per minute from my
> localhost. Below is an example message:
> 
> Thanks a lot in advance.
> m.ennasar
> ---
> 

rpm -e arpwatch, you probably don't really need it.


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: "who" command does not produce any output?

2000-02-22 Thread Igmar Palsenberg



On Tue, 22 Feb 2000, Zaigui Wang wrote:

> I just noticed that the "who" command will nto produce any output. What
> could be the problem? I am using rh6.1. 

Corrupt utmp or wtmp file is the most likely cause..

Don't remove / repair these file from multiuser mode, do it from single
user mode, or very stange things can happen...



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Compiling issues / HELP :P

2000-02-22 Thread Igmar Palsenberg



On Tue, 22 Feb 2000, Jason Hirsch wrote:

> Problem:  Attempting to compile with gcc -c ip_masq_netmeeting.c
> 
> Fails for the following reason(s):
> ip_masq_netmeeting.c:87: net/protocol.h: No such file or directory
> ip_masq_netmeeting.c:88: net/udp.h: No such file or directory
> ip_masq_netmeeting.c:89: net/tcp.h: No such file or directory
> ip_masq_netmeeting.c:90: net/ip_masq.h: No such file or directory
> ip_masq_netmeeting.c:156: #error Your version of Linux is too old. How 
> about upgrading?
> 
> Directory structure:
> /usr/src/linus-2.2.12/include
> asm  asm-generic  asm-i386  linux  net  scsi  video
> 
> /usr/src/linux-2.2.12/include/linux
> (bunch of files...)

The source file ALWAYS has to be something like :

/usr/src/linux/x

So make a symlink from linux-2.2.12 to linux and all should compile.

ln -s 2.2.12 linux 

in /usr/src

> OK, if my eyes are not blurry, all those files are present.  All the ones
> in /linux are found correctly, but these are not, even tho they *are*
> present.
> 
> Please please please, what the ** am I doing wrong?  I've tried 3
> different RH 61 machines to build them, to no avail.
> 
> Thank you,
> 
> Jason "The Frustrated as he's spent 8 hours working on this" Hirsch



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Port forwarding into a private network for multiple domains

2000-02-22 Thread Igmar Palsenberg



> Does anyone have some sample IPCHAINs rules to forward http requests
> to
> multiple web servers on a private network, based on the requested
> domain? 
> I know that's not very clear, so let me explain a little
> better:  lets
> say 192.168.0.10 and 192.168.0.11 are webservers on the internal
> network. The DNS for www.mydomain.com and www.myotherdomain.com both
> point to my IPCHAINs box. Whenever joe user pulls up his web browser and
> goes to www.mydomain.com, the IPCHAINs box routes to 192.168.0.10 on the
> inside, whenever joe user pulls up his browser and goes to
> www.myotherdomain.com, the IPCHAINs box routes to 192.168.0.11 on the
> inside. 

Simply : No 

The only way that a webserver is able to know which domain it needs to
server is with a HTTP 1.1 header. (I'm not in the mood to explain the HTTP
1.1 header :-)))

ipchains has no knowledge of the HTTP protocol, so can't redirect on
domain.

No real solutions to this, execpt using multiple outside IP's.




Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: [offtopic]Perl:assigning an array

2000-02-22 Thread Igmar Palsenberg



On Mon, 21 Feb 2000, Robert Canary wrote:

> Hi,
> 
> Sorry for the perl question.
> 
> I have extracted from a log file ta line that reads that reads something
> like this:
> item1='value', item2='value2', item3='value3'
> 
> i am trying to get parse the line as to assign to an array as such:
> $line{item1}=$value1 etc etc etc

That needs to be something like

$line{$item1} = $value1

Constants are :

$line{'somevalue'} = $value1;

Perl variables always start with $



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: kernel recompile

2000-02-22 Thread Igmar Palsenberg



On Mon, 21 Feb 2000, Ketan wrote:

> I am trying to install Oracle8i on my linux6.1
> box and this requires setting some kernel
> parameters like SHMMAX, SHMMIN, SHMMNI, SHMSEG,
> SEMMSL, SEMMNI, SEMOPM, SEMVMX. these are the
> kernel parameters to adjust the shared memory and
> semaphores.

echo the apropriate values to /proc/sys/kernel/shmall and
/proc/sys/kernel/shmmax


> Oracle manual says I need to recompile the kernel
> if i change any of the kernel and/or semaphore
> parameters. I will also need a reboot for these
> parameters to take effect.
> How do I recompile the kernel and I take it that
> I will need to reboot AFTER the recompile right ?
> 
> thanks in advance,
> Ketan
> anybody out there who has installed Oracle8i on
> Linux6.1 ?


Just updatest the runtime values.. No need to reboot in my case.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Processor Type & Features- custom kernel

2000-02-22 Thread Igmar Palsenberg


> I'm compiling a custom kernel for the first time, and have a question about
> which processor option I should use- I'm using a Celeron, compiling kernel
> version 2.2.5-22.
> 
> 
> The options listed that look likely are:
> 586/K5/5x86/6x86
> Pentium/K6/TSC
> PPro/6x86MX
> 
> 
> So, which one should I use? PPro/6x86MX? The config help doesn't explicitly
> mention the PII or Celeron in any of the text.

Celeron / PII / PIII are screwed up PPro's.. So select PPro.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: memory useage

2000-02-22 Thread Igmar Palsenberg



On Sat, 19 Feb 2000, Michael S. Dunsavage wrote:

> [zeus@localhost zeus]$ cat /proc/meminfo
> total:used:free:  shared: buffers:  cached:
> Mem:  97861632 61251584 36610048 11558912 12476416 34770944
> Swap: 125886464  3244032 122642432
> MemTotal: 95568 kB
> MemFree:  35752 kB
> MemShared:11288 kB
> Buffers:  12184 kB
> Cached:   33956 kB
> SwapTotal:   122936 kB
> SwapFree:119768 kB
> 
> ---==---
> 
> [zeus@localhost zeus]$ free
>  total   used   free sharedbuffers cached
> Mem: 95568  60152  35416  12696  12184  33956
> -/+ buffers/cache:  14012  81556
> Swap:   122936   3168 119768
> [zeus@localhost zeus]$
> 
> Is this telling me that 60megs of my 96meg has been used...and if so
> what would be taking it up?
>

UNIX is a OS that loves to cache, so must memory is used for caching. The
kernel will manage this itself, so no need to worry. This is normal.

> Michael S. Dunsavage



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: samba routing ??

2000-02-18 Thread Igmar Palsenberg


> so now the next question: how can I setup my samba server to be a wins server ??

I believe commeting out two lines in smb.conf did it in my case.. 

The manual will give you the answer.


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: samba routing ??

2000-02-18 Thread Igmar Palsenberg


> Is this truly netbios packets or netbios encapsulated in tcp/ip
> packets.  Seems like you could route those.  I am speacking in ignorance
> so please feel free to step in and explain further if you are so
> inclined.

Theoretically : Yes. But the protocoll isn't designed to live outside it's
own netmask. The only way I could make it work was by using an NT WINS
server.

As far as I can remember (correct me if I'm wrong) it works this way :

The NetBIOS packets are broadcast packets. smbmount demonstrates this very
well...

Routers block broadcast traffic, because if has no real use outside it's
own subnet. So basically, you can't browse outside your own subnet. You
can connect it you use IP's.

Then main reason for things being this way is that NetBIOS was originally
designed for IPS/SPX.

The 'workaround' for this is a WINS server. That way wou can see all
workstations on a subnet.


 
> Bret


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Getting around 4 gig disk quota for users

2000-02-18 Thread Igmar Palsenberg


>   Does anyone know of a way to get arond the 4 gig disc quota limit
> for users on Linux? We have a user that needs alot disc of space on our
> Samba server. Thanks!

Get a recent kernel and a recent version of quota. That will fix the
problem..



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: memory check

2000-02-18 Thread Igmar Palsenberg



> How am I able to check and see how much ram Linux sees?

free


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: samba routing ??

2000-02-17 Thread Igmar Palsenberg


> 
> I have an interesting pb here :
> 
> a machine M1 runs as a router between network A and B. network A is public. B is 
>private and M1 masquerades it to the outworld.
> 
> I setup M1 as a samba server with 2 interfaces : one on network A and one on network 
>B. M1 can serve files pefectly on both network.
> 
> Now the question : can I (and if yes, how) setup the thing so a machine M2 on 
>network A can access files on machine M3 on network B and vice-versa ??

No. NetBIOS (SMB) is a non-routable protocol. You'll need to setup a WINS
server, which is the only way to make it work.

> Thanks
> 
> Philippe



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: certificate

2000-02-17 Thread Igmar Palsenberg


> how many different cirtificate can you
> run on one server doing virtual hosting.

None. You can't user SSL virt named based virtual hosting. You'll have to
have a IP for each https site you run.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: compilation

2000-02-17 Thread Igmar Palsenberg



On Sun, 13 Feb 2000, Mohammed Ennasar wrote:

> 
> Hello all,
> 
> I compile the kernel 3.3.10 (make bzImage), the compilation stop with this
> message:

If this is a unstable kernel release : Send a MSG to the kernel
mailinglist. Don't complain here unless you really know what you're doing.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Where to get mysql rpm's?

2000-02-17 Thread Igmar Palsenberg


> I am looking for mysql rpm's for version 3.22 or greater.  I would prefer
> one that uses the same conventions as the 3.20 and 3.21 rpm's found in the
> redhat contrib/powertools mirrors (i.e. all binaries in the same places,
> so when I upgrade everything goes smooth).

www.mysql.com has RedHat RPMS, and their up to date.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: webmail / java

2000-02-12 Thread Igmar Palsenberg


> I'm trying to get it setup, and installed jdk from the redhat contrib, and
> this is what I get when trying to run webmail:
> 
> /usr/local/jdk117_v1a/bin/i686/green_threads/java: error in loading shared
> libra
> ries: /usr/local/jdk117_v1a/lib/i686/green_threads/libjava.so: undefined
> symbol:
>  _dl_symbol_value
> 
> I'm running RH 6.1, with JDK 1.1.7 (jdk-117_v1a-2 from contrib). Any
> ideas? 
> Thanks!

Yes. That JDK is to old.. They used some internal GCC variables /
functions, and they where kicked out in GLIBC 2.1.x

Get JDK 1.2 from blackdown.org



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: /etc/issue issue

2000-02-12 Thread Igmar Palsenberg


> I'm trying to tighten security on my machine up before I get xDSL, and one of
> the things I'd like to do is stop advertising my OS and Hardware- editing
> /etc/issue doesn't seem to have any effect. So, what wonderfully idiosyncratic
> variation has Redhat come up with now?
> 
> In other words, how do I change the greeting?

Start with searching the mailing list, come to the conclusion that the
question has been answered about 300 times, and kick out the lines that ov
erwrite /etc/issue from /etc/rc.d/rc.local

 

Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: ASP with Apache

2000-02-12 Thread Igmar Palsenberg


> Is there any free software to do ASPs under Apache? We have a few users
> requesting to use ASPs but really don't want to run an NT server. I've
> heard of software you can buy to do this, but it is too expensive for a
> handful of users. 

I haven't seen any real software. There is a program (asp2php) that
converts ASP to PHP pages.. It isn't perfect, but it's on the right way..

> Thanks,
> 
>   Brayn



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: disable passwd chaching

2000-02-09 Thread Igmar Palsenberg


> Hi,
> 
> i'm useing Apache SSL (apache-ssl-1.3.4-1.31-1.rpm). Some pages are
> password protected (.htaccess & .htpasswd solution). Is it possible that
> password will be asked again when you do refresh. Closing and
> restarting browser is one way, but not quite what I'd like.

Passwords are valid for an entire session. That's the way it works. You
can do some fiddling with a scripts that does some checking, and the
presents another authorisation required headers. 

The main reason for being it this way, is that it would be very unwanted
if a user is asked a password on every different page they loaded..


> 
> Ideas?
> 
> Regards,
> 
> Martin Sieben



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Sendmail and Upper case in usernames

2000-02-09 Thread Igmar Palsenberg



On Tue, 8 Feb 2000, Robert Canary wrote:

> Hi,
> 
> I have a user with an ALL CAPS username and sendmail keeps choking on
> it.   Why?  I know capital letters in an emial name cannot be the issue
> there are thousands of them on the internet.   Is sendmail broken? or is
> this a configuration issue that I can tell it to except caps.?  I could
> probally include some sort of alias, but I don't see that as a solution.

Look at the RFC. If it says it is allowed, file a bug report. It it isn't
allowed, don't use them.




Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Free news server ?

2000-02-09 Thread Igmar Palsenberg


> There are plenty of stupid companies out there... Think banner ads.

A full blown group ?? Well.. They weren't there 4 years ago :)

> 
> Search Yahoo (if they're up yet) for free news servers and or nntp, you should
> find dozens of them. I use them to test stuff
> 
> -- KEn
> 



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: sendmail question

2000-02-08 Thread Igmar Palsenberg



On Tue, 8 Feb 2000, John Lord wrote:

> how can i set a domains mail so that i have like 20 users getting mail, but
> then it a mail comes in that is for anything, like unknown user , to dump
> into one account instead of bouncing it?

in virtusertable :

info@domain:someaccount
@domain someuser

This will send all non-matching things to user someuser.




Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: (open?)ssh

2000-02-08 Thread Igmar Palsenberg


> Can you tell me where you found them - I've looked to no avail.

ftp.zedz.net


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: (open?)ssh

2000-02-08 Thread Igmar Palsenberg



On Tue, 8 Feb 2000, Gustav Schaffter wrote:

> Hi,
> 
> I'm looking at installing ssh.
> 
> I've found both ssh rpms and openssh rpms.
> 
> What is more open in openssh than in ssh?

The name says it : An opensource SSH implementation. You don't need a
license to run in, you'll need a SSH license if you're running normal SSH
commercially.

OpenSSH has tons of bugfixed, and a good PAM support.

> Why would I choose one over the other?

Get OpenSSH.

> 
> Regards
> Gustav


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Free news server ?

2000-02-08 Thread Igmar Palsenberg



On Tue, 8 Feb 2000, José Romildo Malaquias wrote:

> Is there any news server free offering the newsgroups
> from USENET (i.e., comp.lang.scheme, comp.os.unix)?
> (I am not looking for web based news server like deja news,
> but news server to be used with a news reader.)

I can't imagine that any company is so stupid to offer such a service..
News servers are expensive business..

> Thanks.
>  
> Romildo




Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Unable to load interpreter

2000-02-08 Thread Igmar Palsenberg



On Mon, 7 Feb 2000, mi na wrote:

> Hi All,
> 
> I am running a liunx (redhat 5.2) box, and i got the following error from 
> the console window:
> 
> "unable to load interpreter"
> 
> If i push any key, then it pop up another message "INIT: Id "1" respawning 
> too fast: disabled for 5 minutes"
> 
> If i try to remote (telnet) login, and here is the error message 
> "in.telnetd:error in loading shared libraries, libc.so.6:failed to map 
> segment from shared object: cannot allocate memory. Connection closed by 
> foreign hosts.

It says what the problem is.. It's out of memory. Probably some
wild-running app.




Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: sendmail and virtual hosts

2000-02-03 Thread Igmar Palsenberg



> sendmail, so I'll admit I'm a bit confused.  Entries into virtusertable
> should be valid to send e-mail to correct?  I was using the error entry as
> a test and knew something was amiss when I couldn't mail it.

Read the FAQ on the sendmail site. You need to tell sendmail what domains
it handles mail for. Basically this is /etc/sendmail.cw


> 
> -Ben Newman
> 



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: will mgetty block dial out??

2000-01-17 Thread Igmar Palsenberg



On Sun, 16 Jan 2000, Zaigui Wang wrote:

> I am playing with mgetty. it seems like when I have that running, I have a
> problem dialing out to my ISP?

It is locking the modem device. I can't remember how I solved this. Check
the manual.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: netscape does not start immediately..

2000-01-17 Thread Igmar Palsenberg



On Sun, 16 Jan 2000, Arni Raghu wrote:

> Hi,
> When I am not dialed out netscape does not start immediately...it takes hell
> of a long time to start...But the  same when I am dialed out it starts up in
> a second...
> 
> Why this wierd behavior with netscape..??

Is is doing a dns lookup and will wait until it has timedout.. One of the
major thing that still suck about Netscape...

> 
> Thx,
> Arni



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Root doesn't accept password

2000-01-16 Thread Igmar Palsenberg


> Hello everyone
> 
> I'm with a little password problem, we instaled a Linux server for a 
> company that has a dedicated line with my ISP and one of the guys 
> that works there (I know it's my fault cause I gave them the root's 
> password) changed it and know he doesn't remember what's the correct 
> password (guess what happend to him).
> Well what I would like to ask is there a way to recover the password 
> or am I gonna have to reinstall the hole server?


Hit CTRL-ALT-DEL on the machine, let it reboot, and then when LILO appears
:

lilo: linux single

linux is the name of the kernel..

That will get you a single mode root shell. Then use passwd to change the
password, and go kick that admin :-))

> Best Regards
> Michael Gatti
> Malbanet Serviços Online
> Caxias do Sul - RS - Brazil




Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Hanging while opening /dev/random

2000-01-16 Thread Igmar Palsenberg



> Ok peeps, here an interesting one.  It's got me stumped.
> I have a passwd program which access /dev/random before it changes a
> users password.  Thing is hangs for no reason before completing.
> 
> Running strace passwd tells me that when it tries to read from
> /dev/random it just hangs.

Because /dev/random is a blocking device. It will block intill it has
enought entropy before it will continue.

Use /dev/urandom if you want the non-blocking (less ramdom) version.


> 
> Has anyone seen this before???
> 
> I'm trying to upgrade my kernel to see if that fixes it but seeing as
> it's stable as it is now and is a live mission critical server, I'm 
> a little reluctant to do this.  Therefore i was after an alternative
> fix.  But I will rebuild the kernel if that's what it takes.
> 
> Help!?
> 
> Jamie Carl
> [EMAIL PROTECTED]
> Technical Consultant
> Pearson Computer Systems Pty. Ltd.
>  


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: su error: "shell-init: could not get current directory"?

2000-01-16 Thread Igmar Palsenberg


> I could not su as root to my user account when I issue "su user". the
> error message is as the subject. As a result, I could not start my
> postgresql service. It gave me the same error.

You're in a directory that the user you're trying to su to doesn't have
access to.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: password-less account?

2000-01-16 Thread Igmar Palsenberg


> You'd have to disable PAM and passwd, since the new passwd program is
> PAMified.

Nope.. PAM still allows empty passwords. I just tested it on a fresh RH
6.1 install, and all is fine.

PAM has an options so that it will reject a empty passwd, which in my
opinion should be te default..

> I guess the question is why on earth would you do this? This is such a major
> security hole that you might as well just set your computer on the doorstep
> and let someone take it home with them.
> 
> If you must have no password access, you are the only one using the computer
> and it's not connected to any outside network, why not just run in single
> user mode?

Not always an option..



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: password-less account?

2000-01-16 Thread Igmar Palsenberg


> David Taylor wrote:
> > 
> > Just wondering ... how on earth do I create a password-less account on a
> > RH6.1 system using MD5 shadowed passwords?  I thought all I had to do
> > was blank the password field, but that does not appear to work.  I've
> > checked "man passwd" and some of the PAM documentation... I can't find
> > anything about it.
> 
> I can't believe no one can help me with this.  Is it much more difficult
> than I've envisioned?  Am I asking the wrong questions?  Am I asking in
> the wrong way?  Am I missing an obvious solution?

Wipe out the password field in /etc/shadow.

It's the second field...

You probably wiped the x in /etc/passwd, which is bad, and will cause PAM
to disable the account.
It could also be the PAM is told not to allow empty passwords, with is an
option I enabled.


I think I don't need to tell you that accounts without a passwd are a VERY
BAD THING..



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: /dev/pts/0 vs. /dev/ttyp0

2000-01-16 Thread Igmar Palsenberg



On Thu, 13 Jan 2000, Eric Wood wrote:

> I have an application that can't point to /dev/pts/0 as a terminal device.
> It needs /dev/ttp0.  How can I log in under /dev/ttyp* instead of using the
> the /dev/pts/0 device?  Can I fake it in a subshell maybe?
> 
> -eric Wood

No. The default telnet uses /dev/pts by default now. So hack the
application I would say

I can't understand what the problem is with /dev/pts, because the're
basically the same as /dev/ttypx thingies.




Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Telnet Hanging

2000-01-16 Thread Igmar Palsenberg


> I've upgraded to RH6.1 --- telnet now just hangs --
> 
> I can get the following response
> 
> Red Hat Linux release 6.1 (Cartman)
> Kernel 2.2.12-20 on an i686
> 
> but no log in prompt.
> 
> What do I need to do to get this working?

This is FAQ #1 :

Setup a WORKING dns, or add the hostnames of the remote machines to
/etc/hosts.

> I can ftp to the server and the httpd server works fine -- the problem seems only
> to be with telnet.
> 
> Paul



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: openssh

2000-01-09 Thread Igmar Palsenberg



> I've installed both openssh-1.2pre11-1 and openssh-server-1.2pre11-1.  I
> have set opensshd to start in certain runlevels.  However, I want to
> know if it is possible to start opensshd from inetd?  If so, can anyone
> give some pointers/suggestions?  Are there any caveats to watch for?

It can, but I don't advise it. The main reson is that it needs to create a
key everytime it starts, and that takes time..

The script that gets installed in /etc/rc.d/init.d/ supports chkconfig, so
run chkconfig --add ssh (don't know the name for sure), and off you go.


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: strange entries in /var/log/messages

2000-01-08 Thread Igmar Palsenberg


> I keep getting these in /var/log/messages and can't
> figure out whats causing it (3 every hour, every day)
> 
> Jan  7 11:15:58 mecha -- MARK --
> Jan  7 11:35:58 mecha -- MARK --
> Jan  7 11:55:58 mecha -- MARK --
> Jan  7 12:15:58 mecha -- MARK --
> Jan  7 12:35:58 mecha -- MARK --
> Jan  7 12:55:58 mecha -- MARK --

Syslog telling that is is still alive. 

To stop there edit /etc/rc.d/init.d/syslog and change the syslogd line to
syslogd -m0

> 
> Any ideas are welcome...


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: viewing of /var/logs

2000-01-08 Thread Igmar Palsenberg


> Hi,
> 
> Whats the best way of viewing the log files, and what are the main files to look at.
> I seem to remember that there was  a X program to view log files.

vi, and everything in /var/log is interesting.
(especially messages and secure)

> 
> Thanks 


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Abit BP6 BIOS update = no SMP!

2000-01-05 Thread Igmar Palsenberg



On Fri, 31 Dec 1999, Sean Clarke wrote:

> I run an abit bp6 with 2 400C's and have upgraded the bios to the latest
> and have never expirenced any of the problems that you all seem to be
> expirenceing.  It contains a Fujitsu UDMA66 7200 10.2gig drive a Riva TNT2
> 32meg AGP video card  128megs PC100 Ram and Redhat 6.0 on 24/7 and never
> have any problems.  I am a great supporter of Abit.  Don't know what I am
> doing right?  Just thought I would add my 2cents.


The strange thing is that not everybody is having problems.

But the APIC errors / hard lockups are weard..



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Module loaded?

2000-01-05 Thread Igmar Palsenberg



On Fri, 31 Dec 1999, Todd A. Jacobs wrote:

> Is there a way to see if a particular module has been loaded into the
> running kernel?

lsmod


> 
> -- 
> Todd A. Jacobs
> Network Systems Engineer


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: mail problem again!!

2000-01-05 Thread Igmar Palsenberg



On 30 Dec 1999, Daniel Goldin wrote:

> I don't know what's going on. I had it working for awhile.Now I get
> this error... sometimes. The problem seems to be in the sender line.
> 
> >>From: <[EMAIL PROTECTED]>
> >>To: [EMAIL PROTECTED]
> >>Date: Thu, 30 Dec 1999 12:43:55 -0800 (PST)
> 
> >>|- Message log follows: -|
> >> error in header: unterminated quoted literal
> >>|- Failed addresses follow: -|
> >>|- Message text follows: |
> >>Received: by daniel.ix.netcom.com (Linux Smail3.2.0.101 #1)
> >>id m123mQN-0009MWC; Thu, 30 Dec 1999 12:43:55 -0800 (PST)
> >>Sender: [EMAIL PROTECTED]
> >>To: Armand Tatevossian" <[EMAIL PROTECTED]>

Quotes are illegal in an e-mail adres.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: 2 gig filesize limit?

1999-12-30 Thread Igmar Palsenberg



On Thu, 30 Dec 1999, terry barnum wrote:

> Hi Chris,
> 
> >e2fs has a 2gb filesize limit.
> 
> Thanks for the quick reply. Is there a fs than I can use that will handle
> >2g files?

It's a kernel problem, and has nothing to do with ext2... Patch the
kernel, get a new glibc and the problem goes away.

> 
> -terry
>  Digital OutPost
>  http://www.dop.com



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: IRC

1999-12-30 Thread Igmar Palsenberg



On Thu, 30 Dec 1999, Michael J. McGillick wrote:

> Afternoon folks:
> 
> when using irc from a command line in Linux, how do I tell it to connect
> to a specific IRC server?  I've tried irc  name and it always sems
> to come up to some default server.  Is there an rc file somewhere that
> needs to be modified, or is there an argument I can give to irc to tell it
> to connect to a different server than the default?

irc nickname server

> 
> - Mike



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Fortifying RedHat's Netscape RPM

1999-12-30 Thread Igmar Palsenberg



On Fri, 29 Dec 2000, Kirk Taylor wrote:

> I have the latest RPM for Netscape Communicator 4.7 from RedHat
> (netscape-communicator-4.7-1.1
> and common) installed.  I downloaded the latest x86 Unix patch (v1.4.5)
> and unpacked it.  When I run it, it tells me that /usr/bin/netscape
> appears to be a shell script or a batch file.  Is this a problem with
> Fortify not being up to date or do I have another problem I am not aware
> of?  The version of Fortify says it is okay up to v4.7.

/usr/bin/netscape IS a script.. Open it, and a little further it exec's
the real binary.

> 
> Thanks,


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Ipchains MASQ problems AGAIN!

1999-12-30 Thread Igmar Palsenberg



On Wed, 29 Dec 1999, Wellington Terumi Uemura wrote:

> And many others rules on IP-Masquerade-HOWTO.
> Thanks!

Ident is a service that must be installed. Nothing ipchains can do about
it.. I suggest you install it on the machine that does the masquerade..



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: /usr/sbin/warnquota ?

1999-12-30 Thread Igmar Palsenberg



> Hello,
> 
> Would anyone tell me what's the function of /usr/sbin/warnquota ?
> I had tried to run it, but nothing happen.

It is a program that checks the quota of every user on the system (well,
almost), and sends them a e-mail warning if they violate it.

> 
> P.S. I'm using redhat6.0
> 
> rgds,
> Simons



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: 2 gig filesize limit?

1999-12-30 Thread Igmar Palsenberg



On Thu, 30 Dec 1999, Christopher Fisk wrote:

> e2fs has a 2gb filesize limit.

Correction : The i386 has this limit.. 

With glibc 2.1.2 and a kernel patch this problem goed away..

> 
> Chris


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: pam user authentication

1999-12-30 Thread Igmar Palsenberg



On Thu, 30 Dec 1999, Wilde, Jeff wrote:

> I am trying to get su to only work with people that are in the wheel group.
> I have added the following to su:
> 
> auth  sufficient   /lib/security/pam_rootok.so debug
> auth   required /lib/security/pam_wheel.so debug
> auth   required /lib/security/pam_pwdb.so shadow nullok
> accountrequired /lib/security/pam_pwdb.so
> password   required /lib/security/pam_cracklib.so
> password   required /lib/security/pam_pwdb.so shadow use_authtok nullok
> sessionrequired /lib/security/pam_pwdb.so
> sessionoptional /lib/security/pam_xauth.so
> 
> 
> When I authenticate I get the following error:
> 
> Dec 30 10:02:13 lucy PAM-Wheel[16104]: Access denied for 'ops' to 'root'
> 
> here is my wheel group:
> [root@lucy pam.d]# grep wheel /etc/group
> wheel:x:10:root,ops
> 
> 
> any ideas what I am missing here?

yes. The pam module check GID 0, and NOT, I repeat NOT, the real wheel
group...

The module has in my opinion a misleading name...

If want that, use something as 

auth required /lib/security/pam_wheel.so group=wheel

> 
> Thanx in advance.
> -=-=-=-=-=-=--=-=-=-=-=---=-=-=-=-=-=-=-=--=-=-=|_
> =  Jeff Wilde   mailto:[EMAIL PROTECTED]  |_
> -West Group Technical Services|
> =   (651)-687-8650=
> =-=-=-=-=-=-=-=--=-=-=-=-=-=--=-=-=-=-=-=-=--=--=-



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: rsh for root

1999-12-30 Thread Igmar Palsenberg



On Mon, 27 Dec 1999, Hiten Sonpal wrote:

> 
> Greetings,
> 
> Does anyone know what needs to be done to enable rsh access for root? I'd
> like to be able to connect as root from host1 to host2 on our intranet
> without requiring a password. Setting up a .rhosts file in /root is not
> enough... I think I need to modify /etc/pam.d/rsh, but I'm not sure.

Yes, but it is a VERY STUPID IDEA. Setup ssh with the keys. That has the
same functionality, but is a lot more secure..

> 
> Thanks in advance,
> -- Hiten


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: ABit BP6 BIOS update = no SMP!

1999-12-30 Thread Igmar Palsenberg


> Firstly, I think that there are "so many" problems with this board
> simply because "so many" people have bought it.  So more weird hardware
> (not quite
> PC100 RAM, old video cards, weird Ethernet cards, crummy heatsinks)
> problems crop up.

Don't agree on this one. The BP6 is a weard thingy, probably dus to bad
design. 

It's the only MP board we have that gives APIC errors. All boards have the
same hardware..

The thread on this issue on the kernel mailing list is huge.. And with a
reason I think...


> 
> FWIW, I had a HARD lockup problem until I got a new video card, the
> old S3V card would kill the system every time I tried more than 16
> colors.  Go figure.
> 
> Linux seems to love my  Voodoo3.  ;-)
> -- 
> Edward Schernau   http://www.schernau.com
> Network Architect mailto:[EMAIL PROTECTED]
> Rational ComputingProvidence, RI, USA
> 



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Abit BP6 BIOS update = no SMP!

1999-12-30 Thread Igmar Palsenberg


> 
> I have an Abit BP6 Motherboard with dual Celerons.  I have been running
> Red Hat 6.1 with kernel 2.2.13 (with SMP)  for some time with little
> difficulty.  Abit recently released a BIOS update to fix some things.  I
> flashed my board with the latest update, only to find that my SMP kernels
> no longer will boot.  Uniprocessor kernels will boot fine, but SMP will
> not work.  The SMP kernel will boot until right after detecting the IDE
> hard disks and cd-rom, and then the machine will reboot instantly.  Does
> anyone know why this would happen with a BIOS update?  Perhaps a broken
> BIOS?  Perhaps a snafu in the kernel that is being tickled by a difference
> in BIOSes ?

This is a known issue, and I suspect that we'll have to blame Abit. The
BP6 is a pain in the ass for a lot of people, and the hardware design
seems buggy.

There is a thread on the kernel mailinglist on this issue.


> 
> thanks,
> -Randy



Regards,


Igmar Palsenberg


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: login: can't resolve symbol '__xstat'

1999-12-30 Thread Igmar Palsenberg



On Tue, 28 Dec 1999, Ryan Caveney wrote:

> At work I have recently inherited a couple of RH 4.0 machines with a
> variety of legacy functions no one really wants to re-implement, but a
> couple of things that did need to be upgraded.  I know the clean answer is
> to do a fresh install, but I was hoping to do a minimal upgrade of just the
> desired functions.
> To that end, I upgraded just the packages we cared about, which
> required going to glibc (I chose 2.0, as 2.1-devel wants 2.2.x kernel
> headers) -- which overwrote a number of things, but nothing that looked too
> bad at first glance.  Now everything seems OK (in single-user mode and via
> ftp, etc.) except for one major problem -- /bin/login won't execute, dying
> with the message "can't resolve symbol '__xstat'".
> The only reference to this message I've found in the archives has to
> do with XFree86, but these machines have no X at all installed, and nm duly
> reports __xstat is indeed in /lib/libc.so ... can anyone tell me where
> exactly to look for the offending version mismatches, and whether there is
> anything useful or worthwhile left to do but reinstall the system?

What does ldd /bin/login say ??



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Possible Project

1999-12-30 Thread Igmar Palsenberg



On Mon, 27 Dec 1999, Michael J. McGillick wrote:

> Afternoon Hatters:
> 
> This is just an informal poll to see if there is an interest in doing
> something like this.  I'm interested in taking a Red Hat distribution, and
> recompiling it to all i686 RPMs.  Further, I would like to investigate the
> possibility of changing a few things that the Red Hat install does by
> default.  I also would like to come up with some standards on the way that
> RPMs are built, so that if the average user downloads a SRPM and wants to
> rebuild it on their "stock" Red Hat system, it will rebuild with no
> errors.
> 
> What I'm looking for is people who might be interested in working on a
> project like this.  I'm not looking to "create a whole new
> distribution" or anything like that.  Instead, if enough people were
> interested, and we could show that these changes are possible, we might be
> able to work directly with Red Hat to implement these things.
> 
> I have plenty of server space that I would be willing to donate to this
> project, and would be happy to help out where I could.  Again, I'm looking
> to build on the strength of the Red Hat distribution, not reinvent the
> wheel.

In my opinion a waste of time.. The 5 % gain is not worth the complete
recompile, and it will give all kinds of weard problems...


> 
> - Mike



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Non IP based Sendmail spam control?

1999-12-30 Thread Igmar Palsenberg



On Mon, 27 Dec 1999, Peter Kiem wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi all,
> 
> I have a user base that I host email for that are external to my network and
> hence they could be logging in from any IP address at all.
> 
> Now I can accept mail for them fine but I get the dreaded "550 relaying
> denied" message when they try to send email.
> 
> Is there some way besides IP addresses that relay can be turned on for these
> users but disallowed for general relaying?  Can the POP3 protocol be used
> somehow to identify them perhaps?

I've written a daemon that updates the access.db that sendmail uses to
specify who can relay and that sorta things..

Will be on freshmeat one of these days (was't intended to be a 'public'
project).



Regards,

Igmar



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: SGID on directory

1999-12-26 Thread Igmar Palsenberg


> Sometimes, when I set the SGID on a directory, it shows with a capitol S,
> and sometimes lowercase. Why is that?

The capital S means that the user doesn't have that permission, and
lowercase means that the s is an addition.

> Todd A. Jacobs
> Network Systems Engineer
> 


igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Changing UID/GID safe?

1999-12-26 Thread Igmar Palsenberg


> I have a need to change a number of system daemons that have UID/GID's
> higher than 500 to something lower. Can I simply make the changes in
> /etc/passwd and /etc/group, or will doing so break various file
> permissions?

Change homedirs and files the users owns..

But it is no problem to change it in /etc/passwd /etc/group


> -- 
> Todd A. Jacobs
> Network Systems Engineer


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: named caching

1999-12-26 Thread Igmar Palsenberg


> Other than rebooting, how to I clear out the named cache?  I am running
> the stock RH6.0 /etc/named.conf.
> 
> Of course, I would prefer an option other than rebooting :-)

Restart named. The cache is in memory only, so a restart will clear it. 


> 
> Happy Holidays.
> 
> MB
> -- 


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: can a mounted iso9660 image file really be RW?

1999-12-24 Thread Igmar Palsenberg


> Igmar Palsenberg <[EMAIL PROTECTED]> writes:
> 
> > > I'm scared to try writing to it in case the image gets messed up before I burn 
>it.
> > > 
> > > If I try writing to it to update a few packages, will the image file be in good
> > > shape for making a CD?
> > 
> > Yes.. I do it on a regular bases...
> >
> 
> So do I but could replacing base redhat packages confuse the installer ? I am far 
>from sure about this.
> 
>  It would nice if someone could tell  if the installer is looking for specific 
>revisions of the packages or if upgrading prior to install is OK. 

You need to rebuild the packages DB... The program that does this is on
the CD. I can look it up for you if you want to...


> 
> Philippe
k


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: can a mounted iso9660 image file really be RW?

1999-12-24 Thread Igmar Palsenberg


> I'm scared to try writing to it in case the image gets messed up before I burn it.
> 
> If I try writing to it to update a few packages, will the image file be in good
> shape for making a CD?

Yes.. I do it on a regular bases...

> 
> Thanks
> 


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: OT: very daring Web Mail project...update

1999-12-23 Thread Igmar Palsenberg


> Just an update and one question. I've coded a nice SMTP client 
> applet that runs on my SMTP server using a few classes and sends 
> mail. Pretty cool. I want to add attachment support. Does anyone 
> know where i can find a document with the commands i need? I 
> think you use the DATA smtp command with some headers and then 
> uuencode but i haven't the slightest idea where to begin. I've 
> been looking around on the internet but haven't found anything 
> yet. Figured maybe someone here would have an idea. Thanks and 
> Merry Christmas.

The SMTP RFC's to start with.. Encoding is a separate RFC I believe...

> 
> Jeff



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: SpeedStream ADSL PCI INTERNAL modem - driver module needed (RH6.1)

1999-12-23 Thread Igmar Palsenberg



On Thu, 23 Dec 1999, Jerry Winegarden wrote:

> Bellsouth's left us with an ADSL INTERNAL modem and I need a driver!
> Efficient Networks'  SpeedStream 3060 Internal PCI ADSL adapter.  I need 
> to find a module ASAP.  Efficient's web page FAQ claims they don't 
> have a driver (but were asking for info if anyone has done it). 
> Does anyone have such a critter? I'm running RH 6.1.

get the specs, and find someone that will write you one...

 > Externals are better, I know,
> for troubleshooting, and, of course, for multiple machines. I suppose 
> the argument is made that for PERSONAL xDSL connections, an Internal is 
> cheaper than an external.  However, the result is that you must have 
> the driver for the card and you can only have one machine (unless you 
> turn your PC into a NAT, which means you have to have an OS that can do
> IP Masq and for which you have the driver.) This may be
> why Bellsouth installs the Internal - they think it will force you to
> use only one machine with the line?  I hope not.  Maybe initially 
> cheaper, but a lot more complicated to troubleshoot/replace, too.
> Maybe we can get an external, but I need the connection now.)
>
> (Now why didn't I leave well enough alone and just ask for the driver
> w.o. the commentary? ;-)
> 


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Giving up on Red Hat

1999-12-23 Thread Igmar Palsenberg



On Thu, 23 Dec 1999, Frank Rocco wrote:

> Hello,
> 
> I need the program TN5250 to work so I can talk to my AS/400. I have tried to
> get this to work in REd Hat 6.1, but the screen will not clear completly
> between functions.
> 
> I have run TN5250 without a problem in Caldera 2.3 and Corel Linux.
> 
> Being a linux newbie, I stuck as to what the problem might be.
> 
> Red Hat is supposed to be the best product, but the others seem to work better
> in regards to this program.

Looks like a terminal setting.. All use the same Glibc, and the same
kernel.. Could be that ncurses is an issue here.


> 
> Thanks



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: can't run make in 6.1

1999-12-23 Thread Igmar Palsenberg



On Wed, 22 Dec 1999, Daniel Goldin wrote:

> Tried to run "make" on new gnus package and got error: "command not
> found." Help anyone?

Install the make RPM.



Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Installing onto a 34.2 GB IDE drive

1999-12-23 Thread Igmar Palsenberg



On Wed, 22 Dec 1999, Igor S. Livshits wrote:

> Hello,
> 
> So, is there a way to install RH 6.1 onto a 34.2 GB IDE drive? Or do 
> I have to install onto a second smaller drive, then upgrade or patch 
> the kernel and re-install?
> 
> Also, could someone please point me to the list archives URL? RedHat 
> seems to have removed or hidden that link from their web pages, sigh.

You need a kernel patch. The IDE parameters have some limits (cylinders
are stored as a short, so that will overrun. Check the kernel mailinglist,
it has a huge thread on this subject.


> 
> Thanks, igor


regards,


Igmar


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Sendmail problems.... I need help !!

1998-07-02 Thread Igmar Palsenberg




>> Hosts :
>>
>> ftp.blabla.com
>> www.blabla.com
>> mail.blabla.com
>>
>> All refer to 10.200.200.200
>>
>> How do I set up sendmail with this configuration 
>> I want it to receive mail to [EMAIL PROTECTED]

>Have you tried entering your domain name "blabla.com" into
>/etc/sendmail.cw
>yet?

Yes. I put both the domain-name and the full hostname in there.


Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.



Sendmail problems.

1998-07-02 Thread Igmar Palsenberg

Hi,

Update on the last one :

I now get mail that is posted to the exact hostname :

[EMAIL PROTECTED]

I want sendmail also to accept mail that goed to [EMAIL PROTECTED]


Anyone know how to set this up ???

The /etc/hosts file contains all the hostname under which this host is
known, but sendmail will only accept mail specified to the full servername.

How do I change that behaviour ???


Thanks, Igmar

PS Host names are changed, but the situation is the same






-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.



Sendmail problems.... I need help !!

1998-07-02 Thread Igmar Palsenberg

Hi,

I got a little problem with sendmail :

All mail I send to myself doesn't arrive. Sendmail doesn't return it
either...

My server is known under multiple name, for ftp, www, etc.

It is set up the following way :

Domein

blabla.com IP 10.200.200.200

Hosts :

ftp.blabla.com
www.blabla.com
mail.blabla.com

All refer to 10.200.200.200

How do I set up sendmail with this configuration 
I want it to receive mail to [EMAIL PROTECTED]

I tried the sendmail.org page, but I couldn't find it...


Can anyone help me ???


Igmar



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.



Re: Why are recompiled distrib so BIG ???

1998-07-01 Thread Igmar Palsenberg

>> They are a LOT bigger then the distribution binaries.
>> 
>> For example :
>> 
>> bash from RedHat : about 300 K
>> bash compiled   : about 1 MB !!!

>try   "strip bash"  after you compile it..

Problem solved...

I got the 'good' size back..


Thanks !!!


Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.



Why are recompiled distrib so BIG ???

1998-06-30 Thread Igmar Palsenberg

Hi,

I was wondering if somebody has an answer on this:

When I recompile some binaries ( I tried BASH), and the compiled binaries
always have one thing in comment :

They are a LOT bigger then the distribution binaries.

For example :

bash from RedHat : about 300 K
bash compiled   : about 1 MB !!!

Can anyone explain this difference ???



Thanx, Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.



Re: restricted accounts

1998-06-30 Thread Igmar Palsenberg

>Hi,
>I need (as many of us) to restrict some user account in order to >provide
>only some services on our Linux boxes.

>For this purpose it is important to give users a restricted shell that
>lock
>them in their home directory.

>Under Berkley UNIX, you can create a restricteed shell by creating a >hard
>link to the /bin/sh program and giving the name of rsh. When sh >starts up,
>it looks at the program name that it was called to determine what >behavior
>it should have.
>When it starts up it executes commands in the $HOME/.profile and >once it
is
>processed, the following restrictions go into effect:


Goes about the same what on RedHat, only that /bin/bash must be called as
rbash.

I don't know if it is compiled in by default (guess not), but the config is
in config.h in the bash source tree.

>- the user can't change the current directory
>- the user can't change the value of the the PATH environment >variable
>- the user can't use command names containing slashes
>- the user can't redirect output using > or >>


rbash has it all

>generally on Berkley UNIX it is enough to do:

>#ln /bin/sh /usr/etc/rsh


Just put rbash somewhere, and add it to /etc/shells (don't forget it !!!)

>and you have the restricted shell.


Yep.

>Note: It is important not to place the rsh in any of the standard >system
>program directories so people don't execute it for mistake when >they are
>using remote shell command (rsh).


>I tried it and.. on Caldera OplenLinux Standard 1.1 it is not working...
>Does it work on RedHat? (Right now I can only access to >OpenLinux,
tomorrow
>I'll check it myself on RH 5.0)


Linking to /bin/rsh doesn't work either in RedHat. Bash MUST be called with
rbash when used as a remote shell

>Well, if I want to do it on OpenLinux (or RedHat?) I have to look for a >sh
source
>that would allow me to do it, then compile it, install on my box, create
>the user
>home directory with all the hard link to the commands he needs (like >for
>example pine and lynx).


I recompiled bash. One disadvantage : I got a bash file of 1 MB, and
distribution bash is only 300 Kb.

>After that I'll have to modify the mail delivery agent in order to deliver
>all the user mail in to to $HOME/.mail (so he will be able to read it...
>and
>than modify pine).
>After that, since I want the user to ftp in a restricted envirnonment I
>have
>to compile and link ls statically, modify ftpaccess file, etc...
>After that I'll (of course) enable quota.


You can put the users in a guest group. Then ftp will enable a anonymous
behaviour for that user.

>Well, I was wondering if it does't make sense if in the next release of
>RedHat we would have to add restricted users as a normal option in
>adduser I mean: root would be able to choose to create a normal >user
or
>one with restricted options..


No, don;t think so. rbash is VERY restricted, and only usefull for some
ISP's.

>In my opinion the following changes in future release of OpenLinux >(but
also
>RedHat, Suse, Slackware, etc) would only benefit the Linux world:

>- mail delivery agent shoud always send mail in the user's home >directory
>since even if the user is not restricted this won't bother him.
>- quota should be always be enabled since even if the user is not
>restricted
>this won't bother him. we can always set it to 500MB or more
>- a statically linked copy of all bin utils should be installed
>(somewhere)
>by default for emergencies purpose

Why ??? I always use a bootup disk. And if i screw up my system, I do it in
such a way that even static linked exec. won't help :)

>- a restricted shell like rsh on Berkeley UNIX should be installed by
>default somewhere
>- all the proper permission/restriction shoul be set


Should be an idea. Don't know if it will be used a lot...

>I'd like to hear what do you think about that..
>(maybe I didn't consider something and my proposal doesn't worth >0.2c.. in
that
>case, please forgive me)

>regards,

>Marco

Igmar



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.



Re: No Shadow?

1998-06-30 Thread Igmar Palsenberg

>Upon installing RH 5.1 last night, I was shocked to see, that I do not
>have
>any /etc/shadow, nor does the system use it.

>I thought one of the improvements of RH 5.1 was to use the shadow >password
>system.  Did I miss something here?  I installed everything in the >menu,
to
>make sure that I did not miss any files.

>If anyone could help me set this up, it would be appreciated.

Just  run pwconv, and all of your problems are solved



Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Unidentified subject!

1998-06-30 Thread Igmar Palsenberg

>Hello people,
>it seems like a dumb question. but does linux kernel support MMX?


MMX must be supported by the application, not the OS.

Sinds there are a few applications that use MMX (even under Windows), Linux
supports MMX if the application uses it.


>Regards,

>Igor N. Green

Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: More Apache Problems

1998-06-30 Thread Igmar Palsenberg

>I have downloaded Apache 1.3.0, unziped, untared, and all that stuff.
>Now my problem is this:

>Error: could not find any of these C compilers
>anywhere in your PATH:  gcc cc acc c89


Then you don't have them :).

Install gcc, the libraries, the headers, make and preferable a c++ compiler.


>Now I probaly don't have one but where do I find them and where do I
>need to put them for this thing to work.

>Brian Bothern


Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Swap Space Maximum Limit and Not Used?!

1998-06-30 Thread Igmar Palsenberg

>Can anyone tell me why I can't get the 265041 blocks I have >allocated for
>my swap space.  'cat /proc/meminfo' shows this:

>total:used:free:  shared: buffers:  cached:
>Mem:  130859008 126644224  4214784 57282560 74412032 >16134144
>Swap: 1338859520 133885952
>MemTotal:127792 kB
>MemFree:   4116 kB
>MemShared:55940 kB
>Buffers:  72668 kB
>Cached:   15756 kB
>SwapTotal:   130748 kB
>SwapFree:130748 kB



Simple: Swap can't be more than 128 MB. If you want more, you must make
multiple swap partitions.

If it isn't used : Good. That means the kernel has enough memory.



Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: WP7 Package missing items

1998-06-26 Thread Igmar Palsenberg

>The only response on this you will get from Red Hat Software >Support
>Services is that this is very, very specifically NOT covered by the
>installation support provided as part of your purchase of the official
>Red Hat Linux boxed set.

>Please read the CD cover again!


Agree on this. It is mentioned on the cover. What ISN'T indicated is that
all the 'applications' are demo's in one way or onother.

You can't tell from the cover if the 'applications' are demo's 


I think RedHat should clearly state this !!!

>The software of the Vendor disk is the responsibility of the Vendor.
>Please contact Corel about this issue.



Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: hardlink vs. symlink

1998-06-26 Thread Igmar Palsenberg




>How do hard links and sym links differ?

>Chris


Oeps.

A hardlink is an new entry in the table, and is a copy of the file linked
to, and the rest is an indication there the file REALLY is.

A symlink is just a file that contains the path of the real file

The first mentioned think was for SCO


Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: hardlink vs. symlink

1998-06-26 Thread Igmar Palsenberg

>How do hard links and sym links differ?

>Chris


A hard link is just a copy of the file. A softlink is a real link


Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Samba and WinNT

1998-06-26 Thread Igmar Palsenberg

>I have set up a samba server on my home linux machine with the >hope of
>logging in and sharing my home files from my WinNT machine at >work.  I am
>having a little trouble. I can go from the linux box to the NT box >without
>any problems, samba works fine.  But when I go from WinNT to linux >I get
>error messages on the NT box, such as:

>"This account is not authorized to login from this station."

>Any ideas??


If you have NT 4.x and SP3 : Yes.

Sinds NT 4 SP3 NT send password in encrypted form.

Two solutions:

1) Disable ecnrypted passwords on NT

2) Enable encrypted passwords on Linux


>Thanks,

>Bill Knebel
>[EMAIL PROTECTED]


Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: ICQ

1998-06-24 Thread Igmar Palsenberg


>Does anyone know of an ICQ program for linux?

>Lee Parker

It doesn't excist (yet)

Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




  1   2   3   >