Linux-Misc Digest #488, Volume #20 Fri, 4 Jun 99 04:13:30 EDT
Contents:
Linux newbie! Help! ("Antony Mak")
Re: What are the differences between mySQL and mSQL? ("Jon Smirl")
Re: Help with TAR (Chris Aiken)
RPM 3.0 question (Kok Chee Kean)
Re: What are the differences between mySQL and mSQL? (Paul D. Smith)
Re: Making an ICQ server ([EMAIL PROTECTED])
Re: power off under linux 2.2.x (Paul Kimoto)
Converting attached BinHex 4.0 files (Adam Finkelstein)
Raid 1 mirror in RH 6.0 (Ken Smith)
Re: NT the best web platform? (Miguel Cruz)
Re: Does Java run well on Linux? (Jeff Szarka)
Re: Initial string for u.s.r. external modem? ("Ferdinand V. Mendoza")
Modules don;'t load ("M.W. van der Molen")
Re: Can't compile kernal, Need help (Mohd H Misnan)
Re: SuSE vs Red Hat? (Dan Star)
Re: Java Development Kit for Linux (Dan Star)
Re: Strange cron time... (Ding-Jung Han)
----------------------------------------------------------------------------
From: "Antony Mak" <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc
Subject: Linux newbie! Help!
Date: Fri, 4 Jun 1999 01:04:19 +0800
Hi all,
I am new to Linux. I just install two Redhat 4.2 linux servers. But have
many problem here. I think there is a problem with some configuration file.
1. I export a dir to other one but it can not be mount. the
/var/log/messages always tell me that "Jun 3 16:22:47 ib nfsd[203]: Access
by unknown NFS client 192.1.1.1". Is this a problem with "tcpd"? Do I need
to modify the files "hosts.allow" and "hosts.deny"? Must I use "tcpd"?
2. When I use rlogin on a AIX box to them, the /var/log/messages always tell
me
Jun 3 16:24:19 ib pam_rhosts_auth[6795]: allowed to [EMAIL PROTECTED]
as root
Jun 3 16:24:23 ib syslog: PAM authentication failed for in.rlogind
Jun 3 16:24:25 ib PAM_pwdb[6796]: (login) session opened for user root by
root(uid=0)
Jun 3 16:24:25 ib syslog: ROOT LOGIN ON ttyp0 FROM fax
and need to type the root password twice. What is "pam"? How to config it?
3. Every time I reboot the machines, the time is changed to UTC time. Why?
Can anyone point me how to fix this?
thanks in advance
antony
------------------------------
From: "Jon Smirl" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.development.system,comp.os.linux.development.apps,comp.os.linux.setup,comp.lang.java.databases
Subject: Re: What are the differences between mySQL and mSQL?
Date: Thu, 3 Jun 1999 12:34:28 -0400
Don Baccus <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Meanwhile, MySQL seems like a good choice if you don't
> need the transaction model.
> --
You would have to be insane to implement any significant database app
without transaction support. I spent weeks trying to recover data out of an
older non-transaction based system when the system failed. Transactions are
critical to ensuring the integrity of your data.
Apache also causes databases to be heavily multi-user even if they are
running and the same machine with Apache. Each of Apache's multiple
processes (there may be hundreds) looks like a separate user to the database
engine. Transactions are a necessity for sorting this out.
--
Jon Smirl
[EMAIL PROTECTED]
------------------------------
From: Chris Aiken <[EMAIL PROTECTED]>
Subject: Re: Help with TAR
Date: Thu, 03 Jun 1999 13:11:15 -0400
The tar xvf <file.tar> command should un-tar the file and set up some
sort
of a directory structure that contains the contents of the tar file. cd
to that
new directory and look around. There is almost always a README or
INSTALL
file with instructions on how to install. Usually the install consists
of ./configure, make,
and make install.
...cwa
"Andrés Escribano" wrote:
> Hi, i'm new to linux, i only know a little bit. I want to install a
> program that i downloaded in tar format but i can't.
>
> The command i write is tar -xvf and the name of the file.
>
> How can i do it?
>
> Thanks in advance
>
> [EMAIL PROTECTED]
------------------------------
From: Kok Chee Kean <[EMAIL PROTECTED]>
Subject: RPM 3.0 question
Date: Fri, 4 Jun 1999 13:46:48 +0800
Hi all,
I've just installed rpm-3.0 on my machine. I changed the optflags in
rpmrc to
optimize for pentium (-O2 -mpentium) when building src.rpm files.
However,
--showrc does not register this change but merely shows optflags = -O2
I'm at wit's end. Ideas? Thanks.
CK
------------------------------
From: [EMAIL PROTECTED] (Paul D. Smith)
Crossposted-To:
comp.os.linux.development.system,comp.os.linux.development.apps,comp.os.linux.setup,comp.lang.java.databases
Subject: Re: What are the differences between mySQL and mSQL?
Date: 03 Jun 1999 13:50:47 -0400
Reply-To: [EMAIL PROTECTED]
%% [EMAIL PROTECTED] (Don Baccus) writes:
db> Paul D. Smith <[EMAIL PROTECTED]> wrote:
>> I'm talking about "free speech", not "free beer". MySQL is much more
>> free than Sybase, since it comes with complete source code, permission
>> to modify it, etc.
db> On the other hand, Sybase is a proven enterprise-class database
db> engine...
Your comment is completely orthogonal to mine, as far as I can tell :).
--
===============================================================================
Paul D. Smith <[EMAIL PROTECTED]> Network Management Development
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
===============================================================================
These are my opinions---Nortel Networks takes no responsibility for them.
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.networking
Subject: Re: Making an ICQ server
Date: Fri, 04 Jun 1999 05:30:14 GMT
IRC and ICQ are TOTALLY differnt concepts. ICQ is for sending messages
back and forth, and does NOT require you to sit and watch the chat go
by. You can have messages sent to you, and you don't have to answer
them right away, because they're not getting pushed out of the way by
others. IRC is a CHAT program. Totally different.
Greg
In article <7j6sk3$n7p$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Paul Anderson) wrote:
> Azfar Kazmi <[EMAIL PROTECTED]> writes:
>
> >Is there any ICQ daemon available? I looked at freshmeat.net but
found
> >none stable. How can I make an ICQ box?
> >
> Don't use ICQ, it's got some incredible security holes. Use IRC, it's
been
> around for ages, works well, clients are available for many more
platforms
> than ICQ, and there are many servers to choose from. TTYL!
>
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (Paul Kimoto)
Subject: Re: power off under linux 2.2.x
Date: 3 Jun 1999 14:03:21 -0500
Reply-To: [EMAIL PROTECTED]
[posted and e-mailed]
In article <[EMAIL PROTECTED]>, tschmegg wrote:
> How can I shutdown my PC since under Kernel 2.2.x the apm - power-off
> option
> does not work any more ?? (2.0.36 did it)
Please read Documentation/Configure.help and Documentation/Changes
in the kernel source. (Search for "halt".)
--
Paul Kimoto <[EMAIL PROTECTED]>
------------------------------
From: [EMAIL PROTECTED] (Adam Finkelstein)
Subject: Converting attached BinHex 4.0 files
Date: 3 Jun 1999 13:59:04 -0000
Hi. Is there a binary that can convert files sent from Macs with BinHex
4.0?
Please point me in the right direction.
thanks,
Adam
--
Adam Finkelstein
[EMAIL PROTECTED]
http://metalab.unc.edu/bees/adamf
------------------------------
From: Ken Smith <[EMAIL PROTECTED]>
Subject: Raid 1 mirror in RH 6.0
Date: Thu, 03 Jun 1999 11:12:29 -0700
Hi,
I have been trying to set up a Raid 1 mirror using Redhat 6.0 using
stock kernel and raidtools that are included on their CD. I have tried
to follow the Software How-To & read all the newsgroups etc. including
linux-raid archives. I am not a newbie to computers but I am to linux. I
can follow directions if they are correct, I have read in the newsgroups
or have been told by RedHat (using 30day phone support) many conflicting
directions.
I would like to use stock RH 6.0 kernel & raidtools as this is what I
purchased from them with Raid 0,1,5 support.
Has anyone been able to make this work, and if so how?
Here are the system specs. & files:
<----------------------------------------------->
Mainboard: SuperMicro P6DBU with onboard Adaptec 7890 Ultra II SCSI
controller
CPU: Two Intel PII-400's
Ram: 512 MB (four 128mb PC100 SDRAM)
Disk drives: Two 4.5 GB Ultra II SCSI 5.5ms Seagate cheetah's (Set to
run as UW's at 40 mb)
Network Card: 3COM 10/100MB
Video Card: S3 virge
<------------------------------------------------->
[root@linux /etc]# cat fstab
/dev/sda1 / ext2
defaults 1 1
/dev/fd0 /mnt/floppy ext2 noauto 0
0
/dev/cdrom /mnt/cdrom iso9660 noauto,ro 0 0
none /proc
procdefaults 0 0
none /dev/pts devpts mode=0622 0 0
<--------------------------------------------->
[root@linux /etc]# cat raidtab
raiddev /dev/md0
raid-level 1
nr-raid-disks 2
nr-spare-disks 0
chunk-size 4
persistent-superblock 1
device /dev/sda1
raid-disk 0
device /dev/sdb1
raid-disk 1
<--------------------------------------------->
[root@linux /proc]# cat mdstat
Personalities :
read_ahead not set
unused devices: <none>
<--------------------------------------------------->
When I type (mkraid /dev/md0) I get the following error:
disk0: /dev/sda1, 307641 KB, raid superblock at 3076352KB
/dev/sda1 is mounted
mkraid aborted
<---------------------------------------------------->
[root@linux /]# /sbin/fdisk -l
Disk /dev/sda: 255 heads, 63 sectors, 553 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 383 3076416 fd Unknown
/dev/sda2 384 553 1365525 5 Extended
Disk /dev/sdb: 255 heads, 63 sectors, 553 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 383 3076416 fd Unknown
/dev/sdb2 384 553 1365525 fd Unknown
<--------------------------------------------------------------->
[root@linux log]# cat dmesg
Linux version 2.2.5-15smp ([EMAIL PROTECTED]) (gcc version
egcs-2.91.66 19990314
/Linux (egcs-1.1.2 release)) #1 SMP Mon Apr 19 22:43:28 EDT 1999
Intel MultiProcessor Specification v1.4
Virtual Wire compatibility mode.
OEM ID: INTEL Product ID: 440BX APIC at: 0xFEE00000
Processor #0 Pentium(tm) Pro APIC version 17
Processor #1 Pentium(tm) Pro APIC version 17
I/O APIC #2 Version 17 at 0xFEC00000.
Processors: 2
mapped APIC to ffffe000 (fee00000)
mapped IOAPIC to ffffd000 (fec00000)
Detected 400916850 Hz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 399.77 BogoMIPS
Memory: 63728k/66556k available (1044k kernel code, 416k reserved, 976k
data, 68k init)
VFS: Diskquotas version dquot_6.4.0 initialized
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.26 (19981001) Richard Gooch ([EMAIL PROTECTED])
per-CPU timeslice cutoff: 100.22 usecs.
CPU0: Intel Pentium II (Deschutes) stepping 03
calibrating APIC timer ...
..... CPU clock speed is 400.9187 MHz.
..... system bus clock speed is 100.2294 MHz.
Booting processor 1 eip 2000
Calibrating delay loop... 400.59 BogoMIPS
OK.
CPU1: Intel Pentium II (Deschutes) stepping 03
Total of 2 processors activated (800.36 BogoMIPS).
enabling symmetric IO mode... ...done.
ENABLING IO-APIC IRQs
init IO_APIC IRQs
IO-APIC pin 0, 10, 11, 18, 20, 21, 22, 23 not connected.
number of MP IRQ sources: 18.
number of IO-APIC registers: 24.
testing the IO APIC.......................
.... register #00: 02000000
....... : physical APIC id: 02
.... register #01: 00170011
....... : max redirection entries: 0017
....... : IO APIC version: 0011
.... register #02: 00000000
....... : arbitration: 00
.... IRQ redirection table:
NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
00 000 00 1 0 0 0 0 0 0 00
01 000 00 0 0 0 0 0 1 1 59
02 0FF 0F 0 0 0 0 0 1 1 51
03 000 00 0 0 0 0 0 1 1 61
04 000 00 0 0 0 0 0 1 1 69
05 000 00 0 0 0 0 0 1 1 71
06 000 00 0 0 0 0 0 1 1 79
07 000 00 0 0 0 0 0 1 1 81
08 000 00 0 0 0 0 0 1 1 89
09 000 00 0 0 0 0 0 1 1 91
0a 000 00 1 0 0 0 0 0 0 00
0b 000 00 1 0 0 0 0 0 0 00
0c 000 00 0 0 0 0 0 1 1 99
0d 000 00 1 0 0 0 0 0 0 00
0e 000 00 0 0 0 0 0 1 1 A1
0f 000 00 0 0 0 0 0 1 1 A9
10 0FF 0F 1 1 0 1 0 1 1 B1
11 0FF 0F 1 1 0 1 0 1 1 B9
12 000 00 1 0 0 0 0 0 0 00
13 0FF 0F 1 1 0 1 0 1 1 B9
14 000 00 1 0 0 0 0 0 0 00
15 000 00 1 0 0 0 0 0 0 00
16 000 00 1 0 0 0 0 0 0 00
17 000 00 1 0 0 0 0 0 0 00
IRQ to pin mappings:
IRQ0 -> 2
IRQ1 -> 1
IRQ3 -> 3
IRQ4 -> 4
IRQ5 -> 5
IRQ6 -> 6
IRQ7 -> 7
IRQ8 -> 8
IRQ9 -> 9
IRQ10 -> 16
IRQ11 -> 17-> 19
IRQ12 -> 12
IRQ13 -> 13
IRQ14 -> 14
IRQ15 -> 15
.................................... done.
PCI: PCI BIOS revision 2.10 entry at 0xfdb81
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Enabling I/O A1 device 00:3a
Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
Initializing RT netlink socket
Starting kswapd v 1.5
Detected PS/2 Mouse Port.
Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
pty: 256 Unix98 ptys configured
Real Time Clock Driver v1.09
RAM disk driver initialized: 16 RAM disks of 4096K size
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:pio, hdb:pio
hdb: LEOPTICS INC. 32X CDROM, ATAPI CDROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdb: ATAPI 0X CD-ROM drive, 240kB Cache
Uniform CDROM driver Revision: 2.54
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
raid5: measuring checksumming speed
raid5: using high-speed MMX checksum routine
pII_mmx : 958.215 MB/sec
p5_mmx : 937.260 MB/sec
8regs : 691.515 MB/sec
32regs : 495.681 MB/sec
using fastest function: pII_mmx (958.215 MB/sec)
scsi : 0 hosts.
scsi : detected total.
md.c: sizeof(mdp_super_t) = 4096
Partition check:
RAMDISK: Compressed image found at block 0
autodetecting RAID arrays
autorun ...
... autorun DONE.
VFS: Mounted root (ext2 filesystem).
(scsi0) <Adaptec AIC-7890/1 Ultra2 SCSI host adapter> found at PCI 14/0
(scsi0) Wide Channel, SCSI ID=7, 32/255 SCBs
(scsi0) Downloading sequencer code... 374 instructions downloaded
scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.15/3.2.4
<Adaptec AIC-7890/1 Ultra2 SCSI host adapter>
scsi : 1 host.
(scsi0:0:0:0) Synchronous at 40.0 Mbyte/sec, offset 15.
Vendor: SEAGATE Model: ST34502LW Rev: 0006
Type: Direct-Access ANSI SCSI revision: 02
Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
(scsi0:0:1:0) Synchronous at 40.0 Mbyte/sec, offset 15.
Vendor: SEAGATE Model: ST34502LW Rev: 0006
Type: Direct-Access ANSI SCSI revision: 02
Detected scsi disk sdb at scsi0, channel 0, id 1, lun 0
SCSI device sda: hdwr sector= 512 bytes. Sectors= 8888924 [4340 MB] [4.3
GB]
sda: sda1 sda2 < >
SCSI device sdb: hdwr sector= 512 bytes. Sectors= 8888924 [4340 MB] [4.3
GB]
sdb: sdb1 sdb2
autodetecting RAID arrays
(read) sda1's sb offset: 3076352 [events: 1fac8ce5]
md: invalid raid superblock magic on sda1
md: sda1 has invalid sb, not importing!
could not import sda1!
(read) sdb1's sb offset: 3076352 [events: 1fac8ce5]
md: invalid raid superblock magic on sdb1
md: sdb1 has invalid sb, not importing!
could not import sdb1!
(read) sdb2's sb offset: 1365440 [events: 2eb96cb1]
md: invalid raid superblock magic on sdb2
md: sdb2 has invalid sb, not importing!
could not import sdb2!
autorun ...
... autorun DONE.
VFS: Mounted root (ext2 filesystem) readonly.
change_root: old root has d_count=1
Trying to unmount old root ... okay
Freeing unused kernel memory: 68k freed
<-------------------------------------------------------------------->
Thanks in advance,
Ken Smith
------------------------------
Crossposted-To: comp.infosystems.www.servers.unix,comp.os.linux.advocacy
Subject: Re: NT the best web platform?
From: [EMAIL PROTECTED] (Miguel Cruz)
Date: Thu, 03 Jun 1999 17:11:31 GMT
Chad Mulligan <[EMAIL PROTECTED]> wrote:
> The Access Team anyway, I did see a fix for that on MS's web site though.
> There'sstill a major difference between a couple of data records and an
> entire hard drive though.
I think we're getting closer now. A bug that corrupts a database is
professional, but one that wipes data on a hard drive is unprofessional.
I just want to know where to draw the line, because professionalism is very
important in my line of work. This sort of guidance can be invaluable.
miguel
------------------------------
From: [EMAIL PROTECTED] (Jeff Szarka)
Crossposted-To: alt.os.linux.caldera,alt.os.linux,comp.os.linux.advocacy
Subject: Re: Does Java run well on Linux?
Date: Fri, 04 Jun 1999 06:31:30 GMT
On Mon, 31 May 1999 16:12:36 GMT, [EMAIL PROTECTED] wrote:
:Could you share your experience with me?
:
:Java programs dont run well on my windows 95 PC, they are slow and cause
:my system to hang. My PC has a 486 CPU w/ 64 MB RAM.
:
:I would like to learn Java programming. On this old
:486 PC, i am wodering if it would be better to use Linux.
:
:Please advise. Thank you.
You might consider getting a used MB/CPU. Most of your old hardware
should work in it and you could probably get a p166/MB for under 40$
------------------------------
From: "Ferdinand V. Mendoza" <[EMAIL PROTECTED]>
Subject: Re: Initial string for u.s.r. external modem?
Date: Fri, 04 Jun 1999 10:45:52 +0400
One thing you can do as an option if you
are having Windows on the same machine is
to get the modem's init string from the dial up
inside Windows. You can enable the modem
logging and it will create a file called modem.log.
>From there you can open it with a wordpad and
all the init strings there can be copied to your
Linux environment.
Ferdinand
Frank Yan wrote:
> I've got an external us robotics modem, 56K, model 5686. I want to
> use it under RH 5.2, but I cannot find a good initial string for this guy,
> so that I got a very slow modem speed. Does anyone knows about
> what's the initial string for this model of modem?
>
> Thanks a lot,
>
> Frank
------------------------------
From: "M.W. van der Molen" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development
Subject: Modules don;'t load
Date: Fri, 04 Jun 1999 08:45:21 +0200
This is a multi-part message in MIME format.
==============B93AE9405A139E9F7A0684F7
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
> After I configured, made and installed the new
> kernel and modules I found a problem:
> the kernel works fine and all fs related modules load
> and function. But all hardware related modules won't
> load (parport, isdn, ethernet). They give errors:
>
> Unresolved symbol: __global_sti
> Unresolved symbol: __global_cli
> and some more..
>
> I found these functions in arch/i386/irq.c in the kernel
> source tree. This file is compiled and linked into
> kernel.o which finally goes into vmlinux/vmlinuz.
> They _do_ appear in System.map, so I don't understand
> why they can't be resolved...
>
> Some details: RedHat 5.2, upgraded with:
> glibc-2.1.1-6
> modutils-2.1.121-4
> binutils-2.9.1.0.23-1
> kernel-source-2.2.5-15
> kernel-headers-2.2.5-15
> + some more...
> on a P_II SMP system.
>
> Does anyone have a suggestion ?
I tried kernel-source and -headers-2.2.5-21,
upgraded glibc-devel to 2.1.1-6 and egcs to 1.1.2,
but I still got the same problem....
I really don't have a clue.
Kind regards,
Matthijs van der Molen
==============B93AE9405A139E9F7A0684F7
Content-Type: text/x-vcard; charset=us-ascii;
name="m.w.vandermolen.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for M.W. van der Molen
Content-Disposition: attachment;
filename="m.w.vandermolen.vcf"
begin:vcard
n:van der Molen;Matthijs
tel;fax:+31 - 70 - 311 3366
tel;home:+31 - 15 - 213 7711
tel;work:+31 - 70 - 311 6114
x-mozilla-html:TRUE
url:http://www.geocities.com/ResearchTriangle/Lab/7301/
org:SIEP-RTS;New Technologies
version:2.1
email;internet:[EMAIL PROTECTED]
title:Research Physicist
adr;quoted-printable:;;L5-300=0D=0AP.O. Box 60;Rijswijk;;2280 AB;the Netherlands
x-mozilla-cpt:;0
fn:Matthijs van der Molen
end:vcard
==============B93AE9405A139E9F7A0684F7==
------------------------------
From: [EMAIL PROTECTED] (Mohd H Misnan)
Crossposted-To: comp.os.linux.setup
Subject: Re: Can't compile kernal, Need help
Date: 2 Jun 1999 13:48:03 GMT
On Tue, 1 Jun 1999 15:10:01 -0400, Spotillius Maximus aka \"Spot\" wrote:
>I've read the books and how to's and come up with the same error message
>when I issue the 'make config' command. It say's that the make command
>can't be found. I tried this on two systems with RedHat 5.2 and the same
>thing happens. 'make zImage, zdisk don't work either. I'm logged in as
>"root". What am i doing wrong? Thanks
You need to have make installed and some other rpms too espically the
kernel-headers*.rpm, kernel-source*.rpm, make*, binutils*rpm and most probably
few other rpms.
--
|Mohd Hamid Misnan |[EMAIL PROTECTED] / [EMAIL PROTECTED] |i|
|iMac/233 RevB+MacOS 8.6 |http://www.geocities.com/SiliconValley/3319/ |M|
|Mitac 5033/AMD K6-2/300 |We want to take over the world, but we don't have |a|
|Linux 2.2.9 i586 |to do it tomorrow. It's OK by next week - Linus T.|c|
------------------------------
From: Dan Star <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.portable
Subject: Re: SuSE vs Red Hat?
Date: Thu, 03 Jun 1999 12:43:49 -0500
Reply-To: [EMAIL PROTECTED]
Didn't SUSE put YAST under the GPL?
--Dan
[EMAIL PROTECTED] wrote:
>
> David Fox <d s f o x @ c o g s c i . u c s d . e d u> wrote:
> > I'd be more interested if Suse didn't have a proprietary package
> > manager. Proprietary software seems a bit risky to me. Or has that
> > changed? Or was I misinformed?
> YaST's (if that's what you mean) licence looks like the Mozilla license to
> me. Look into the root dir of a SuSE mirror for the file COPYRIGHT.yast.
> But in fact this hardly matters as the distribution is based on RPMs.
>
> Peter
> --
> Peter Gritsch <[EMAIL PROTECTED]>
> `... so I'd rather you didn't try any last-minute stuff.'
> I *AM* LAST-MINUTE STUFF, said Death, standing up.
> [Terry Pratchett, Hogfather]
------------------------------
From: Dan Star <[EMAIL PROTECTED]>
Subject: Re: Java Development Kit for Linux
Date: Thu, 03 Jun 1999 12:45:33 -0500
Reply-To: [EMAIL PROTECTED]
I have read that SUN is working fast and furious to make JDK 2 run on
Linux; think I read this in InfoWorld.
--Dan
Anupam Sengupta wrote:
>
> On Wed, 02 Jun 1999, Ted wrote:
> >Does anyone know if the Sun's JDK will work on Linux?
>
> Don't think so (unless Sun has come out with a linux version). However, you can
> use the guava and the kaffe packages to have java on your m/c (and Java binary
> support is built right in the kernel : -)
------------------------------
From: Ding-Jung Han <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Strange cron time...
Date: Thu, 03 Jun 1999 14:11:23 -0400
All right - mystery solved...
It turns out it's using another copy of crontab
(/var/spool/cron/crontab.mail)
I can
crontab /etc/crontab
but apparently I can no longer change /etc/crontab and have crond
automatically adjust its behavior (or it can't anyway?)...
Ben
Ding-Jung Han wrote:
>
> This has puzzled me for a while. On my system (RH 5.2 with kernel 2.2.9)
> I have the following cron-related rpms installed:
>
> crontabs-1.7-3
> ucrond-1.2.4-1
>
> I notice that every evening at 21:02 my daily system cron job will start
> up. HOWEVER, according to my /etc/crontab it should occur at 04:02 every
> morning -- here is my /etc/crontab:
>
> -----
> SHELL=/bin/bash
> PATH=/sbin:/bin:/usr/sbin:/usr/bin
> MAILTO=root
>
> # run-parts
> 01 * * * * root run-parts /etc/cron.hourly
> 02 4 * * * root run-parts /etc/cron.daily
> 22 4 * * 0 root run-parts /etc/cron.weekly
> 42 4 1 * * root run-parts /etc/cron.monthly
> -----
>
> Here is my /var/log/cron:
>
> -----
> Jun 01 Tue 23:42 User:root Command:run-parts /etc/cron.monthly
> ...
> Jun 02 Wed 21:02 User:root Command:run-parts /etc/cron.daily
> Jun 02 Wed 22:01 User:root Command:run-parts /etc/cron.hourly
> ...
> -----
>
> Would anyone please tell me what's going on here? Any comment is
> appreciated,
>
> Ben
--
"You can use an operating system like Windows, or you can take a
vacation. I'd take the vacation every time." -- Linus Torvalds
Benjamin Han ([EMAIL PROTECTED])
Dept. of Computer Science and Engineering, SUNY at Buffalo.
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.misc) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Misc Digest
******************************