Re: Download rpm and its dependent packages when the system is not connected to Internet, meaning offline mode?

2023-10-09 Thread Mike Burger
I believe you’ve already asked this question, though last time, it was in 
regard to patching systems that aren’t connected.

To be fair, the answers won’t change.

YouI’ll need to either connect, temporarily, to the internet and patch/install, 
set up a local repository (like Satellite, Foreman or even a web server with 
the necessary repository mirrored) or insert physical media with any/all 
prerequisites included.

Sent from my iPhone...please excuse any typos or short answers.

It's always suicide-mission this save-the-planet that. No one ever stops by 
just to say hi anymore. -Col. Jack O'Neill


> On Oct 6, 2023, at 2:18 PM, Kaushal Shriyan  wrote:
> 
> Hi,
> 
> I use the below command to download openssl-devel and its dependencies when
> it is already installed.
> 
> repotrack openssl-devel
> 
> Is there a way to download when the system is not connected to Internet,
> meaning offline mode?
> 
> Please guide me. Thanks in advance
> 
> Best Regards,
> 
> Kaushal
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Apply security updates offline on Red Hat Enterprise Linux release 8.7 (Ootpa) in Production environment

2023-09-11 Thread Mike Burger
Have you considered setting up a Spacewalk (free) or Satellite 
(licensed) server, in your envinronment?


This way, you could use it as an internet connected, central repository 
to pull in all of the patches, and then your internal systems could pull 
and apply their patches from this internal repository instead of 
reaching out, directly, to Red Hat's servers over the internet.


On 2023-09-11 06:04, Kaushal Shriyan wrote:

Hi,

Further to the earlier email, is there a way to list security related
vulnerabilities for production environment offline systems which are 
not

connected to the Internet?


On Sun, Sep 10, 2023 at 8:09 AM Kaushal Shriyan 


wrote:




On Sun, Sep 10, 2023 at 12:58 AM Matty Sarro  wrote:


There is a plugin for yum called "downloadonly". I think 8 has it by
default.

You should be able to go on to a like system and run "yum update
--downloadonly --downloaddir=/path/to/directory" which will download 
all

of
the packages into /path/to directory.

Then you can copy the packages to the target system in a given 
directory.

Then to install navigate to the directory and run "yum local install
*.rpm"
and it'll update.

-Matty

On Sat, Sep 9, 2023, 12:49 PM Kaushal Shriyan 


wrote:



Hi Matty,

Thanks for your response. I have run the below command. What I have
observed is that it is updating all the packages.

#yum update --downloadonly --downloaddir=/root/rhel8securityupdates

Output of above command -> https://termbin.com/tcqrh

Is there a way to update only the security patches as per the below
command output?

yum list-security --security

yum -y update --security



Please guide me. Thanks in Advance.

Best Regards,

Kaushal




Hi,

Further to the earlier email, is there a way to list security related
vulnerabilities for production environments in offline mode which are 
not

connected to the Internet?

Best Regards,

Kaushal


--
https://poplme.co/hash/lqQkxj0F/1/es

"It's always suicide-mission this, save-the-planet that. No one ever 
just

stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1

--
redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: openldap 2.5.15 on Red Hat Enterprise Linux release 8.7 (Ootpa)

2023-07-24 Thread Mike Burger

On 2023-07-24 14:21, Kaushal Shriyan wrote:

Hi,

I am trying to build
https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.5.15.tgz
on Red Hat Enterprise Linux release 8.7 (Ootpa)#

Is there a way to configure openldap on /etc directory for 
configuration
files and generate systemctl openldap service unit file to start , stop 
and

restart openldap service?


./configure --help
`configure' configures this package to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help  display this help and exit
  --help=shortdisplay options specific to this package
  --help=recursivedisplay the short help of all the included
packages
  -V, --version   display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
  --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache  alias for `--cache-file=config.cache'
  -n, --no-create do not create output files
  --srcdir=DIRfind the sources in DIR [configure dir or 
`..']


Installation directories:
  --prefix=PREFIX install architecture-independent files in 
PREFIX

  [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in 
EPREFIX

  [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIRuser executables [EPREFIX/bin]
  --sbindir=DIR   system admin executables [EPREFIX/sbin]
  --libexecdir=DIRprogram executables [EPREFIX/libexec]
  --sysconfdir=DIRread-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIRmodifiable architecture-independent data
[PREFIX/com]
  --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  --libdir=DIRobject code libraries [EPREFIX/lib]
  --includedir=DIRC header files [PREFIX/include]
  --oldincludedir=DIR C header files for non-gcc [/usr/include]
  --datarootdir=DIR   read-only arch.-independent data root
[PREFIX/share]
  --datadir=DIR   read-only architecture-independent data
[DATAROOTDIR]
  --infodir=DIR   info documentation [DATAROOTDIR/info]
  --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIRman documentation [DATAROOTDIR/man]
  --docdir=DIRdocumentation root [DATAROOTDIR/doc/PACKAGE]
  --htmldir=DIR   html documentation [DOCDIR]
  --dvidir=DIRdvi documentation [DOCDIR]
  --pdfdir=DIRpdf documentation [DOCDIR]
  --psdir=DIR ps documentation [DOCDIR]

System types:
  --build=BUILD configure for building on BUILD [guessed]
  --host=HOST   cross-compile to build programs to run on HOST 
[BUILD]

  --target=TARGET   configure for building compilers for TARGET [HOST]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with 
options

  --disable-FEATURE   do not include FEATURE (same as
--enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-debug  enable debugging no|yes|traditional [yes]
  --enable-dynamicenable linking built binaries with dynamic 
libs

[auto]
  --enable-syslog enable syslog support [auto]
  --enable-ipv6   enable IPv6 support [auto]
  --enable-local  enable AF_LOCAL (AF_UNIX) socket support 
[auto]


SLAPD (Standalone LDAP Daemon) Options:
  --enable-slapd  enable building slapd [yes]
  --enable-dynacl enable run-time loadable ACL support
(experimental) [no]
  --enable-acienable per-object ACIs (experimental) 
no|yes|mod

[no]
  --enable-cleartext  enable cleartext passwords [yes]
  --enable-crypt  enable crypt(3) passwords [no]
  --enable-spasswdenable (Cyrus) SASL password verification 
[no]

  --enable-modulesenable dynamic module support [no]
  --enable-rlookups   enable reverse lookups of client hostnames 
[no]

  --enable-slapi  enable SLAPI support (experimental) [no]
  --enable-slpenable SLPv2 support [no]
  --enable-wrappers   enable tcp wrapper support [no]

SLAPD Backend Options:
  --enable-backends   enable all available backends no|yes|mod
  --enable-dnssrv enable dnssrv backend no|yes|mod [no]
  --enable-ldap   enable ldap 

Re: java-1.8.0-openjdk and java-1.8.0-openjdk-devel packages

2023-07-24 Thread Mike Burger

On 2023-07-24 14:22, Kaushal Shriyan wrote:

On Mon, Jul 24, 2023 at 9:23 PM Appstream repository Burger <
mbur...@bubbanfriends.org> wrote:


Have you tried “yum list | grep java | grep open”

Have you specifically enabled the RHEL 8 for Appstream repository?

Sent from my iPhone...please excuse any typos or short answers.

It's always suicide-mission this save-the-planet that. No one ever 
stops

by just to say hi anymore. -Col. Jack O'Neill


Thanks Mike for the quick response. Is there a way to enable the 
Appstream

repository on Red Hat Enterprise Linux release 8.7(Ootpa).

Please guide me. Thanks in advance.


Start out with listing the available repositories:

subscription-manager-repos --list

Find the repo ID you want and it should list "Enabled:   0" for disabled 
or "Enabled:   1" for enabled.


If "rhel-8-x86_64-appstream-rpms" is listed as "Enabled:   0" (i.e. 
disabled), run


subscription-manager repos --enable=rhel-8-x86_64-appstream-rpms

which should, then, enable it.


As an aside...this Google search:

https://www.google.com/search?q=enable+repo+rhel+8

Yielded this Red Hat knowledge article:

https://access.redhat.com/solutions/265523

As the very first result.
--
https://poplme.co/hash/lqQkxj0F/1/es

"It's always suicide-mission this, save-the-planet that. No one ever 
just

stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1

--
redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: java-1.8.0-openjdk and java-1.8.0-openjdk-devel packages

2023-07-24 Thread Mike Burger
Even more importantly, are you running Satellite or are you trying to pull 
these packages directly from Red Hat.

In either case, have you run subscription manager to ensure that you’ve 
entitled the system, in question, so that it’s allowed to pull/install the 
package(s) in question from the source you’re using?

Sent from my iPhone...please excuse any typos or short answers.

It's always suicide-mission this save-the-planet that. No one ever stops by 
just to say hi anymore. -Col. Jack O'Neill


> On Jul 24, 2023, at 11:52 AM, Mike Burger  wrote:
> 
> Have you tried “yum list | grep java | grep open”
> 
> Have you specifically enabled the RHEL 8 for Appstream repository?
> 
> Sent from my iPhone...please excuse any typos or short answers.
> 
> It's always suicide-mission this save-the-planet that. No one ever stops by 
> just to say hi anymore. -Col. Jack O'Neill
> 
> 
>> On Jul 24, 2023, at 9:21 AM, Kaushal Shriyan  
>> wrote:
>> 
>> Hi,
>> 
>> I have enabled epel repo on Red Hat Enterprise Linux release
>> 8.7(Ootpa). I am trying to install java-1.8.0-openjdk.
>> 
>> # yum install java-1.8.0-openjdk-devel
>> Updating Subscription Management repositories.
>> 
>> This system is registered with an entitlement server, but is not
>> receiving updates. You can use subscription-manager to assign
>> subscriptions.
>> 
>> Last metadata expiration check: 0:19:47 ago on Mon 24 Jul 2023 04:46:59 PM 
>> IST.
>> No match for argument: java-1.8.0-openjdk-devel
>> Error: Unable to find a match: java-1.8.0-openjdk-devel
>> # yum whatprovides java-1.8.0-openjdk-devel
>> Updating Subscription Management repositories.
>> 
>> This system is registered with an entitlement server, but is not
>> receiving updates. You can use subscription-manager to assign
>> subscriptions.
>> 
>> Last metadata expiration check: 0:20:23 ago on Mon 24 Jul 2023 04:46:59 PM 
>> IST.
>> Error: No Matches found
>> #
>> 
>> Please suggest. Thanks in advance.
>> 
>> Best Regards,
>> 
>> Kaushal
>> 
>> -- 
>> redhat-list mailing list
>> unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
>> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: java-1.8.0-openjdk and java-1.8.0-openjdk-devel packages

2023-07-24 Thread Mike Burger
Have you tried “yum list | grep java | grep open”

Have you specifically enabled the RHEL 8 for Appstream repository?

Sent from my iPhone...please excuse any typos or short answers.

It's always suicide-mission this save-the-planet that. No one ever stops by 
just to say hi anymore. -Col. Jack O'Neill


> On Jul 24, 2023, at 9:21 AM, Kaushal Shriyan  wrote:
> 
> Hi,
> 
> I have enabled epel repo on Red Hat Enterprise Linux release
> 8.7(Ootpa). I am trying to install java-1.8.0-openjdk.
> 
> # yum install java-1.8.0-openjdk-devel
> Updating Subscription Management repositories.
> 
> This system is registered with an entitlement server, but is not
> receiving updates. You can use subscription-manager to assign
> subscriptions.
> 
> Last metadata expiration check: 0:19:47 ago on Mon 24 Jul 2023 04:46:59 PM 
> IST.
> No match for argument: java-1.8.0-openjdk-devel
> Error: Unable to find a match: java-1.8.0-openjdk-devel
> # yum whatprovides java-1.8.0-openjdk-devel
> Updating Subscription Management repositories.
> 
> This system is registered with an entitlement server, but is not
> receiving updates. You can use subscription-manager to assign
> subscriptions.
> 
> Last metadata expiration check: 0:20:23 ago on Mon 24 Jul 2023 04:46:59 PM 
> IST.
> Error: No Matches found
> #
> 
> Please suggest. Thanks in advance.
> 
> Best Regards,
> 
> Kaushal
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Installing Apache httpd 2.4.57 on Red Hat Enterprise Linux release 8.7 (Ootpa).

2023-07-19 Thread Mike Burger
Are you sure you actually need 2.4.57?

All of the security patches and fixes AHs always be backported to the version 
currently available from Red Hat’s repo.

Sent from my iPhone...please excuse any typos or short answers.

It's always suicide-mission this save-the-planet that. No one ever stops by 
just to say hi anymore. -Col. Jack O'Neill


> On Jul 19, 2023, at 12:35 PM, Kaushal Shriyan  
> wrote:
> 
> Hi,
> 
> I am running Red Hat Enterprise Linux release 8.7 (Ootpa). I am following
> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/deploying_different_types_of_servers/setting-apache-http-server_deploying-different-types-of-servers
> 
> I have installed epel repo but i was unable to install apache httpd 2.4.57
> version.
> Please guide me. Thanks in advance.
> 
> Best Regards,
> 
> Kaushal
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND

2023-06-14 Thread Mike Burger

Apologies...that was supposed to go to the prior sender, not the list.

On 2023-06-14 13:57, Mike Burger wrote:

Seriously?

On 2023-06-14 13:49, Kenneth Ogden wrote:

unsubscribe


Self-service unsubscribe instructions are included at the bottom of 
EVERY email that comes through the list. Come on, now.



redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




--
https://poplme.co/hash/lqQkxj0F/1/es

"It's always suicide-mission this, save-the-planet that. No one ever 
just

stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1


--
https://poplme.co/hash/lqQkxj0F/1/es

"It's always suicide-mission this, save-the-planet that. No one ever 
just

stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1

--
redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND

2023-06-14 Thread Mike Burger

Seriously?

On 2023-06-14 13:49, Kenneth Ogden wrote:

unsubscribe


Self-service unsubscribe instructions are included at the bottom of 
EVERY email that comes through the list. Come on, now.



redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




--
https://poplme.co/hash/lqQkxj0F/1/es

"It's always suicide-mission this, save-the-planet that. No one ever 
just

stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1

--
redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Adding SUSE Linux subscriptions to Satellite

2022-09-21 Thread Mike Burger




Greetings all...long time, no submission of question.

In my organization roughly 1/6 of our Linux footprint is running SUSE 
Enterprise Linux (12 SP5 and 15 SP4), while the rest is RHEL (7, 8 and 
soon, 9).


I've recently implemented Satellite Server (6.10) and we are looking to 
ditch SUSE Manager in favor of Satellite. As such, I'm trying to figure 
out how to get the SUSE Linux repositories to pull down, into Satellite.


My Google-Fu is failing me, and Red Hat, at present, doesn't seem to 
have much in their knowledge base (after all, it's likely not a 
supported solution, so why would they?).


Has anyone, here, brought SUSE Enterprise Linux into Satellite and if 
so, would you be willing to share how you did it?


--
Mike Burger
http://www.bubbanfriends.org

"It's always suicide-mission this, save-the-planet that. No one ever 
just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1

--
redhat-list mailing list
unsubscribe mailto:redhat-list-requ...@redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: An error occurred while processing your request.

2021-06-22 Thread Mike Burger
The issue lies with the repository from which you’re trying to retrieve the 
package.

You’re going to need to either reach out to the people responsible for that 
repository site or find a different repository for the package in question.

Sent from my iPhone...please excuse any typos or short answers.

It's always suicide-mission this save-the-planet that. No one ever stops by 
just to say hi anymore. -Col. Jack O'Neill


> On Jun 21, 2021, at 8:10 PM, Kaushal Shriyan  wrote:
> 
> On Tue, Jun 22, 2021 at 5:28 AM Kaushal Shriyan 
> wrote:
> 
>> Hi,
>> 
>> I am facing the below issue while hitting
>> https://repo.ius.io/7/src/packages/p/
>> 
>> An error occurred while processing your request.
>> 
>> Reference #30.d5961160.1624319418.82c229
>> 
>> Please comment. Thanks in advance.
>> 
>> 
>> Best Regards,
>> 
>> 
>> Kaushal
>> 
> 
> 
>> On Tue, Jun 22, 2021 at 5:23 AM Kaushal Shriyan 
>> wrote:
>> 
>> Hi,
>> 
>> I am facing the below issue while hitting
>> https://repo.ius.io/7/src/packages/p/
>> 
>> An error occurred while processing your request.
>> 
>> Reference #30.d5961160.1624319418.82c229
>> 
>> Please comment. Thanks in advance.
>> 
>> 
>> Best Regards,
>> 
>> 
>> Kaushal
>> 
> 
> Hi,
> 
> I am facing the below issue
> 
> yum -y install php74-pecl-zip.x86_64
>> Loaded plugins: fastestmirror
>> Loading mirror speeds from cached hostfile
>> epel/x86_64/metalink
>> 
>>  | 9.0 kB  00:00:00
>> * base: centos.excellmedia.net
>> * centos-sclo-rh: centos.excellmedia.net
>> * epel: download.nus.edu.sg
>> * extras: centos.excellmedia.net
>> * updates: centos.excellmedia.net
>> base
>> 
>>  | 3.6 kB  00:00:00
>> centos-sclo-rh
>> 
>>  | 3.0 kB  00:00:00
>> epel
>> 
>>  | 4.7 kB  00:00:00
>> extras
>> 
>>  | 2.9 kB  00:00:00
>> ius
>> 
>>   | 1.3 kB  00:00:00
>> lynis
>> 
>>   | 2.5 kB  00:00:00
>> mysql-connectors-community
>> 
>>  | 2.6 kB  00:00:00
>> mysql-tools-community
>> 
>>   | 2.6 kB  00:00:00
>> mysql56-community
>> 
>>   | 2.6 kB  00:00:00
>> mysql57-community-dmr
>> 
>>   | 2.6 kB  00:00:00
>> nginx
>> 
>>   | 2.9 kB  00:00:00
>> updates
>> 
>>   | 2.9 kB  00:00:00
>> (1/5): centos-sclo-rh/x86_64/primary_db
>> 
>>   | 3.1 MB  00:00:00
>> (2/5): epel/x86_64/updateinfo
>> 
>>   | 1.0 MB  00:00:01
>> (3/5): nginx/7/x86_64/primary_db
>> 
>>  |  66 kB  00:00:00
>> (4/5): updates/7/x86_64/primary_db
>> 
>>  | 8.8 MB  00:00:01
>> (5/5): epel/x86_64/primary_db
>> 
>>   | 6.9 MB  00:00:02
>> Resolving Dependencies
>> --> Running transaction check
>> ---> Package php74-pecl-zip.x86_64 0:1.19.0-1.el7.ius will be installed
>> --> Finished Dependency Resolution
>> Dependencies Resolved
>> 
>> 
>> Package  Arch
>>Version
>> Repository Size
>> 
>> 
>> Installing:
>> php74-pecl-zip   x86_64
>>1.19.0-1.el7.ius
>>  ius51 k
>> Transaction Summary
>> 
>> 
>> Install  1 Package
>> Total download size: 51 k
>> Installed size: 131 k
>> Downloading packages:
>> php74-pecl-zip-1.19.0-1.el7.iu FAILED
>> 
>> https://repo.ius.io/7/x86_64/packages/p/php74-pecl-zip-1.19.0-1.el7.ius.x86_64.rpm:
>> [Errno 14] HTTPS Error 503 - Service Unavailable
>>   ]  0.0 B/s |0 B  --:--:-- ETA
>> Trying other mirror.
>> php74-pecl-zip-1.19.0-1.el7.iu FAILED
>> 
>> https://repo.ius.io/7/x86_64/packages/p/php74-pecl-zip-1.19.0-1.el7.ius.x86_64.rpm:
>> [Errno 14] HTTPS Error 503 - Service Unavailable
>>   ]  0.0 B/s |0 B  --:--:-- ETA
>> Trying other mirror.
>> php74-pecl-zip-1.19.0-1.el7.iu FAILED
>> 
>> https://repo.ius.io/7/x86_64/packages/p/php74-pecl-zip-1.19.0-1.el7.ius.x86_64.rpm:
>> [Errno 14] HTTPS Error 503 - Service Unavailable
>>   ]  0.0 B/s |0 B  --:--:-- ETA
>> Trying other mirror.
>> 

Re: NAT Problems/Neighbour Table overfow

2003-09-22 Thread Mike Burger
On Mon, 22 Sep 2003, Harish wrote:

 Hi,
 I am a newbie in Linux,I have done a NAT on my Linux server so that my 
 internet connection could be shared with my Windows machies on my lan.My 
 problem is that each time i reboot the server the firewall settings go 
 back to the default settings.In order to get the NAT working again I 
 have to use install the ipt_Masquerade module again and reinvoke 
 iptables -A POSTROUTING -t nat -o eth0 -j MASQUERADE.
 
 Can i get a script so that I dont have to do this everytime?
 My second problem is that on my server I get a error Neighbour Table 
 overflow?Whats the cause of this error?I have two NICs on my server one 
 for pvt network and the other for the public network (intrenet connection).

Sure you can...once you've got your firewall configured the way you like, 
run /sbin/service iptables save...this will save your current iptales 
configuration, and on the next reboot, will load it as you've configured 
it.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: package manager?..

2003-09-22 Thread Mike Burger
Check into the apt rpm for RedHat.  It makes use of apt-get, like on 
Debian, but installs the packages with rpm.

On Mon, 22 Sep 2003, Louie Miranda wrote:

 I use at home a RedHat 7.2 (Enigma), i wonder how can i install other
 packages easily?
 Is it only rpm? Doesnt have redhat have a big tool like dselect on debian?
 to choose from?.
 
 Just asking, im having some difficulty install some applications bcoz, i
 need to check all dependencies and all of that.
 
 -
 Louie
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: opening imported .doc files in OO

2003-09-22 Thread Mike Burger
Can you give a little more detail?

Can you not open them, from within Evolution?  Can you open them if you 
save them to your hard drive, first?

On Mon, 22 Sep 2003, Earl Eiland wrote:

 I'm running the OpenOffice distro included with RH9.  I can create .doc
 files and open them, but not open .doc files received via email (Ximian
 Evolution 1.4).  Anyone else having this problem?

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: DHCP appears not to be working

2003-09-22 Thread Mike Burger
For what it's worth, in my dhcpd.conf file, all the option lines are set 
before setting the subnet line.

Is the dhcpd actually running?  If not, it might be erroring out during 
initialization.

On Mon, 22 Sep 2003, Vidiot wrote:

 I have a W2K laptop that I am attempting to connect to my internal LAN, but
 DHCP appears to not be working.  THe daemon is running:
 
   ps -eaf | grep dhcp
   root 26358 1  0 Sep03 ?00:00:03 /usr/sbin/dhcpd eth1
 
 The dhcp config file is as follows:
 
 cat dhcpd.conf   
 subnet 192.168.1.0 netmask 255.255.255.0 {
 # --- default gateway
 option routers  192.168.1.1;
 option subnet-mask  255.255.255.0;
 
 option domain-name  vidiot.com;
 option domain-name-servers  192.168.1.1;
 
 #   option time-offset  +6;  # GMT
 #   option ntp-servers  192.168.1.1;
 #   option netbios-name-servers 192.168.1.1;
 # --- Selects point-to-point node (default is hybrid). Don't change this unless
 # -- you understand Netbios very well
 #   option netbios-node-type 2;
 
 range 192.168.1.11 192.168.1.20;
 #   default-lease-time 21600;
 #   max-lease-time 43200;
 }
 
 
 I saw the following when the laptop was booting (traffic from other PeeCees
 removed):
 
 09:03:28.384060 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0xc32dfe66 [|bootp]
 09:03:31.384659 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0xc32dfe66 secs:768 
 [|bootp]
 09:03:39.386238 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0xc32dfe66 secs:2816 
 [|bootp]
 09:03:55.389316 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0xc32dfe66 secs:6912 
 [|bootp]
 09:04:26.405221 B arp who-has 169.254.149.109 tell 169.254.149.109
 09:04:26.935322 B arp who-has 169.254.149.109 tell 169.254.149.109
 09:04:27.935513 B arp who-has 169.254.149.109 tell 169.254.149.109
 09:04:31.276146 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0x544a8d2d 
 flags:0x8000 [|bootp]
 09:04:34.286713 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0x544a8d2d secs:768 
 flags:0x8000 [|bootp]
 09:04:37.967401 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 09:04:38.717541 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 09:04:39.467680 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 09:04:40.227821 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 09:04:42.288203 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0x544a8d2d secs:2816 
 flags:0x8000 [|bootp]
 09:04:50.009617 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 09:04:50.759754 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 
 
 
 The 169 address is the last used address when it was connected at work.
 
 Anyone have an idea as to why DHCP is not responding?
 
 Thanks.
 
 MB
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: DHCP appears not to be working

2003-09-22 Thread Mike Burger
Ack...I'm an idiot.  You've already said it's running.

I guess the next question is is eth1 your internal LAN interface?

On Mon, 22 Sep 2003, Vidiot wrote:

 I have a W2K laptop that I am attempting to connect to my internal LAN, but
 DHCP appears to not be working.  THe daemon is running:
 
   ps -eaf | grep dhcp
   root 26358 1  0 Sep03 ?00:00:03 /usr/sbin/dhcpd eth1
 
 The dhcp config file is as follows:
 
 cat dhcpd.conf   
 subnet 192.168.1.0 netmask 255.255.255.0 {
 # --- default gateway
 option routers  192.168.1.1;
 option subnet-mask  255.255.255.0;
 
 option domain-name  vidiot.com;
 option domain-name-servers  192.168.1.1;
 
 #   option time-offset  +6;  # GMT
 #   option ntp-servers  192.168.1.1;
 #   option netbios-name-servers 192.168.1.1;
 # --- Selects point-to-point node (default is hybrid). Don't change this unless
 # -- you understand Netbios very well
 #   option netbios-node-type 2;
 
 range 192.168.1.11 192.168.1.20;
 #   default-lease-time 21600;
 #   max-lease-time 43200;
 }
 
 
 I saw the following when the laptop was booting (traffic from other PeeCees
 removed):
 
 09:03:28.384060 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0xc32dfe66 [|bootp]
 09:03:31.384659 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0xc32dfe66 secs:768 
 [|bootp]
 09:03:39.386238 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0xc32dfe66 secs:2816 
 [|bootp]
 09:03:55.389316 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0xc32dfe66 secs:6912 
 [|bootp]
 09:04:26.405221 B arp who-has 169.254.149.109 tell 169.254.149.109
 09:04:26.935322 B arp who-has 169.254.149.109 tell 169.254.149.109
 09:04:27.935513 B arp who-has 169.254.149.109 tell 169.254.149.109
 09:04:31.276146 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0x544a8d2d 
 flags:0x8000 [|bootp]
 09:04:34.286713 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0x544a8d2d secs:768 
 flags:0x8000 [|bootp]
 09:04:37.967401 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 09:04:38.717541 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 09:04:39.467680 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 09:04:40.227821 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 09:04:42.288203 B 0.0.0.0.bootpc  255.255.255.255.bootps: xid:0x544a8d2d secs:2816 
 flags:0x8000 [|bootp]
 09:04:50.009617 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 09:04:50.759754 B 169.254.149.109.netbios-ns  169.254.255.255.netbios-ns:NBT UDP 
 PACKET(137): REGISTRATION; REQUEST; BROADCAST
 
 
 
 The 169 address is the last used address when it was connected at work.
 
 Anyone have an idea as to why DHCP is not responding?
 
 Thanks.
 
 MB
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Vipul's Razor and SpamAssassin?

2003-09-22 Thread Mike Burger
You shouldn't need to add anything to local.cf to get SA to use 
Razor...if SA sees Razor as installed when it starts up, it should use it.

Run SA against the test spam that comes with it...I'm pretty sure that 
it's also in the Razor database.

If Razor is being called, you should see RAZOR2 in the spam report.

On Mon, 22 Sep 2003, Benjamin J. Weiss wrote:

 Okay, I have MailScanner working with f-prot, and BOY is it catching all 
 of those Swen.A virii!  However, I can't seem to tell whether or not the 
 Vipul's Razor that I installed yesterday is working.
 
 I'm running SpamAssassin 2.50, and it seems to be working fine.  I've 
 added 'use_razor2 1' to /etc/mail/spamassassin/local.cf and restarted.
 
 If I run razor-check against a spam that I've saved to a separate file, it 
 is identified.  However, if I put the message through the spamc client, 
 while I get a bunch of other rules, it doesn't show any rule checks for 
 razor.
 
 Any ideas would be appreciated!
 
 Ben
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: DHCP appears not to be working

2003-09-22 Thread Mike Burger
On Mon, 22 Sep 2003, Vidiot wrote:

 Firewall?
 
 OK, that was it, but I am confused as to why.
 
 I use firestarter to configure the firewall for me (RH7.1).  When running
 the wizard, I told it eth0, which is the internet.  The internal lan is on
 eth1.
 
 So, why is the internal lan affected by the firewall?
 
 I'm not worried about outside boxes trying to get DHCP addresses from my box,
 since I start the daemon with:
 
   daemon /usr/sbin/dhcpd eth1
 
 so that it will only listen on the internal lan.
 
 Thanks for the response.

Hmm...that blows all my suggestions out of the water. G

Personally, I manually tweak my firewall config, so as to make sure it 
does what I want. shrug

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: /etc/rc.d/init.d/httpd ?? (aka httpd dead but subsys locked problem)

2003-09-21 Thread Mike Burger
Yeah...you should have used /etc/rc.d/init.d/httpd stop, instead of 
killall.  What you'll need to do is delete /var/lock/subsys/httpd.

And next time, just use /sbin/service httpd start and /sbin/service 
httpd stop. ,g

On Sun, 21 Sep 2003, Mufit Eribol wrote:

 
 I am again getting this dreadful error.
 
 After  killall httpd command, if I issue service httpd start or 
 /etc/rc.d/init.d/httpd start Apache doesn't run and the script gives the 
 dead but subsys locked status. However, if just httpd command is issued 
 o the command line, the server comes alive as usual.
 
 Could anybody please shed some light on this? My conf: RH9, httpd-2.0.40- 
 21.5, httpd.conf as installed by rpm.
 
 Mufit
 
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: remove old kernel ?

2003-09-21 Thread Mike Burger
Sure...if they've been installed via rpm, then rpm -q kernel will list all 
installed kernels.

If you've installed by compiling from source, you'll have to look in /boot 
and /lib/modules.

On Sun, 21 Sep 2003, Marc Adler wrote:

 * Michael Lee Yohe [EMAIL PROTECTED] [2003-09-19 11:16]:
   hi all, I've dl-ed kernel 2.4.20-20.9 with the source, now I'd like to
   remove kernel 2.4.20-8. How to remove it?
  
  As root - 
  
  rpm -e kernel-2.4.20-8
 
 Is there a way to list the kernels present on the system?
 
 Also, how much space does a kernel take up?
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Virtual hosts in Apache (URGENT)

2003-09-21 Thread Mike Burger
You can't use Virtualhost *.  Instead, you will have to use 
VirtualHost xxx.xxx.xxx.xxx where xxx.xxx.xxx.xxx is the IP address 
on which the actual server listens.

On Sun, 21 Sep 2003, Lorenzo Prince wrote:

 Hi.  I am trying to host more than one domain on my IP address to serve more than 
 one web site.
 
 My old domain was princenet.sytes.net and the new one is prince.homelinux.org.  I 
 want to serve a web page at 
 princenet.sytes.net that explains that my address has changed and the web site has 
 moved to prince.homelinux.org.  The 
 real site will be hosted on prince.homelinux.org.  I would also like a catch-all 
 virtual host that will serve a page on 
 any other domain that points to my machine that will allow someone to email me if 
 they want to serve a site at that 
 domain, but that's not a priority at this time.
 
 As per the documentation, I added the following lines to my 
 /etc/httpd/conf/httpd.conf file for Apache 2.0.40-21.5 on 
 Red Hat 9:
 
 NameVirtualHost *
 
 VirtualHost *
 ServerName prince.homelinux.org
 DocumentRoot /var/www/html
 /VirtualHost
 
 VirtualHost *
 ServerName princenet.sytes.net
 ServerAlias *.princenet.sytes.net:80
 DocumentRoot /var/www/html/moved
 /VirtualHost
 
 I am using the ServerAlias directive for princenet.sytes.net because the dynamic DNS 
 with which the domain is registered 
 allows wildcards as in www.princenet.sytes.net or mail.princenet.sytes.net to all 
 point to my computer.
 
 The problem is that when I start httpd I get the following message:
 
 [EMAIL PROTECTED] ~# service httpd start
 Starting httpd: [Sun Sep 21 21:40:48 2003] [error] VirtualHost _default_:443 -- 
 mixing * ports and non-* ports with a 
 NameVirtualHost address is not supported, proceeding with undefined results
[  OK  ]
 [EMAIL PROTECTED] ~#
 
 and all requests sent to the server receive a 400 bad request error.  As far as I 
 know I followed the docs to the 
 letter as found on
 http://httpd.apache.org/docs-2.0/vhosts
 as stated in the config file.  I also tried adding a port address to the 
 NameVirtualHost directive as suggested by the 
 error message, but it then shows the page indicated by the first VirtualHost block 
 and ignores all subsequent 
 VirtualHost blocks.
 
 What am I doing wrong?  How could the docs be throwing me off so badly?  Could the 
 docs somehow be wrong or something? 
 :O
 
 Thanks for any help!
 Prince
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Virtual hosts in Apache (URGENT)

2003-09-21 Thread Mike Burger
If your server isn't behind a dedicated firewall machine, when you're on a 
dynamic IP, then you reap what you sow, in all fairness.

And if you're on a dynamic IP, you'll have to worry about updating the DNS 
for every domain every time it changes.

So, the short answer is to make sure that your server is behind a firewall 
of some sort.  Then, you assign a private IP address to the server, 
itself, and use that IP in your httpd.conf file.

However, the fact of the matter is that you can not use the wildcard * for 
each of the virtual domains.

That's exactly how I do it.

On Sun, 21 Sep 2003, Lorenzo Prince wrote:

 Mike Burger staggered into view and mumbled:
  You can't use Virtualhost *.  Instead, you will have to use 
  VirtualHost xxx.xxx.xxx.xxx where xxx.xxx.xxx.xxx is the IP address 
 
 But what do I do if I have a dynamic IP address?  It wouldn't be practical to change 
 the IP address in httpd.conf every 
 time my IP changes, ad if I did that I may be down for a day or more before I 
 realized my server wasn't listening 
 properly.
 
 Prince
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Samba/Unix passwords

2003-09-20 Thread Mike Burger
There is another way:

Webmin's samba config interface has a couple of options for:

Convert Unix users to Samba users 

and

Configure automatic Unix and Samba user synchronisation

I haven't played with either, myself, but they look promising.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Sending Email To Multiple Recipients

2003-09-20 Thread Mike Burger
On Sat, 20 Sep 2003, SoloCDM wrote:

 I need to know what everyone is using to send email to multiple
 recipients.  An email program like Pine, Netscape, IE, and many
 similar programs force the sender to list all the recipients at
 once so the recipients know everyone who received the message.
 No, BCC is not what I am suggesting.
 
 I'm not sure a mailing list manager like Mailman, Majordomo,
 and many others is the proper avenue.  I always think of them
 as two-way and I am only trying to go one direction.  I want the
 program to email all the recipients, but only have the sender's
 and recipient's email addresses in the headers for From: and To:.
 
 Sendmail isn't a solution.  When I use an alias to send email
 messages, the name of the alias userslist below remains as the name
 that the recipient receives.
 
userslist: :include:/etc/mail/userslist
 
 The program also needs to allow files to be attached, if it becomes
 necessary.

Using the alias like you've noted, above, would allow two-way.

Mailing list managers allow you to specify who can and can't send mail to 
the list(s).  Personally, I think they're your best bet.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


No traffic, today?

2003-09-19 Thread Mike Burger
Haven't seen any traffic for a good part of today, so I thought I'd see if 
we're having issues.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: pinging a name vs. number

2003-09-19 Thread Mike Burger
Whether you use the named address in your ping command or not,it's always 
going to ping the numeric address.  The only thing using the name will do 
is show you that DNS is working.

Your esteemed colleague is, after all, an MCSE.  Unfortunately, I've 
only met one or two who could actually speak on routing, etc., in any sort 
of coherent manner.

On Fri, 19 Sep 2003, Timothy Stone wrote:

 List and network gurus...
 
 I recently had a coworker tell me that we should *always* ping by 
 *name*, *not* by number. The reason as explained is because the 
 resolution takes place at a higher level on the OSI stack. And pinging 
 the number does nothing but tell you that the 'connection' to the 
 machine is okay.
 
 Huh?! Isn't pinging by name just the same as pinging by number, only 
 adding a step for the name resolution?
 
 % ping 10.0.0.5
 +-++---+
 | work station  - | 10.0.0.5
 +-++---+
 
 
 % ping myserver
 +-++---+
 | work station  - | myserver
 +-++---+
 |
 |
 +-+
 | DNS/WINS  # myserver = 10.0.0.5
 +-+
 
 I added WINS here because, well, we have a Windoze LAN and the server in 
 question is a remote Exchange server.
 
 I think what my esteemed MCSE colleague was wanting to explain that 
 pinging is not as effective as telneting to the check the service in 
 question.
 
 My understanding of the our network is that many times it's not our 
 remote Exchange host, but the connection between us that is the problem, 
 and pinging by name or number is just fine as a test.
 
 For instance if I wanted to check my webserver to see if it was up I could
 
 %ping mywebserver   #OR
 
 %ping 10.0.0.10 #mywebserver
 
 But this tells me nothing about the HTTPD service. So I would be better off
 
 %telnet mywebserver 80 #OR
 
 %telnet 10.0.0.10 80   #OR
 
 %curl -I http://mywebserver#via cygwin of course
 
 Telnet|cURL would tell me both things: the webserver is up and the HTTPD 
 is answering connections.
 
 Would any one mind elaborating on the pinging a number v. name for me? 
 Or is she right?
 
 Thanks in advance.
 Tim
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: fax server recommendation

2003-09-19 Thread Mike Burger
On Thu, 18 Sep 2003, Michael S. Dunsavage wrote:

 On Wednesday 17 September 2003 02:59 pm, you wrote:
  On Wed, 17 Sep 2003, Michael S. Dunsavage wrote:
   On Wednesday 17 September 2003 01:04 pm, you wrote:
hylafax
  
   Is there a broad band fax server that can used over a dsl modem?
 
  I'm not sure I understand this follow-up.  How did you want to use a DSL
  modem to transmit faxes?
 
 I was just wondering.   If DSL is over the phone line,  is there a way to fax 
 w/ it via pc?

It's not an issue, actually.  DSL is over the phone line, but your 
provider supplies you with splitter/filter units.  You then plug the DSL 
modem into the DSL portion of the filter/splitter, and your modem into the 
other.

This is also the reason that you can have telephone service and DSL 
service on the same line.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Problem with reboot

2003-09-19 Thread Mike Burger
If it's starting in level 3, that is text mode.

Make sure that in your /etc/inittab, the initdefault line reads 5, not 
3.

On Fri, 19 Sep 2003, Srini Amble wrote:

 Hi Folks,
 
 I am running RH7.2 on an Intel Celeron processor. Whenever I reboot, the 
 server tries to bring up the XWindows. I presume it fails and gives me a 
 command line login prompt. After that it switches to Init Level 3 and 
 tries to restart some of the applications. I can now login to the server 
 and bring up the GUI using startx. Can someone shed some light on 
 where the problem lies and what to look for?
 
 Thanks in advance for all the help
 
 Srini
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How much data on a DVD?

2003-09-19 Thread Mike Burger
On Fri, 19 Sep 2003, Furnish, Trever G wrote:

 I'm considering buying a dvd burner for use with a redhat9 system.  However,
 a friend tells me that mkisofs can only burn up to 2GB on a DVD, regardless
 of whether the DVD has room for up to 4.7GB.
 
 Is that true?  Is there something other than mkisofs that I can use?  Need
 the burns to be able to be automated, so a gui-only tool is useless.

That's 2.x GB per side.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: fax server recommendation

2003-09-17 Thread Mike Burger
On Wed, 17 Sep 2003, Noah wrote:

 can somebody recommend a fax server program out there?
 perhaps something opensource by chance?
 
 
 thanks in advance,

Look into hylafax.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: fax server recommendation

2003-09-17 Thread Mike Burger
On Wed, 17 Sep 2003, Michael S. Dunsavage wrote:

 On Wednesday 17 September 2003 01:04 pm, you wrote:
  hylafax
 
 
 Is there a broad band fax server that can used over a dsl modem?

I'm not sure I understand this follow-up.  How did you want to use a DSL 
modem to transmit faxes?
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: fax server recommendation

2003-09-17 Thread Mike Burger
On Wed, 17 Sep 2003, Noah wrote:

 On 17 Sep 2003 12:04:43 -0500, Bret Hughes wrote
  On Wed, 2003-09-17 at 11:31, Noah wrote:
   
   
   can somebody recommend a fax server program out there?
   perhaps something opensource by chance?
   
  
  I help setup hylafax at my brother's office and it has been jamming ever
  since.  Absolutely trouble free.
  
 
 can you also recommend a win32 client for hylafax please?

There are a number of them, available, and links to them are provided on 
the hylafax project site.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: IPChains with RH 9? Protocol not available

2003-09-17 Thread Mike Burger
You need to use iptables.

On Wed, 17 Sep 2003, Reuben D. Budiardja wrote:

 
 Hello,
 I am trying to run some ipchains command for NAT-ing with RH 9, which acts as 
 a master node for a beowulf cluster.
 
 When running ipchainsI got the message Protocol not available. This led me 
 to thinking (and after some googling) that probably the correct kernel module 
 is not loaded. When try to load the module ipchains, I got the error below.
 
 My question, is RH 9 stock kernel still support ipchains? 
 
 I know it's old and probably iptables is better, but the ipchains script is a 
 legacy code that I thought I just use it for now, to make things work, and 
 probably convert it to use iptables with shorewall as firewall or something 
 like that.
 
 The result of lsmod also included. Any help is greatly appreciated.
 
 Thanks
 Reuben D. Budiardja
 ---
 
 [EMAIL PROTECTED] kernel]# insmod ipchains
 Using /lib/modules/2.4.20-8/kernel/net/ipv4/netfilter/ipchains.o
 /lib/modules/2.4.20-8/kernel/net/ipv4/netfilter/ipchains.o: init_module: 
 Device or resource busy
 Hint: insmod errors can be caused by incorrect module parameters, including 
 invalid IO or IRQ parameters.
   You may find more information in syslog or the output from dmesg
 
 [EMAIL PROTECTED] kernel]# lsmod 
 Module  Size  Used byNot tainted
 udf98400   0  (autoclean)
 nls_iso8859-1   3516   0  (autoclean)
 nls_cp437   5116   0  (autoclean)
 msdos   8140   0  (autoclean)
 fat38808   0  (autoclean) [msdos]
 loop   12152   0  (autoclean)
 nfsd   80176   8  (autoclean)
 lockd  58704   1  (autoclean) [nfsd]
 sunrpc 81564   1  (autoclean) [nfsd lockd]
 iptable_filter  2412   0  (autoclean) (unused)
 ip_tables  15096   1  [iptable_filter]
 ide-cd 35708   0  (autoclean)
 cdrom  33728   0  (autoclean) [ide-cd]
 i810_audio 27720   0 
 soundcore   6404   2  [i810_audio]
 ac97_codec 13640   0  [i810_audio]
 r128   88312   1 
 agpgart47776   3 
 parport_pc 19076   1  (autoclean)
 lp  8996   0  (autoclean)
 parport37056   1  (autoclean) [parport_pc lp]
 autofs 13268   0  (autoclean) (unused)
 3c59x  30704   1 
 ne2k-pci7232   1 
 83908508   0  [ne2k-pci]
 keybdev 2944   0  (unused)
 mousedev5492   0 
 hid22148   0  (unused)
 input   5856   0  [keybdev mousedev hid]
 usb-uhci   26348   0  (unused)
 usbcore78784   1  [hid usb-uhci]
 ext3   70784   1 
 jbd51892   1  [ext3]
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: sendmail-postfix problem

2003-09-17 Thread Mike Burger
Check to see what the permissions are on /var/spool/mail/postfix.

Though, really, you should probably have 'postfix' aliased to a real user.

On Wed, 17 Sep 2003, Peter Skensved wrote:

   I'm considering migrating from sendmail to postfix but I have run into
 something which looks like a permission problem. I followed the directions
 in the RedHat postfix HOWTO, stopped sendmail, started postfix and sent 
 mail to the machine. However, it bounces telling me that :
 
   
 Final-Recipient: rfc822; [EMAIL PROTECTED]
 Action: failed
 Status: 5.0.0
 Diagnostic-Code: X-Postfix; can't create user output file. Command output:
 procmail: Couldn't create /var/spool/mail/postfix
 
 
  /var/spool/mail is currently owned by root:mail with permissions 775
 
  Do I just change the ownership to postfix ?? And group what ? mail ?

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Latest iptables init scripts, and rmmod

2003-09-16 Thread Mike Burger
Can anyone tell me whose bright idea it was to have the init script for 
iptables attempt to remove the iptables modules when one runs a service 
iptables stop?

So far, it's caused one of my systems to crash and reboot, and another to 
lock up.

If it weren't for the fact that the output told me that it was trying to 
rmmod, I'd have nto known what to comment out of the init script.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Latest iptables init scripts, and rmmod

2003-09-16 Thread Mike Burger
On Tue, 16 Sep 2003, Sean Estabrooks wrote:

 On Tue, 16 Sep 2003 21:19:27 -0500 (EST)
 Mike Burger [EMAIL PROTECTED] wrote:
 
  Can anyone tell me whose bright idea it was to have the init script for 
  iptables attempt to remove the iptables modules when one runs a service 
  iptables stop?
  
  So far, it's caused one of my systems to crash and reboot, and another to 
  lock up.
 
 Hmmm, sounds like a kernel bug.   What kernel are you using?
 Have you upgraded to the latest RedHat supplied kernels?

Yup.

  If it weren't for the fact that the output told me that it was trying to 
  rmmod, I'd have nto known what to comment out of the init script.
 
 Good thing it was written well enough to tell you.  ;o)

Amen.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Latest iptables init scripts, and rmmod

2003-09-16 Thread Mike Burger
On Wed, 17 Sep 2003, Ian Mortimer wrote:

 
   If it weren't for the fact that the output told me that it was trying to 
   rmmod, I'd have nto known what to comment out of the init script.
 
 This is RedHat 8.0 right?  The RedHat 9 init script doesn't do it.

In my case, 7.1 and 7.2.  Those two are the only systems on which I've 
created my own rules (first one's a server, the other's my 
firewall/gateway).  My RH9 system hasn't had its firewalling customized, 
so I've not had cause to try it.

  So far, it's caused one of my systems to crash and reboot, and another to 
  lock up.
 
 Another side effect is that it causes hosts to hang during shut down or
 reboot at stopping iptables.  A major pain if you're rebooting remotely.
 
 Might be a good idea to post it on bugzilla along with the fix.

Hmm...Interesting...haven't had a hang during a reboot...just during an 
iptables stop or restar.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Latest iptables init scripts, and rmmod

2003-09-16 Thread Mike Burger
On Tue, 16 Sep 2003, Sean Estabrooks wrote:

 On Wed, 17 Sep 2003 12:58:22 +1000
 Ian Mortimer [EMAIL PROTECTED] wrote:
 
  
If it weren't for the fact that the output told me that it was trying to 
rmmod, I'd have nto known what to comment out of the init script.
  
  This is RedHat 8.0 right?  The RedHat 9 init script doesn't do it.
  
   So far, it's caused one of my systems to crash and reboot, and another to 
   lock up.
  
  Another side effect is that it causes hosts to hang during shut down or
  reboot at stopping iptables.  A major pain if you're rebooting remotely.
  
  Might be a good idea to post it on bugzilla along with the fix.
  
 
 Be very surprised if this was always a problem with RH8 given its
 maturity.   And the latest init scripts _do_ remove the module,
 they just use the modprobe command instead.

Actually, they use both.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: [Fwd: [fw-wiz] Stop Using relays.osirusoft.com *NOW*! (fwd)]

2003-08-27 Thread Mike Burger
Interesting.  I have relays.osirusoft.com in my postfix configuration, and 
mail is still coming through.

On 26 Aug 2003, Bret Hughes wrote:

 I am sure you guys already know this but just in case:
 
 -Forwarded Message-
 
  From: Christopher Hicks [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: [fw-wiz] Stop Using relays.osirusoft.com *NOW*! (fwd)
  Date: 26 Aug 2003 22:37:14 -0400
  
  FYI.
  
  --
  /chris
  
  The death of democracy is not likely to be an assassination from ambush. It
  will be a slow extinction from apathy, indifference, and undernourishment.
  -Robert Maynard Hutchins, educator (1899-1977)
  
  -- Forwarded message --
  Date: Tue, 26 Aug 2003 18:00:31 -0400 (EDT)
  From: Jim Seymour [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: [fw-wiz] Stop Using relays.osirusoft.com *NOW*!
  
  This relates more the mail admin, than firewall admin, but many of us
  wear many hats and this one is pretty important--being as the DNSbl in
  question is (was?) one of the most widely-used ones on the 'net.
  
  As many of your *should* be aware: relays.osirusoft.com has been
  experiencing problems.  As of today, ISPs began reporting that
  non-dialup, dedicated circuits were apparently being reported by
  relays.osirusoft.com as dialups.
  
  Curious, I checked my business DSL circuit's IP address.  (Note that
  my ISP sells no dialup, or even dynamic DSL.)
  
  $ rblcheck -lt
  64.32.196.134
  64.32.196.134 : relays.osirusoft.com : listed
  Please stop using relays.osirusoft.com
  
  Somebody checked, and it looks like relays.osirusoft.com has a *
  wildcard entry to 127.0.0.2 for all zones.  This means that *every*
  IP address checked against *any* relays.osirusoft.com zone will
  show up as a hit.  If you reject on any of those zones, you'll
  reject everything, from every host.
  
  Anybody who is still using relays.osirusoft.com had maybe better stop
  doing so.  Immediately.
  
  Yes, I recognize the irony in trying to get the word out via email ;).
  
  --
  Jim Seymour  | Some of the lies are so strange it
  [EMAIL PROTECTED] |  makes you wonder about the spammer's
  LinxNet Spam Files:  |  sanity.
 http://www.LinxNet.com/misc/spam  |   - Ed Foster, The Gripe Line 6/24/02
  ___
  firewall-wizards mailing list
  [EMAIL PROTECTED]
  http://honor.icsalabs.com/mailman/listinfo/firewall-wizards
 
 
 ___
 Mailhelp mailing list
 [EMAIL PROTECTED]
 http://moongroup.com/mailman/listinfo/mailhelp
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Installing MPlayer: Have an challenge here.

2003-06-05 Thread Mike Burger
I'm curious...you say you downloaded the ppc.rpm?  You do know that that's 
for PowerPC (ie, Macintosh) system, and not for an x86 processor?  You 
probably won't get it to work.  To tell the truth, I'm not sure if/how you 
got that rpm to install in the first place.

On Wed, 4 Jun 2003, CM Miller wrote:

 
 I did have MPlayer up and working on my RH 8.0 box.
 
 There was a new version released,
 mplayer-0.90-fr2.ppc.rpm. I apt-get this one, but when
 trying to watch a video, it would not work.  I think
 apt-get is ok, it is something to do with hardware.  
 
 I've uninstalled it and I've tried to install from
 source and I used
 
 ./configure --enable-gui
 
 
 It did not work and I'm not sure what I am looking for
 in the configure.log file to help me out here.  
 
 Any help here would be great.
 
 thanks
 
 
 
 =
 GTFG
 
 GAIM ID:  cmmiller1973
 
 __
 Do you Yahoo!?
 Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
 http://calendar.yahoo.com
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: Can't listen to my CDs. Need to rip them.

2003-06-05 Thread Mike Burger
On 4 Jun 2003, Robert wrote:

 of course, checking to see if the audio cable runs from the cd to the
 sound card is a good thing  If you were using XP and digital cd
 reading, the cd's would have played in xp even without the audio
 cable...

Yeah...Windows Media Player runs everything through the WAV device, 
instead of through the hardware.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Monitoring and Notification of Failed Services

2003-06-05 Thread Mike Burger
On Wed, 4 Jun 2003, Christopher Lyon wrote:

 I have been having some problems with some of the services running on
 Redhat 8.0. I will do a service name start and the service will run
 for a while but during the night it will fail. I have fixed the problem
 with that service but I want to be e-mailed or paged if this happens
 again. Does anybody have any thoughts on this?

Webmin (http://www.webmin.com) has a facility that monitors services and 
can email you to let you know that their service has changed.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Setting network card speed and duplex

2003-06-05 Thread Mike Burger
Have you tried mii-tool?

On Wed, 4 Jun 2003, Shay Mayo wrote:

 Hi everyone,
 
  
 
 Silly question here. Can someone tell me how to hard code my network
 card to 100 megabits - full duplex in Red Hat 9?
 
  
 
 Thanks
 
 Shay
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Anyone try Webmin?

2003-06-05 Thread Mike Burger
I've been using it for years.  I've got it on all the servers which I 
administer, and even a few that I don't. G

On 4 Jun 2003, David Cary Hart wrote:

 http://www.webmin.com
 
 I have been experimenting with this for remote administration but it
 works great locally as well. This should be a real plus for someone new
 to Linux. The Postfix module is excellent as well.
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: Export display to another pc

2003-06-04 Thread Mike Burger
Similarly, if you're using SSH, the default configurations allow 
forwarding of X apps, so you could simply run the apps and have them 
display on your 'local' machine.

On Tue, 3 Jun 2003, santosh kumar wrote:

 You have to give command as 
  export DISPLAY=64.39.111.1:0.0 (for bash or ksh)
  setenv DISPLAY 64.39.111.1:0.0 (for csh)
 
 Regds,
 santosh
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On Behalf Of Wes Reneau
 Sent: Tuesday, June 03, 2003 5:45 PM
 To: [EMAIL PROTECTED]
 Subject: Export display to another pc
 
 
 I have RH 9.0 fresh install at my home/office and I'd like to export the
 display to 
 my real office.
 
 I understand the command is something like export desktop:0 64.39.111.1
 or 
 something like that. 
 
 I also understand that I have to have an Xserver on the pc I'm exporting
 too, for 
 this I have Exceed 7.1 installed.
 
 
 Where I'm failing at is the command, I've searched on google for the
 phrase export 
 desktop and have come up with nothing.
 
 Could someone breakdown the syntax for me.
 
 Thanks
 
 WR
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Wine on Redhat 9

2003-06-04 Thread Mike Burger
I believe that the Crossover Office version of Wine has a fix for this 
issue.

On Tue, 3 Jun 2003, Alan Lake wrote:

 I, too, benefitted from this thread and installed it.  Problem: I have a copy
 of ie6setup.exe.  It gave me an error message saying that it recognized the
 fact that I'm attempting the installation on a non-Windows machine and refuses
 to install.  Do you know of an IE6 that is installable with Wine?
 
 Thanks,
 Al
 
  Excellent!
  
  I have been having this problem also. If this fixes it then great.
  
  PB
  On Tue, 2003-06-03 at 01:40, Didier Casse wrote:
   I obtained a good wine rpm for redhat 9 at:
  
   http://newrpms.sunsite.dk/apt/redhat/en/i386/9.0/RPMS.newrpms/
  
   It's a newly built rpm package and it's working nicely. :-) It will save
   you the trouble of compiling. ;-)
  
   Didier
  
   --
   PhD student
  
   Singapore Synchrotron Light Source (SSLS)
   5 Research Link,
   Singapore 117603
  
   Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
   Website: http://ssls.nus.edu.sg
  
  
  
  
   On 2 Jun 2003, James Pifer wrote:
  
I know this belongs on the wine mailing list and will go there if
needed. Just don't need yet another mailing list right now... I'm sure
most of you know what I mean
   
Anyway, I'm trying to install wine-20030508 on my Redhat 9 system. I
first tried the RPM but kept seeing people say use the source so you
have all the tools and everything gets setup right, etc, etc.
   
When I had the RPM installed when I would try to start wineserver or
wine a program it would tell me no such file or directory. I tried both
as root and as a user.
   
So I uninstalled the RPM and tried the source file. It won't let me run
it as root, so I logged in as a user and ran ./tool/wineinstall. I get
the following error:
[EMAIL PROTECTED] wine-20030508]$ ./tools/wineinstall
WINE Installer v0.74
   
Running configure...
   
./configure: line 88: conf2782.sh: No such file or directory
./configure: line 89: conf2782.sh: No such file or directory
chmod: failed to get attributes of `conf2782.sh': No such file or
directory
./configure: line 201: conf2782.file: No such file or directory
./configure: line 949: config.log: No such file or directory
   
Configure failed, aborting install.
[EMAIL PROTECTED] wine-20030508]$
   
Anyone know what is causing this? I googled for it but got no hits.
   
Thanks,
James
   
   
   
  
  
  
  
  E-mail is an informal method of communication and may be subject to 
  data corruption, interception and unauthorised amendment for which 
  Digital Bridges Ltd will accept no liability. Therefore, it will 
  normally be inappropriate to rely on information contained on e-mail 
  without obtaining written confirmation.
  
  This e-mail may contain confidential and/or privileged information. 
  If you are not the intended recipient (or have received this e-mail 
  in error) please notify the sender immediately and destroy this e-
  mail. Any unauthorized copying, disclosure or distribution of the 
  material in this e-mail is strictly forbidden.
  
  
  
  --
  redhat-list mailing list
  unsubscribe mailto:[EMAIL PROTECTED]
  https://www.redhat.com/mailman/listinfo/redhat-list
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: hotmail mail cleint for linux

2003-06-04 Thread Mike Burger
Evolution?  Mozilla-Mail?

On Tue, 3 Jun 2003, Vij Chau wrote:

 Guys,
 
 A newbie here.
 
 Is there a mail client in linux (equivalent of outlook, eudora) which would
 help me get my hotmail mails.
 
 I don't want to use wine / vmware if i don't have to :)
 
 Thanks in advance
 -N
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Export display to another pc

2003-06-04 Thread Mike Burger
On Tue, 3 Jun 2003, Wes Reneau wrote:

 Well I guess I'm not out of the woods yet.  I got the X Windows to show up such as 
 redhat-config-printer the output shows up on my desktop wich is what I wanted but I 
 want to emulate the GUI/Desktop to my xp laptop at my office.  I understand now 
 that Xceed will not do that, hmm.  What will, the same applies as before I have to 
 have an X server running on my pc but a Google.com/linux search comes up with 
 configuring the X server on a linux box.
 
 I'm a tad bit lost here, am I missing the obvious?

Once you've exported your DISPLAY, and have your Exceed X server running, 
just run startx

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Postfix Authentication failed

2003-06-04 Thread Mike Burger
Actually, I'm not using sasldb in my setup.

I'm using PAM...the only requirement was that I disable the chroot setting 
for smtpd so that it could actually interact with PAM.

On Tue, 3 Jun 2003, wanderson wrote:

 When I try configure the postfix with SASL  I got
 
 warning: unknown[10.250.250.28]: SASL LOGIN authentication failed
 
 In my /var/log/maillog
 
 Im using the sasldb in /usr/lib/sasl/smtpd.conf
 pwcheck_method:sasldb
 
 The sasldb 
 saslpasswd -a smtpd -c wan
 New password: bla bla
 ...
 and
 [EMAIL PROTECTED] postfix]# sasldblistusers
 user: wan realm: SafeLAN mech: PLAIN
 user: wan realm: SafeLAN mech: CRAM-MD5
 user: wan realm: SafeLAN mech: DIGEST-MD5
 [EMAIL PROTECTED] postfix]#
 
 
 Im try send a mail with the outlook express.
 If anyone did this configure , please send a reply.
 
 regards,
 
 Wanderson Scaglia
 [EMAIL PROTECTED]
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Postfix Authentication failed

2003-06-04 Thread Mike Burger
The pam issue, I do believe, was due to the default setup of smtpd as 
chroot.

On Tue, 3 Jun 2003, wanderson wrote:

 Thanks Mike =)
 
 I tried configure the Postfix with PAM but i got pam_start could not open
 /etc/pam.conf
 Then  i found a howto Postfix + saslauthd on
 http://postfix.state-of-mind.de/patrick.koetter/smtpauth/index.html
 
 and i got the error: /var/log/maillog
 warning: SASL authentication problem: unrecognized plaintext verifier
 saslauthd
 
 Using the saslauthd -a pam or /etc/init.d/saslauthd
 and changing in /usr/lib/sasl/smtpd.conf
 pwcheck_method: saslauthd
 
 If anyone have a solution , reply =)
 
 - Original Message - 
 From: Mike Burger [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, June 03, 2003 12:50 PM
 Subject: Re: Postfix Authentication failed
 
 
  Actually, I'm not using sasldb in my setup.
 
  I'm using PAM...the only requirement was that I disable the chroot setting
  for smtpd so that it could actually interact with PAM.
 
  On Tue, 3 Jun 2003, wanderson wrote:
 
   When I try configure the postfix with SASL  I got
  
   warning: unknown[10.250.250.28]: SASL LOGIN authentication failed
  
   In my /var/log/maillog
  
   Im using the sasldb in /usr/lib/sasl/smtpd.conf
   pwcheck_method:sasldb
  
   The sasldb
   saslpasswd -a smtpd -c wan
   New password: bla bla
   ...
   and
   [EMAIL PROTECTED] postfix]# sasldblistusers
   user: wan realm: SafeLAN mech: PLAIN
   user: wan realm: SafeLAN mech: CRAM-MD5
   user: wan realm: SafeLAN mech: DIGEST-MD5
   [EMAIL PROTECTED] postfix]#
  
  
   Im try send a mail with the outlook express.
   If anyone did this configure , please send a reply.
  
   regards,
  
   Wanderson Scaglia
   [EMAIL PROTECTED]
  
  
 
  -- 
  Mike Burger
  http://www.bubbanfriends.org
 
  Visit the Dog Pound II BBS
  telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000
 
  To be notified of updates to the web site, send a message to:
 
  [EMAIL PROTECTED]
 
  with a message of:
 
  subscribe
 
 
  -- 
  redhat-list mailing list
  unsubscribe mailto:[EMAIL PROTECTED]
  https://www.redhat.com/mailman/listinfo/redhat-list
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: Upgrading 7.2 to 9.0?

2003-06-04 Thread Mike Burger
On Tue, 3 Jun 2003, Mark Neidorff wrote:

 Alan,
 
 Could you be specific about what issues you had/are still having? I need
 to upgrade my 7.3 system to get my new printer working because I have to
 install the newest version of CUPS.

Have you considered, instead, downloading the cups src.rpm, and then using 
rpm --rebuild on it to create a binary RPM for your system?
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Can't listen to my CDs. Need to rip them.

2003-06-04 Thread Mike Burger
On Tue, 3 Jun 2003, Ricardo wrote:

 Hi,
 
 I am using RH 9.0 and I can't listen to my CDs. 
 
 The only solution that I found was to Rip them, them to play the songs from my 
 hard drive.
 
 Any thoughts?

Have you gone into the mixer applet and enabled/increased the volume on 
the CD input?
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: (no subject)

2003-06-04 Thread Mike Burger
Like it says, you must specify the filesystem type...you need to use the 
-t parameter with a file system type. Do you have a formatted floppy in 
the drive, and if so, what filesystem has been formatted onto it?

On Wed, 4 Jun 2003, santosh wrote:

 Hi,
 
 I got problem in Redhat Linux 8.0 while I want to mount device for the floppy
 drive. I gave belove command :
 
 #mount /dev/fd0 /mnt/floppy
 
 Cann't mount, But It's display Mount : You must specify the filesystem type
 
 So, How can i solve the exiting problem. Please tell me if there is any way
 
 Thanking You.
 
 Best regards,
  santosh  mailto:[EMAIL PROTECTED]
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: RH after Sept. 11.th.

2003-06-04 Thread Mike Burger
On Wed, 4 Jun 2003, kluu te wrote:

 You didn't answer his question why it's nessessary to update so old kernels. 
 This could be done years ago.
 
 - Original Message -
 From: ABrady [EMAIL PROTECTED]
 Date: Wed, 4 Jun 2003 07:02:37 -0500 
 To: [EMAIL PROTECTED]
 Subject: Re: RH after Sept. 11.th.
 
  On Wed, 04 Jun 2003 13:54:16 +0100
  Sven Anderson [EMAIL PROTECTED] wrote:
  
   I have noticed that Redhat came with kernel updates for 7.2 systems
   after September 11.th. I was wonder if kernel updates are released
   often, and if the new updates include open backdoors to the system
   for planned bugging or planned intruding.
  
  This is a joke, right? Ha, ha?
  
  If it isn't an attempt at humor, get the source and take a look. It's
  located in the SRPMS directory. Then go get the soure for redmondware
  and see if they're hiding anytoops, I forgot you can't take a
  look at the source for Win*DOH*s.
  
  I guess you'll just have to take their word for it, huh? But, hey,
  they're nice guys, and they've never been  actually _CONVICTED_ for
  lying.

It's not a matter of 'updating old kernels'...it's a matter of updating a 
currently maintained version of the distribution with newer kernel 
versions, which have bug fixes and such.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: dhcp - max lease time

2003-06-03 Thread Mike Burger
On Mon, 2 Jun 2003, Joseph A Nagy Jr wrote:

 [EMAIL PROTECTED] wrote:
  Hi,
  
  For permanent leases or leases that I wish to never
  expire, what should I modify in /etc/dhcpd.conf?
  
  The man pages don't mention permanent or infinite
  lease times.
  
  Bri-
 
 Lease times are set by the ISP. Although the lease on my IP is only for 
 6 days, I've had the same IP for nearly a year now.

I think the question was more directed for an internal DHCP server.

I don't know that there's an actual high end limit, but I'm fairly sure 
that there's no indefinite/infinite lease.

However, if you want to permanently assign an IP to a particular system, 
but allocate it through DHCP, you could simply add definitions to your 
dhcpd.conf file based on MAC address, like so:

host perm-guest {
hardware ethernet XX:XX:XX:XX:XX:XX;
fixed-address YYY.YYY.YYY.YYY;
}

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: can NOT create lilo boot diskette ??

2003-06-03 Thread Mike Burger
You should be using the mkbootdisk command, rather than trying to lilo 
to the diskette.

On Mon, 2 Jun 2003, bbaa aaa wrote:

 I have RedHAt AS server version.  I tried to create lilo boot diskette and 
 NOT successful.
 
 [EMAIL PROTECTED] root]# lilo -b /dev/fd0
 Ignoring entry 'boot'
 Added linux *
 
 
 
 If I put this diskette on server and reboot, Nothing show up.  Can anyone 
 tell me why?
 
 _
 The new MSN 8: smart spam protection and 2 months FREE*  
 http://join.msn.com/?page=features/junkmail
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Using host.deny

2003-06-03 Thread Mike Burger
Doesn't that only work for those daemons that actually make use of the 
tcpwrapper functionality?  I don't think httpd does, nor does smbd.

On Mon, 2 Jun 2003, Leonard Miller wrote:

 Try soimething like this.
 
 ALL:192.168.1.  - BLOCKS NETWORK
 ALL:XXX.XXX.XXX.XXX - BLOCKS HOST
 
 Or you could block everything and everyone with
 ALL:ALL 
 and then use hosts.allow to let people in  with
 ALL:192.618.1.
 ALL:XXX.XXX.XXX.XXX 
 
 That may not be the best way to do it, but it works for me
 
 Leonard
 
 
  [EMAIL PROTECTED] 06/02/03 02:22PM 
 How exactly would I go about using host.deny? I'm looking to block 
 access from IP's that try for Win32 exe's (like NIMDA and Klez
 attacks).
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Pop-Before-SMTP

2003-06-02 Thread Mike Burger
I've used it with RH7.x.  Should work the same way with RH9.

In the my_networks area, add btree:/etc/mail/dracd (dracd usually 
keeps the dracd.db in the /etc/mail directory, and it's a btree database).

The question is, have you modified your POP3 or IMAP daemon to work with 
DRAC?

If not, I think I still have a precompiled CUCIPOP and DRACD RPM around 
that should probably work for you.

On 1 Jun 2003, dch wrote:

 Has anyone gotten this or DRAC to work with RH9 and Postfix? I need to authenticate
 roaming users.
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Map Network Drives

2003-06-02 Thread Mike Burger
Look into setting up Samba.

On Sun, 1 Jun 2003, Brent L. Cox wrote:

 I there a way to Map a network location on a MS Windows 
 system like Maping drive on a MS Windows system. Can you 
 do that on linux I have a share on a Windows system that I 
 want to map on my linux box. 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Map Network Drives

2003-06-02 Thread Mike Burger
On Sun, 1 Jun 2003, Anthony E. Greene wrote:

 On 01-Jun-2003/17:05 -0500, Mike Burger [EMAIL PROTECTED] wrote:
 Look into setting up Samba.
 
 He wants to sit at his Linux desktop and use data residing in shared
 directories on Winboxes. You don't need to setup Samba for that.
 
 Samba allows Winboxes to access data in shared directories on *nix boxes.

I'm sorry...I thought that smbmount and smbclient were part of the Samba 
system.  At least, that's how I installed them.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: soundcard in redhat 9

2003-06-02 Thread Mike Burger
 --- sharif [EMAIL PROTECTED] wrote:
  i am using redhat 9.0
  But my sound card is not working.
  I tried to fix it with sndconfig 
  but it shows /dev/audio can't be opened.
  Also while startup X an error message shows
  /dev/dsp is not found 
  
  
  what should i do now...
  can anybody help me out.??

Under the menu item System Tools there's an item called Sound Card 
Detection...give that a try and see if helps.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Map Network Drives

2003-06-02 Thread Mike Burger
On Sun, 1 Jun 2003, Joseph A Nagy Jr wrote:

 Mike Burger wrote:
  On Sun, 1 Jun 2003, Anthony E. Greene wrote:
  
  
 On 01-Jun-2003/17:05 -0500, Mike Burger [EMAIL PROTECTED] wrote:
 
 Look into setting up Samba.
 
 He wants to sit at his Linux desktop and use data residing in shared
 directories on Winboxes. You don't need to setup Samba for that.
 
 Samba allows Winboxes to access data in shared directories on *nix boxes.
  
  
  I'm sorry...I thought that smbmount and smbclient were part of the Samba 
  system.  At least, that's how I installed them.
 
 I'd also like to know how to access winboxes from my Linux desktop w/o 
 samba.

That's what the samba-client package is for.  Unless you have an NFS 
server for your Windows boxen.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: soundcard in redhat 9

2003-06-02 Thread Mike Burger
You might try downloading and installing the ALSA drivers...you'll need to 
have the kernel-source package installed for your kernel to do so.

You could also try the OSS driver...it's not freeware, but I found it to 
work extremely well with my sound card, for which the kernel drivers 
didn't work 100% (missing some crucial functionality).

It's also possible that you'll need the kernel-source package installed 
for OSS, as well, as it turns out that if the downloaded package doesn't 
have the driver compiled for your particular kernel, it gives you an 
option, at install time, to try to compile it for you.

On Sun, 1 Jun 2003, Frank  Nancy Wise wrote:

 I have an FIC AN-19c motherboard that also has the VIA AC97 built-in sound.
 The RH sound card detection utility is useless for configuring the AC97.
 There is a driver available from VIA at
 http://www.viaarena.com/?PageID=87#audio but I've not been able to get that
 to work either. I've been thinking that maybe the AC97 on my MB is broken.
 Has anyone else had any luck?
 
 Frank Wise
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of
 [EMAIL PROTECTED]
 Sent: Sunday, June 01, 2003 7:05 PM
 To: [EMAIL PROTECTED]
 Subject: redhat-list digest, Vol 1 #7915 - 15 msgs
 
 
 Send redhat-list mailing list submissions to
   [EMAIL PROTECTED]
 
 To subscribe or unsubscribe via the World Wide Web, visit
   https://www.redhat.com/mailman/listinfo/redhat-list
 or, via email, send a message with subject or body 'help' to
   [EMAIL PROTECTED]
 
 You can reach the person managing the list at
   [EMAIL PROTECTED]
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of redhat-list digest...
  --- sharif [EMAIL PROTECTED] wrote:
   i am using redhat 9.0
   But my sound card is not working.
   I tried to fix it with sndconfig
   but it shows /dev/audio can't be opened.
   Also while startup X an error message shows
   /dev/dsp is not found
  
  
   what should i do now...
   can anybody help me out.??
 
 Under the menu item System Tools there's an item called Sound Card
 Detection...give that a try and see if helps.
 --
 Mike Burger
 http://www.bubbanfriends.org
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: IpTables - RH9

2003-06-02 Thread Mike Burger
On Mon, 2 Jun 2003, Augusto Flavio wrote:

 Where i can find the conf's of iptables on RedHat 9?

Probably in /etc/sysconfig/iptables.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Problems changing DocumentRoot in Apache that came with Redhat9

2003-06-02 Thread Mike Burger
On 2 Jun 2003, Paul Barclay wrote:

 Going from most likely to least:
 
 1. you edited the wrong httpd.conf file.
 2. you edited the wrong httpd.conf file.
 3. you never saved the changes.
 
 see if you have a file /etc/httpd/conf/httpd.conf as well as somthing
 like /usr/local/apache/conf/httpd.conf
 
 if you start apache /etc/rc.d/init.d/httpd start 
 
 then edit the latter otherwise edit the former.
 
Actually, the first two are not likely, at all. /etc/httpd/conf/httpd.conf 
is the correct file, after all.  While the changes might not have been 
saved, it's also quite likely that what happened is he edited the 
DocumentRoot directive for the https section in the httpd.conf file, 
rather than in the http section.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Web Auth.

2003-06-01 Thread Mike Burger
On Sat, 31 May 2003, Brent L. Cox wrote:

 ok I have edited the httpd.conf file but I do not get a 
 prompt for User ID and Password. Can someone give me an 
 Example what the entry is suposed to look like in the 
 httpd.conf.
 
 I the directory Iam working with is
 /var/www/html/php

Did you restart httpd after making the changes?
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Using Cron Table

2003-05-31 Thread Mike Burger
On Fri, 30 May 2003, Yanick Quirion wrote:

 Hi all,
 
 I have a little problem when using linux redhat crontab. I want to run an Oracle SQL 
 script using the oracle user. On the user, I use command crontab -e and add the 
 line, for example:
 
 0 12 * * * /home/oracle/SQL_Script/script1.ksh
 
 The script will run, but it will be start by user root. When the job is completed, 
 I will have a message from root. This causes me problem, because the user root is 
 not able to connect to the oracle database without specified the sys password into 
 the script.
 
 Hi have the similar script on my SUN Solaris. Under this platform, the script will 
 be executed by user oracle and I will receive an e-mail from user Oracle, so I'm not 
 obliged to type the sys password into my script.
 
 There is a way to force a cron job to run as the user who owns the job? I make some 
 test with the command at, and this one seems working fine, but I need a job to run 
 each day, not just one time.
 
 Thanks for your help.
 
 Regards
 -Yanick

The simplest way is to log in or su to the user in question and run 
crontab -e.

Barring that, as root, you can crontab -u username -e.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: kernel-2.4.20-13.9 problems

2003-05-30 Thread Mike Burger
On 29 May 2003, Tom Hosiawa wrote:

 I'm running RH9 on AMD Athlon Tbird 1GHz with cable modem.
 
 After upgrading the kernel from 2.4.20-8 to 2.4.20-13.9 (for amd
 athlons) using RedHats update network, several problems became apparent.
 
 1. Can not shutdown eth0. When rebooting, it just hangs there (having to
 press reset button). When manually done with ifdown eth0, it just sits
 there (I've let it go for over an hour and nothing)
 
 2. After loggin in (either KDE or Gnome), and logging out. I'm put at
 the regular console, not X.
 
 3. When put into console mode, doing init 3 and then init 5 doesn't
 restart X.
 
 4. When using mozilla and going to a page like google.com, click on the
 search button freezes mozilla
 
 I've gone back to the 2.4.20-8 kernel, but it looks like there's some
 real problems with the newest kernel for amd athlon's. I'm still gonna
 try to recompile the kernel manually and see if that fixes the problem,
 but has anybody ran into this problem?

Interesting...I'm running with an Athlon 1.4GHz (Duron, I think) 
processor, and haven't encountered any of the above noted issues, before 
or after updating to the 2.4.20-13.9 kernel.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Issue installing XINE

2003-05-30 Thread Mike Burger
On Thu, 29 May 2003, Samuel Flory wrote:

 Mathieu Masse wrote:
 
 Another issue when installing RPMs.
 
 I am trying to install xine-0.9.21-fr1.i386.rpm and
 xine-lib-1.0.0-fr0.beta12.1.i386.rpm. WHen I install xine-lib it asks
 for the following library: glut-3.7-9.i386.rpm, which is no problem, I
 got it; but when I install that one it says I need OpenGL. From the
 OpenGL.org website I understand that I should already have this with
 X-Free. What gives? How come I get the dependencie. Also where can I get
 it.
 
   
 
   Get apt from freshrpms, and apt-get it.
 http://freshrpms.net/
 
 [EMAIL PROTECTED] cujo]# apt-get install xine xine-skins
 Reading Package Lists... Done
 Building Dependency Tree... Done
 The following NEW packages will be installed:
   xine xine-skins
 0 packages upgraded, 2 newly installed, 0 removed and 0 not upgraded.
 Need to get 0B/3135kB of archives.
 After unpacking 4371kB of additional disk space will be used.
 Executing RPM (-Uvh)...
 warning: /var/cache/apt/archives/xine_0.9.20-fr2_i386.rpm: V3 DSA 
 signature: NOKEY, key ID e42d547b
 Preparing...### 
 [100%]
1:xine   ### 
 [ 50%]
2:xine-skins ### 
 [100%]
 [EMAIL PROTECTED] cujo]#
 
   No issues here;-)

Did you have to do something to properly configure apt-get to download?

When I tried that, just now, I got an error that it Couldn't find package 
xine.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Passwd File

2003-05-29 Thread Mike Burger
On Wed, 28 May 2003, admir wrote:

 Hi,
 
 I am new to linux and right now I am studying it. I read that password in
 the passwd file are noet encrepted.
 
 I also opend it ones with pico and it was in clear text.
 
 I tried to open it today and clear text was gone. I can only see a ''X in
 password place.
 
 What is going on? How can I get my clear text passwords back?

What's going on is that your passwords have been converted to shadow 
passwords.

Additionally, your passwords probably weren't actually clear 
text...while you were seeing text in the password fields, to be sure, 
what you were seeing were passwords that were encrypted using an MD5 Hash 
(at least, if I recall correctly, it was MD5).

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Re: ifconfig command

2003-05-29 Thread Mike Burger
As long as the system knows that it's supposed to be answering for that 
IP, you don't need to add a routing statement to the system for it.

On Wed, 28 May 2003, [EMAIL PROTECTED] wrote:

 when I try those commands I get a message saying that the netmask
 doesn't match the route.
 
 I'm using ip aliasing to bind an ipaddress to eth0:0
 
 then, as I understood it, you need to add an entry to the routing
 table so that packets for this host will be sent thru eth0:0 ?
 
 It seemed fine yesterday, it was just when I rebooted the machine
 today that I came across this problem.
 
 
 
 At Wed, 28 May 2003 16:37:04 +0200, you wrote:
 * Lisa Ryan
  yep. Tried that and I got a message saying that you cannot have
 netmask with
  route add -host
 
 And the reason is quite clear.  You should not put your own computer
 into the routing table like that.  The recommended configuration for
 leaf nodes is:
 
 root# ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up
 root# route add -net 192.168.1.0 netmask 255.255.255.0 eth0
 root# route add default gw 192.168.1.1 eth0
 
 --
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no
 
 
 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]
 https://www.redhat.com/mailman/listinfo/redhat-list
 
 This E-mail and any files transmitted with it are confidential and 
 intended solely for the use of the individual or entity to whom they   
 are addressed. If you have received this E-mail in error please notify us 
 immediately and delete this E-mail from your system. Thank you.
 It is possible for data transmitted by email to be deliberately or
 accidentally corrupted or intercepted. For this reason, where the
 communication is by E-mail, the Big Picture Group does not accept 
 any responsibility for any breach of confidence which may arise through the use of 
 this medium.
 Opinions, conclusions and other information in this message that do not relate to 
 the official business of Big Picture Group shall be understood as neither given nor 
 endorsed by it.
 This footnote also confirms that this email message has been swept for the presence 
 of known computer viruses.
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: where to find the redhat update

2003-05-29 Thread Mike Burger
ftp.redhat.com

Go to the area for your particular distribution, and then go to the 
updates directory.

Or, use up2date.

On Thu, 29 May 2003 [EMAIL PROTECTED] wrote:

 hi list,
 Where to find the update (kernel update, system-related update) only for
 redhat ?
 thx
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: ISO Woes!

2003-05-29 Thread Mike Burger
You're using the explorer style burning interface.  Go into Roxio's help 
system, and look up the info on how to burn the contents of an ISO file to 
a CD.

On Wed, 28 May 2003, Jerry Human wrote:

 Hi:
 
 I wanted to try RedHat 9 so I used SmartFTP on Windows ME to download 
 the 3 ISOs in binary. Then I used Roxio version 5.3.4.21 to burn them to 
 CD. But alas, it only burns the ISO file to CD instead of  creating the 
 directories and files like it should, what am I doing wrong?
 
 Jerry
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: DVD-RW on RH9

2003-05-29 Thread Mike Burger
Is the drive a SCSI drive?  If not, you might have to load the ide-scsi 
module in order for the scanbus option to see it.

On 28 May 2003, James Pifer wrote:

 Hi. I'm trying to get cdrecord-prodvd to work on my rh9 system, but it
 isn't seeing my drive when i use the scanbus option. The drive is by
 CenDyne, but I think it's Panasonic under the hood.
 
 What are others using for burning DVD-R/RW's on Redhat 8/9? 
 Am I possibly missing something obvious?
 
 Any help is appreciated.
 
 Thanks,
 James
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: mp3 player, what is the recomanded player,

2003-05-28 Thread Mike Burger
On 28 May 2003, Karim Nowruzi wrote:

 hello every body there,
  I think life without music is a little bit  boring.
 since the mp3 support has been removed from the xmms player of redhat 8 and 9,
 what is the recommended mp3 player?
 thanks

XMMS is still good.  Just go to http://www.xmms.org and download the 
mp3 plugin rpm, to add the functionality back in..

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: finding which RPM fulfills a dependancy

2003-05-28 Thread Mike Burger
On Wed, 28 May 2003, Gary Stainburn wrote:

 Hi folks,
 
 I'm trying to install bochs on a RH7.3 system and I've come against some 
 failed dependancies - i.e.:
 
 [EMAIL PROTECTED] gary]# rpm -i bochs-2.0.2.i386.rpm
 error: failed dependencies:
 libvgagl.so.1   is needed by bochs-2.0.2-1
 libvga.so.1   is needed by bochs-2.0.2-1
 libwx_gtk-2.3.so.2   is needed by bochs-2.0.2-1
 [EMAIL PROTECTED] gary]#
 
 How do I find out which .rpm files are required to filfull these dependancies?
 
Head on over to http://rpmfind.net.  You can put the names of the 
libraries that are missing into the search box, and it will return to you 
a list of rpms that can be downloaded to satisfy those dependencies.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Red Hat 7.3 Question

2003-05-27 Thread Mike Burger
Have you tried startx yet?

On Wed, 28 May 2003, Dean Hayes wrote:

 Hey,
 
 I have installed Red Hat 7.3 but when i start my system i get the text 
 console login. after i login as root i try to switch to graphical mode by 
 pressing ctrl+alt+F1 but all i get is a mouse pointer. i have also tried 
 init 5 but nothing works can anyone tell me how i can get to graphical 
 mode??

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, send a message to:

[EMAIL PROTECTED]

with a message of: 

subscribe


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re:RH 7.0 to RH 8.0 user migration

2003-01-28 Thread Mike Burger
Nope...the differing filesystems won't matter, in the slightest bit.

On Tue, 28 Jan 2003, Michael Ketani wrote:

 Hi,
 
 Thanks for all the suggestions. Doesn't the difference in file systems 
 matter? My RH7.0 box still has the old ext2 file system while the RH8.0 
 box has the ext3 file system. Will untarring the files from the old 
 server in the new machine have any effect on the info I'm transferring?
 
 Michael
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problems trying to change passwords with RH7.3

2003-01-28 Thread Mike Burger
On Tue, 28 Jan 2003, Billy Davis wrote:

 We have just done a FRESH install of RH7.3 right out of a retail box, and have 
encountered two problems:
 
 1.  We set up several users with temporary passwords for testing.  Later we logged 
into the Graphical login screen as root, and selected System Settings--User Manager. 
 Then we highlighted a user and selected Properties.  When the User Properties window 
displayed,  we rekeyed the Password and Confirm Password fields and clicked on OK.  
However, the passwords did NOT change.  After several attempts, we finally tried the 
old fashioned(?) 'usermod' approach, and it too failed.  Finally, we deleted the 
users and readded them with the proper passwords.  What is up with this  Are we 
missing something in the procedure?

I'm assuming that you logged in as user1, and then tried to modify the 
password of user2.  The only users that can change user2's password are 
root (which can change anyone's password) and user2.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: how to enable root in telnet?

2003-01-27 Thread Mike Burger
I believe that you'll need to edit /etc/securetty.

However, to be quite honest, that's just a really bad idea.  A much better 
idea is to telnet in as yourself, and either su to root, or use sudo.

An even better idea is to not use telnet, at all, but SSH instead, and 
then use either su or sudo.

On Mon, 27 Jan 2003, Patrick Law wrote:

 I wsih to connect to server using telnet service with user root
  
 What I need to do on the server? Please help.
  
 Thanks...
  
 -Patrick
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Best place for this script to run...

2003-01-27 Thread Mike Burger
Best bet is probably to insert a call to the script at the end of your 
rc.local file, probably with a  at the end of the command line, and then 
have the script start with a wait 300 to give you the five minute wait 
you're looking for.

On Mon, 27 Jan 2003, Robert Adkins wrote:

 Hello All,
 
   I have a script that I need to run at startup that will wait for a   
 significant amount of time and then execute on the servers.
 
   Basically, I need both servers to run this script at boot and mount up   
 drives on the other server, in cases of power outages. What I am thinking   
 about doing is putting a line into the rc.sysinit file at the end of the   
 file that will run the script and put it into the background.
 
   The script would then wait about 5 minutes, which is a little longer   
 then it takes for the servers to reboot, then it will attempt to mount   
 the NFS share on the other server. After that, it will attempt to list   
 the contents, if it receives '0' then it will rerun, waiting another 5   
 minutes or so (perhaps adding up a counter and logging the attempts each   
 time, with a date stamp) until it fails at least 3 or 4 times. After that   
 point, the script will E-mail the admin and exit.
 
   Basically, what I am asking is whether or not this is a good place to   
 put the launching of this script?
 
 Regards,
 Robert Adkins II
 IT Manager/Buyer
 Impel Industries, Inc.
 Ph. 586-254-5800
 Fx. 586-254-5804
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Network Issue

2003-01-27 Thread Mike Burger
Sent off-list.

On Mon, 27 Jan 2003, John Salamone wrote:

 Mike,
 
 Can you please send me a copy of what your smb.conf looks like. I'm not sure
 as to what I need to edit in mine. If you could help me with that and let me
 know of any other files I need to change in order to establish connection
 with my win98 machine would be greatly appreciated.
 
 When I first turn on my win98 pc (joe) and then boot up my Linux RH 8.0
 machine (Glen) I can see Glen in Network Neihborhood. Then 5 mins later I
 can't. Any ideas on what I need to fix.
 
 - Original Message -
 From: Mike Burger [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, January 26, 2003 11:45 AM
 Subject: Re: Network Issue
 
 
  On Sun, 26 Jan 2003, John Salamone wrote:
 
   Smbd and nmbd services are running but I have yet to set up shares on
 the
   Linux side as I am still trying to figure it out how to do it via
 webmin? I
 
  Wow...didn't think that creating those shares using webmin was that
  difficult.
 
  Log into webmin
  Select Samba Windows File Sharing
  Select Create a new fil share
  Fill in the options and select Create
 
  It's worked for me every time.
  --
  Mike Burger
  http://www.bubbanfriends.org
 
  Visit the Dog Pound II BBS
  telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000
 
 
 
  --
  redhat-list mailing list
  unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Authentication token manipulation error

2003-01-26 Thread Mike Burger
You are probably running shadow passwords, which means you need to have an 
entry for that new user in /etc/passwd, too.

Might it not have been easier to use useradd, though?

On Sun, 26 Jan 2003, Santhosh wrote:

 Hi All,
 I tried to add user in /etc/passwd file, I added a line in /etc/passwd
 Test:x:501:501::/home/Test:/bin/bash and then i saved.When i try to give the
 passwd it gives the following error. i tried the command  passwd Test,
 passwd: Authentication token manipulation error.Is there any other file i need 
 to update. Can somebody help me to overcome this problem.
 
 Santhosh.
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Network Issue

2003-01-26 Thread Mike Burger
On Sun, 26 Jan 2003, John Salamone wrote:

 Smbd and nmbd services are running but I have yet to set up shares on the
 Linux side as I am still trying to figure it out how to do it via webmin? I

Wow...didn't think that creating those shares using webmin was that 
difficult.

Log into webmin
Select Samba Windows File Sharing
Select Create a new fil share
Fill in the options and select Create

It's worked for me every time.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH 7.0 to RH 8.0 user migration

2003-01-26 Thread Mike Burger
Copy the /etc/passwd, /etc/shadow and /etc/group files to tne new system.

tar up /home and /var/spool/mail on the old system and untar them on the 
new system...voila!

On Sun, 26 Jan 2003, Michael Ketani wrote:

 Hi all,
 
 Could some please give me some pointers on how best to move 3000+ users
 from box running RH 7.0 (ext2 file system, 2.2.16smp kernel) to an
 identical box running RH 8.0 (ext3 file system, latest kernel) ?
 
 The users are all mail server users only. The do not have shell access
 (/bin/false) although we give them home directories (which they do not
 get to use anyway). It would be nice if I didn't lose anyone's mail in
 the process, but if this is unavoidable then I can leave with it.
 
 Though the boxes are identical, I'm not impressed with the way the RH7.0
 box was partitioned by the original sys admin and would like to start
 anew with a clean install of RH8.0
 
 Thanks,
 Michael 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH 7.0 to RH 8.0 user migration

2003-01-26 Thread Mike Burger
Losing mail?  That's the point of tar'ing up /var/spool/mail.

And the easiest addition to that is to stop the mail daemon on the old 
system before tar'ing up the directory.

On Sun, 26 Jan 2003, Kent Borg wrote:

 On Sun, Jan 26, 2003 at 11:46:39AM -0500, Mike Burger wrote:
  Copy the /etc/passwd, /etc/shadow and /etc/group files to tne new system.
  
  tar up /home and /var/spool/mail on the old system and untar them on the 
  new system...voila!
  
  On Sun, 26 Jan 2003, Michael Ketani wrote:
  
   The users are all mail server users only. The do not have shell access
   (/bin/false) although we give them home directories (which they do not
   get to use anyway). It would be nice if I didn't lose anyone's mail in
   the process, but if this is unavoidable then I can leave with it.
 
 Hmmm.  I'd look at a way to not lose e-mail.  
 
 Copying over the user files is a good start, but I would consider
 running the new machine in parallel for a test.  Can you get the old
 machine to send copies of all incoming e-mail to the new machine, and
 make sure it will accept them properly?  That would test that the UIDs
 and all survived the tarring and still make sense on the new machine.
 
 If that works, then take what you know and learned to make the new
 machine compatible with the old one, then cleanly take down the old
 machine off line as you currently do for maintenance, rsync any new
 changes to spool, shadow, etc., on the old machine over the the new,
 then quick switch identities (IP address, host name) to the new machine
 and bring it up.
 
 Or something like that,
 
 
 -kb, the Kent who is interested in hearing correction to and comments
 on the above.
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ot - ram

2003-01-26 Thread Mike Burger
ECC is error correcting.

On 27 Jan 2003, greg wrote:

 Sorry for the off topic post, but I am having trouble finding any data
 on this. I am buying some faster ram in the next few days.  When looking
 around there are a couple of things I am not sure on.  I know I want the
 pc2700 type ram (333mhz).  I would like to use Kingston, as that is what
 I use now, and have had no problems.  The only thing is I don't know
 what ECC registered ram is, and what benefits it gives.  There is a huge
 difference in price between the normal and ECC registered ram, of the
 same type.  Why is this, and what does it do??
 
 regards Greg
 
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: [RH List] RE: ot - ram

2003-01-26 Thread Mike Burger
I have seen a few that require ECC, but more often seen MBs that do 
non-ECC...usually server MBs that seem to require ECC.

On Sun, 26 Jan 2003, Ashley M. Kirchner wrote:

 greg wrote:
 
 Thanks Jonathan and Mike.  I will get the non ecc ram then, much
 cheaper.
   
 
 As Jonathan pointed out, make sure your motherboard supports 
 non-ECC.  I have boards that can support both, and two that only take 
 ECC registered.  If your board doesn't support non-ECC, you may be stuck 
 getting the expensive one.
 
 --
 H | Life is the art of drawing without an eraser. - John Gardner
   +
   Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
   Director of Internet Operations / SysAdmin. 800.441.3873 x130
   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
 
 
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: allowing short passwords

2003-01-26 Thread Mike Burger
In all honesty, if you value the security of your system, you don't.

On Mon, 27 Jan 2003, pilip wrote:

 Good day,
 
 how do you allow the use of short passwords in linux? short passwords as
 in single character passwords. I've tried making changes to 
 '/etc/login.defs' and to the pam config '/etc/pam.d/system-auth' to no 
 avail.
 
 thanks in advance
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: allowing short passwords

2003-01-26 Thread Mike Burger
On Sun, 26 Jan 2003, gabriel wrote:

  Hi Pilip.  root can set a user's passwd to anything you want, but..
 
  DON'T DO IT !!
 
  Passwords this short are just a waste of the user's time at login.  If you
  are going to have them that short you might as well not have any at all.
 
  Cracking 1 letter passwords is so easy it can be done by hand from the
  keyboard.  Using any one of the many crack tools available would make
  it practically instantaneous.
 
 
 as an additional question to this
 how insecure is a machine with *NO* login software?  (ie. there's just a promt 
 with 'hit enter to activate this console).  the machine is properly 
 firewalled and doesn't allow ANY connections to it from the outside world...  
 what other areas do i have to lock down in this case?

Access to the console.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: lokkit

2003-01-26 Thread Mike Burger
Not unless there's a lokkit included with RH8.

On Mon, 27 Jan 2003, Andy Elacion, Jr. wrote:

 Is there a way for lokkit to use iptables instead of ipchains.
 
 Thanks,
 Andy
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: allowing short passwords

2003-01-26 Thread Mike Burger
In that case, as was noted elsewhere, why bother with a login or password 
at all?

However, unless your table is some place where nobody at all can get to 
it, it's just as insecure as if it were on a network.

On Mon, 27 Jan 2003, pilip wrote:

 it's a testing environment. i don't need security on a stand alone 
 machine that's underneath my table. :)
 
 Mike Burger wrote:
  In all honesty, if you value the security of your system, you don't.
  
  On Mon, 27 Jan 2003, pilip wrote:
  
  
 Good day,
 
 how do you allow the use of short passwords in linux? short passwords as
 in single character passwords. I've tried making changes to 
 '/etc/login.defs' and to the pam config '/etc/pam.d/system-auth' to no 
 avail.
 
 thanks in advance
 
 
 
 
 
  
  
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: allowing short passwords

2003-01-26 Thread Mike Burger
Like he said...as root, change the user's password via passwd user

On Mon, 27 Jan 2003, pilip wrote:

 it's not on a networked environment sir, i know this is possible in 
 linux (to use single character passwords) i just need to know how to do it.
 
 [EMAIL PROTECTED] wrote:
  On Mon, Jan 27, 2003 at 10:53:47AM +0800, pilip wrote:
  
 how do you allow the use of short passwords in linux? short passwords as
 in single character passwords. I've tried making changes to 
 '/etc/login.defs' and to the pam config '/etc/pam.d/system-auth' to no 
 avail.
  
  
  Hi Pilip.  root can set a user's passwd to anything you want, but..
  
  DON'T DO IT !!
  
  Passwords this short are just a waste of the user's time at login.  If you are
  going to have them that short you might as well not have any at all.
  
  Cracking 1 letter passwords is so easy it can be done by hand from the
  keyboard.  Using any one of the many crack tools available would make
  it practically instantaneous.
  
  
  The man page for passwd will give you all the details.
  
   passwd [-k] [-l] [-u [-f]] [-d] [-S] [username]
  
  
  
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: lokkit

2003-01-26 Thread Mike Burger
My understanding is that 7.3's lokkit only does ipchains...and the 
ipchains modules were still the default load, in keeping with the rest of 
the 7.x series.

On Mon, 27 Jan 2003, Andy Elacion, Jr. wrote:

 lokkit with RH 7.3
 
 
 Mike Burger wrote:
 
  Not unless there's a lokkit included with RH8.
 
  On Mon, 27 Jan 2003, Andy Elacion, Jr. wrote:
 
   Is there a way for lokkit to use iptables instead of ipchains.
  
   Thanks,
   Andy
  
  
  
  
 
  --
  Mike Burger
  http://www.bubbanfriends.org
 
  Visit the Dog Pound II BBS
  telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000
 
  --
  redhat-list mailing list
  unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: cable modem

2003-01-24 Thread Mike Burger
It's a cable modem, Aly.  I've yet to see an internal cable modem...not 
saying that there isn't such a beast, but I haven't come across any.

Again, the issue is going to be whether James is trying to connect to this 
cable modem via ethernet (always the better solution) or USB.

On 23 Jan 2003, Aly Dharshi wrote:

 Given that this modem is an external modem !
 
   Cheers,
 
   Aly.
 
 On Thu, 2003-01-23 at 22:03, Mike Burger wrote:
  Is this a USB or ethernet connected cable modem?
  
  If ethernet connected, just change your network settings, on your linux 
  system, to dhcp and then service network restart...this will then set 
  your system to try to obtain an address from the cable company.  If you're 
  using ethernet, you don't have to configure anything on your Linux system, 
  regarding the cable modem, itself.
  
  On Thu, 23 Jan 2003, James Ko wrote:
  
   
   hi everyone!
   
I am trying to set up my cable modem to my Linux 8.0 personal system. I have an 
RCA modem from Comcast cable company. I heard that this modem is for windows-based 
pc's.  I tried going into Internet confiig. wizard and activating my cable modem and 
ethernet card, but it doesn't activate. It brings up an error message-- cannot 
activate Any suggestions?  Thanks!

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: cable modem

2003-01-24 Thread Mike Burger
Ok...let's reapproach this thing.

I'm going to assume that you have a network card in your computer, and 
you've attached the ethernet cable...the one that came with the cable 
modem...between the ethernet card in your computer and the ethernet port 
on the cable modem.  I'm also going to assume that your cable ISP is using 
dhcp, and not login authentication (PPPoE) in order for you to hook up to 
the net.

Edit /etc/sysconfig/network-scripts/ifcfg-eth0 in your favorite editor (I 
usually use vi or pico, myself), and make sure it has the following in it:

DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes

That's it...save and close the file.

Make sure that the cable modem is hooked up to the cable, to the ethernet, 
and is powered on and has all of its necessary lights lit.  Then, on your 
computer, run service network restart  This should bring down the 
network interface, and then bring it back up, and it should obtain its IP 
address via DHCP.

On Thu, 23 Jan 2003, James Ko wrote:

 
 I have both an ethernet cable and a usb cable that i can use.
 i think my problem was that i did not install the proper software to allow me to use 
my cable modem. there were options to install for the dhcp, dns, etc. However,
 it wouldn't let me install this software, because it said i needed a disc called 
Psyche 8.0, disk 1.  Any ideas anyone?
  Mike Burger [EMAIL PROTECTED] wrote:Is this a USB or ethernet connected 
cable modem?
 
 If ethernet connected, just change your network settings, on your linux 
 system, to dhcp and then service network restart...this will then set 
 your system to try to obtain an address from the cable company. If you're 
 using ethernet, you don't have to configure anything on your Linux system, 
 regarding the cable modem, itself.
 
 On Thu, 23 Jan 2003, James Ko wrote:
 
  
  hi everyone!
  
  I am trying to set up my cable modem to my Linux 8.0 personal system. I have an 
RCA modem from Comcast cable company. I heard that this modem is for windows-based 
pc's. I tried going into Internet confiig. wizard and activating my cable modem and 
ethernet card, but it doesn't activate. It brings up an error message-- cannot 
activate Any suggestions? Thanks!

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: MP3 licensing issues

2003-01-23 Thread Mike Burger
It doesn't affect it, in the least.  RH chose not to be in possible 
license violation, by not including the functionality it its packages.  
That doesn't affect, at all, anyone else's ability to include that 
functionality in their packages.

On Thu, 23 Jan 2003, Robert P. J. Day wrote:

 
   while i'm well aware that MP3 support wasn't included in 
 RH 8.0 due to licensing issues, how does that impact the
 fact that you can download an MP3 plug-in from sites
 like www.freshrpms.net?
 
   IOW, how does MP3 licensing affect what matthias can
 offer as a free download from freshrpms?
 
 rday
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: backup script sends large email to root? Is it cron doing it?

2003-01-23 Thread Mike Burger
Yes...it's cron.  To stop it from mailing you, add this to the end of the 
line in root's crontab:

 /dev/null 21

On Thu, 23 Jan 2003, Andy wrote:

 
 I created a backup script that copies our NT Server data drive to our
 Redhat box running samba.  All works fine except my root email account
 gets a 1.2 MB email sent to it every night. This will hog disk space.
 This is the beginning of the email:
 Subject: Cron root@yamaha /root/backupscript
 Message part:
 Unknown parameter encountered: oplock wait break time
 Ignoring unknown parameter oplock wait break time
 tar: Removing leading `/' from member names
 mnt/
 BIG SNIP
 
 This is the script:
 [root@yamaha root]# cat backupscript
 #!/bin/bash
 mount -t smbfs -o username=administrator,password=admin //ntserver/D$ /mnt
 ( tar cf - /mnt ) | ( cd /usr/local/samba/lib/back ; tar xvpf - )
 umount /mnt
 [root@yamaha root]#
 
 How do I tell cron NOT to send me a summary? (if that is what it is doing)
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Webmin

2003-01-23 Thread Mike Burger
The noarch.rpm is probably your best bet...when you download it, it will 
download into whatever local directory you're in.  Then, just rpm -i on 
that file, and it'll install to wherever it should go.

On Thu, 23 Jan 2003, John Salamone wrote:

 Hi,
 
 I am not familiar with webmin. I was wondering if some one could tell me how
 to use it? I am at the site and I see where it says to download tar.gz and
 rpm, should I use those? Or one of the other files called
 webmin-1.050-1.noarch.rpm or
  webmin-1.050-1.src.rpm ? When I do down load it, does it go to a certain
 directory or do I need to create one? Please help me out. I appreciate it.
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Webmin

2003-01-23 Thread Mike Burger
Well, as the installatin procedure noted, at the end, you should point a 
web browser at that box, at port 1, log in as root with the root 
password, and go from there.

On Thu, 23 Jan 2003, John Salamone wrote:

 Mike,
 
 That worked. Thank you very much. I appreciate it. Now what am I suppose to
 do?
 
 
 - Original Message -
 From: Mike Burger [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, January 23, 2003 2:19 PM
 Subject: Re: Webmin
 
 
  The noarch.rpm is probably your best bet...when you download it, it will
  download into whatever local directory you're in.  Then, just rpm -i on
  that file, and it'll install to wherever it should go.
 
  On Thu, 23 Jan 2003, John Salamone wrote:
 
   Hi,
  
   I am not familiar with webmin. I was wondering if some one could tell me
 how
   to use it? I am at the site and I see where it says to download tar.gz
 and
   rpm, should I use those? Or one of the other files called
   webmin-1.050-1.noarch.rpm or
webmin-1.050-1.src.rpm ? When I do down load it, does it go to a
 certain
   directory or do I need to create one? Please help me out. I appreciate
 it.
  
  
  
  
  
 
  --
  Mike Burger
  http://www.bubbanfriends.org
 
  Visit the Dog Pound II BBS
  telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000
 
 
 
  --
  redhat-list mailing list
  unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



  1   2   3   4   5   6   7   8   9   10   >