Linux-Misc Digest #11, Volume #25                 Sat, 1 Jul 00 18:13:02 EDT

Contents:
  OSS driver for Sony Vaio Yamaha sound ("Kaushik Raghavan")
  file system type for audio cd (root)
  A Newbie Question: How To Upgrade XFree86 ([EMAIL PROTECTED])
  Re: hardware serial numbers (David Efflandt)
  Re: Where Can I Find Pico Source Code? ([EMAIL PROTECTED])
  Berkeley Database and Xdelta (Howard Nugent)
  compiler error (Jacob)
  Help! Kernel compilation errors! (Vadim)
  Re: Font Colors in 6.2 won't change (James Lee)
  Re: hardware serial numbers (Grant Edwards)
  Re: file system type for audio cd (Dances With Crows)

----------------------------------------------------------------------------

From: "Kaushik Raghavan" <[EMAIL PROTECTED]>
Subject: OSS driver for Sony Vaio Yamaha sound
Date: Sat, 01 Jul 2000 21:10:17 GMT

This is a multi-part message in MIME format.

=======_NextPart_000_001C_01BFE376.FA56C5A0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

After I upgraded to RH 6.2 my OSS driver for my Sony Vaio Yamaha sound =
doesn't work properly anymore. I get the same click 8 times. Almost as =
if there;s a 8x loop. Anybody else see this? how can I fix this?

I have a Sony Vaio PCG-F430

thanks in advance
Kaushik
[EMAIL PROTECTED]



=======_NextPart_000_001C_01BFE376.FA56C5A0
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>After I upgraded to RH 6.2 my OSS =
driver for my=20
Sony Vaio Yamaha sound doesn't work properly anymore. I get the same =
click 8=20
times. Almost as if there;s a 8x loop. Anybody else see this? how can I =
fix=20
this?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have a Sony Vaio =
PCG-F430</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>thanks in advance</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Kaushik</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><A=20
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

=======_NextPart_000_001C_01BFE376.FA56C5A0==


------------------------------

From: root <[EMAIL PROTECTED]>
Subject: file system type for audio cd
Date: Sat, 01 Jul 2000 21:14:42 GMT

Any quick pointers on how to mount 'em ?


------------------------------

From: [EMAIL PROTECTED]
Subject: A Newbie Question: How To Upgrade XFree86
Date: Sat, 01 Jul 2000 21:14:36 GMT

Hello all,

I have a newbie question on how to upgrade xfree86.

I have Linux on my computer, which I installed from the Redhat CD.
Since I am using the Redhat Linux version, do I have to get the xfree86
files from Redhat? Mixing different distributions together is a bad thing
to do?  Is it okay to just follow the following instructions below? Since
I am very new to Linux, I would appreciate any help. Thanks.

aleatory

=============================================================
The instruction how to install xfree86. I got from
ftp://ftp.xfree86.org/pub/XFree86/3.3.6/RELNOTES
=============================================================
 If you already have a version of XFree86 installed, MAKE A BACKUP OF
 /usr/X11R6 BEFORE DOING ANYTHING ELSE.  The standard installation
 procedure will overwrite your existing version of XFree86.

 If you are installing from scratch, create a directory called /usr/X11R6,
 then extract the required .tgz files.  If you don't have enough space in /usr
 for this, create a directory elsewhere and create a symbolic link to it.
 E.g., if you create a directory in /home:

          mkdir /home/X11R6
          ln -s /home/X11R6 /usr

The next step is to run the pre-installation script.  This script makes some
preliminary checks of your system.  For some OSs, it may tell you to install
new versions of some system components before proceeding with the installa-
tion.  This script may also remove some outdated files and symbolic links
from a previous installation that could cause problems.

For the purposes of these installation instructions, it is assumed that you
have downloaded all the files to the /var/tmp directory.  If you've put them
in another directory, that's fine -- just replace all occurrences of
``/var/tmp'' with the name of that directory.

To run the pre-installation script, go to /usr/X11R6 and run it:

          cd /usr/X11R6
          sh /var/tmp/preinst.sh

The next step is to make the installation utility executable.  To do this,
make sure the `extract' file is in the same directory as all the X*.tgz
files, and run the following from that directory:

          chmod 755 extract

The installation utility ``extract'' is used to unpack the .tgz files that
make up the XFree86 distribution.  The .tgz files are gzipped tar files.
However, ``tar'' in its standard form on most OSs is not well-suited to the
task of installing XFree86.  The extract utility is a modified version of GNU
tar 1.12 built with the options required to make it suitable for installing
XFree86.  The source for extract is available from the same place you got the
XFree86 distribution.

It is strongly recommended that you use the provided extract utility to
unpack the XFree86 distribution.  If you choose to ignore this and use some-
thing else, we don't want to hear from you if you run into problems.  It is
also important that you do not rename the extract utility.  If renamed, it
behaves just like the normal GNU tar.

To extract the XFree86 binaries, run the following as root:

          cd /usr/X11R6
          /var/tmp/extract /var/tmp/X*.tgz

Once the required .tgz files have been extracted, run the post installation
script:

          cd /usr/X11R6
          sh /var/tmp/postinst.sh

For OSs which use ldconfig, you may need to run ldconfig or reboot to com-
plete the installation.  The postinst.sh script should run ldconfig correctly
for you if you are using Linux, FreeBSD, NetBSD or OpenBSD.  For other OSs
that use ldconfig, check how it normally gets run at boot time.

Once the installation is complete, you should run the one of the configura-
tion utilities (XF86Setup or xf86config) to configure the X server.  This is
essential for a new installation but optional for an existing installation.
Refer to the QuickStart document for configuration information.

  Generated from XFree86:
xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml,v 3.59.2.82 1999/12/31
14:10:41 robin Exp $


Sent via Deja.com http://www.deja.com/
Before you buy.

------------------------------

From: [EMAIL PROTECTED] (David Efflandt)
Crossposted-To: comp.os.linux.development.apps
Subject: Re: hardware serial numbers
Date: 1 Jul 2000 21:24:03 GMT
Reply-To: [EMAIL PROTECTED]

On Sat, 01 Jul 2000 17:05:52 +0300, Dmitri V <[EMAIL PROTECTED]> wrote:
>Hello,
>
>Is it somehow possible to retrieve (programmatically, of course) the
>manufacturer's serial number of the hard disk or some other devices?
>What I have in mind is, of course, piracy protection - if I can get the
>s/n of the hard disk, I can more or less insure that the program is used
>on this particular machine only.

hdparm -i as root can get the serial number of a drive.  But you would
first have to know which drive.  But I don't think anyone would like it if
they bought a new drive and your program croaked.

>I am sorry, that my message is not compliant to Open Source spirit, from
>which Linux has grown, I really appreciate it, but there may be certain
>situations when some data *must* be protected from copying...
>
>Thanks in advance.
>
>Yours,
>
>Dmitri

-- 
David Efflandt  [EMAIL PROTECTED]  http://www.de-srv.com/
http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://hammer.prohosting.com/~cgi-wiz/  http://cgi-help.virtualave.net/


------------------------------

From: [EMAIL PROTECTED]
Subject: Re: Where Can I Find Pico Source Code?
Date: Sat, 01 Jul 2000 21:23:03 GMT

One more question. My computer has Linux and I do know it already has pine.
Does it mean the source file of pine is already on my computer? or only the
binary files are on the computer??

Sorry for asking so elementary questions. . .

aleatory

In article <8jlih1$h0l$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> Hello, Jan and blowfish!
>
> Thanks much for replying to my email! I really appreciate it!
>
> In article <WlI65.10510$[EMAIL PROTECTED]>,
>   "Jan Schaumann" <[EMAIL PROTECTED]> wrote:
> > It was Thursday, June 29, 2000  9:04 AM that [EMAIL PROTECTED] spoke the
> > words:
> > > Hello,
> > >
> > > I am looking for pico source code to study how pico works. Is there
> > > anyone know where I can find it? Thanks in advance!
> > >
> >
> > pico is part of pine:
> > http://www.washington.edu/pine/overview/availability.html
> >
> > -Jan
> >
> > --
> > Jan Schaumann
> > http://www.netmeister.org
> >
> > Love cannot be much younger than the lust for murder.
> >                 -- Sigmund Freud
> >
> >
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>


Sent via Deja.com http://www.deja.com/
Before you buy.

------------------------------

From: Howard Nugent <[EMAIL PROTECTED]>
Subject: Berkeley Database and Xdelta
Date: Sat, 01 Jul 2000 21:30:04 GMT

I'm trying to install the program XDelta and it requires Berkely BD to 
run. I've installed Berkely BD but when I run ./configure for Xdelta, it 
says that it can't find the version. It's trying to run db_stat with a -V 
parameter to check the version but db_stat isn't returning the right data 
and says that -V is an invalid flag.

Any help would be appreciated.

Howard Nugent

--
Posted via CNET Help.com
http://www.help.com/

------------------------------

From: Jacob <[EMAIL PROTECTED]>
Subject: compiler error
Date: Sat, 01 Jul 2000 21:30:07 GMT

Im running an older Caldera OpenLinux 1.3, and when i try to compile 
things it gives me a "compiler cant make executable files" and closes.  
What exactly is wrong?  Im a linux newbie, so i apologize if this is a 
stupid question :)  Thanks!

--
Posted via CNET Help.com
http://www.help.com/

------------------------------

From: Vadim <[EMAIL PROTECTED]>
Subject: Help! Kernel compilation errors!
Date: Sun, 25 Jun 2000 19:00:17 GMT

This is a multi-part message in MIME format.
==============ED0FEEC00FE527684E511D78
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I've been trying to compile the kernel (2.2.13) in SuSE 6.3, but it does
not run. It shows several lines of text (processor, etc) after LILO, and
then starts dumping a lot of hexadecimal garbage, perhaps a stack dump?
I can't see the beginning of it, so I think that it wouldn't be too
useful.

It starts very fast, so I can't see where does it fail. I'm almost sure
that the garbage begins before the BogoMIPS and hard - disk detection.

I have compiled it with ram disk support, and it stills not working.

During the compilation sometimes I see warnings, as "variable defined,
but not used". Is that normal? The last try to compile the kernel has
failed completely (unfortunately I forgot to make a log of it). Perhaps
my sources are damaged? I installed them from the SuSE CD. (I have only
one cd, it came with a magazine)

I can't do anything without compiling it. I need to access to NTFS
drives, use the modem, remove tons of garbage from the default kernel
(Network file systems, RAID, etc), install a modem on a serial port...

In SuSE 6.0 (Kernel 2.2.9) I configured the modem with isapnp and
pnpdump, changed the port values and it worked very well. I saved the
config files and scripts, deleted Suse 6.0, and installed 6.3, but now
the scripts do not work! I see no errors. isapnp says that everything is
fine, there are no interrupt conflicts, but the programs just keep
saying "modem busy". Why?

I have attached a copy of my kernel configuration. Maybe I forgot to
include something?

My system:
Intel Pentium 133, 48MB edo ram
i430VX mainboard
Primary master hard disk: Seagate 6.4 gb
Secondary master: Western Digital 850MB
Secondary slave: Toshiba CD-ROM 48X
SoundBlaster Live value
Internal Supra 336i modem
S3 Virge DX 4MB

2 NTFS, 2 FAT and 1 FAT32 partitions. 128MB swap partition for linux.
LILO installed in the MBR
Windows NT and Windows 95 OSR2
--
Vadim
www.geocities.com/wadimt (creatures site, not finished yet)
ICQ 71242087
"Wisdom begins in wonder" (Socrates)


==============ED0FEEC00FE527684E511D78
Content-Type: text/plain; charset=us-ascii;
 name="kernel-config"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="kernel-config"

#
# Automatically generated make config: don't edit
#

#
# Language for Kernel Configuration
#
CONFIG_CONFIGLANG_ENGLISH=y
# CONFIG_CONFIGLANG_GERMAN is not set

#
# If you change this option, help texts are changed immediately.
#

#
# The tool itself must be restarted to show the new language.
#

#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# CONFIG_M586TSC is not set
# CONFIG_M686 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_SMP is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# General setup
#
# CONFIG_BIGMEM is not set
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
CONFIG_PCI_GODIRECT=y
# CONFIG_PCI_GOANY is not set
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
CONFIG_PCI_OLD_PROC=y
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_OTHER is not set
# CONFIG_APM is not set

#
# Plug and Play support
#
# CONFIG_PNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_IDECD_SLOTS is not set
CONFIG_BLK_DEV_IDETAPE=y
CONFIG_BLK_DEV_IDEFLOPPY=y
# CONFIG_BLK_DEV_IDESCSI is not set
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_AUTO is not set
# IDEDMA_PCI_EXPERIMENTAL is not set
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_AEC6210 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_PDC202XX is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_IDE_CHIPSETS is not set

#
# Additional Block Devices
#
CONFIG_BLK_DEV_LVM=m
CONFIG_LVM_PROC_FS=y
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_MD is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_PARIDE_PARPORT=y
# CONFIG_PARIDE is not set
CONFIG_BLK_DEV_IDE_MODES=y
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK_DEV=y
CONFIG_FIREWALL=y
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_TOS=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_ROUTE_LARGE_TABLES is not set
CONFIG_IP_ROUTE_NAT=y
# CONFIG_IP_PNP is not set
CONFIG_IP_FIREWALL=y
CONFIG_IP_FIREWALL_NETLINK=y
CONFIG_NETLINK_DEV=y
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_TRANSPARENT_PROXY=y
CONFIG_IP_MASQUERADE=y

#
# Protocol-specific masquerading support will be built as modules.
#
CONFIG_IP_MASQUERADE_ICMP=y

#
# Protocol-specific masquerading support will be built as modules.
#
# CONFIG_IP_ROUTER is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
# CONFIG_NET_IPGRE_BROADCAST is not set
# CONFIG_IP_MROUTE is not set
CONFIG_IP_ALIAS=y
# CONFIG_SYN_COOKIES is not set

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y

#
#  
#
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=m

#
# SCSI support
#
# CONFIG_SCSI is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set

#
# Network device support
#
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_EQUALIZER is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_PPPOX is not set

#
# Ethernet (10 or 100Mbit)
#
# CONFIG_NET_ETHERNET is not set
# CONFIG_FDDI is not set

#
# Appletalk devices
#
# CONFIG_LTPC is not set
# CONFIG_COPS is not set
# CONFIG_IPDDP is not set
# CONFIG_PLIP is not set
CONFIG_PPP=y

#
# CCP compressors for PPP are only built as modules.
#
CONFIG_SLIP=m
# CONFIG_SLIP_COMPRESSED is not set
# CONFIG_SLIP_SMART is not set
# CONFIG_SLIP_MODE_SLIP6 is not set
# CONFIG_NET_RADIO is not set

#
# Token ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set

#
# Wan interfaces
#
# CONFIG_HOSTESS_SV11 is not set
# CONFIG_COSA is not set
# CONFIG_SEALEVEL_4021 is not set
# CONFIG_DLCI is not set
# CONFIG_WAN_DRIVERS is not set
# CONFIG_SBNI is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
# CONFIG_SERIAL is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_PRINTER=y
CONFIG_PRINTER_READBACK=y
CONFIG_MOUSE=y

#
# Mice
#
# CONFIG_ATIXL_BUSMOUSE is not set
# CONFIG_BUSMOUSE is not set
# CONFIG_MS_BUSMOUSE is not set
# CONFIG_PSMOUSE is not set
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_WATCHDOG is not set
CONFIG_NVRAM=y
CONFIG_RTC=y

#
# Video For Linux
#
# CONFIG_VIDEO_DEV is not set

#
# Joystick support
#
# CONFIG_JOYSTICK is not set
# CONFIG_DTLK is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set

#
# Filesystems
#
CONFIG_QUOTA=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_UMSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_MINIX_FS=y
CONFIG_NTFS_FS=y
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
CONFIG_DEVPTS_FS=y
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_NFS_FS is not set
# CONFIG_SUNRPC is not set
# CONFIG_LOCKD is not set
# CONFIG_SMB_FS is not set
# CONFIG_NCP_FS is not set

#
# Partition Types
#
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MAC_PARTITION is not set
# CONFIG_SMD_DISKLABEL is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=y
# CONFIG_NLS_CODEPAGE_852 is not set
CONFIG_NLS_CODEPAGE_855=y
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
CONFIG_NLS_KOI8_R=y

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VIDEO_SELECT is not set

#
# Sound
#
# CONFIG_SOUND is not set

#
# Kernel hacking
#
# CONFIG_MAGIC_SYSRQ is not set

==============ED0FEEC00FE527684E511D78
Content-Type: text/x-vcard; charset=us-ascii;
 name="vadim_t.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Vadim
Content-Disposition: attachment;
 filename="vadim_t.vcf"

begin:vcard 
n:Trochinsky;Vadim
x-mozilla-html:TRUE
url:www.geocities.com/wadimt
adr:;;;Madrid;Madrid;;Spain
version:2.1
email;internet:[EMAIL PROTECTED]
title:Student (IES Las Lagunas)
fn:Vadim
end:vcard

==============ED0FEEC00FE527684E511D78==



------------------------------

From: James Lee <[EMAIL PROTECTED]>
Subject: Re: Font Colors in 6.2 won't change
Date: 1 Jul 2000 21:46:45 GMT

[EMAIL PROTECTED] wrote:

> (Example using gnome terminal)
> Even though I can go into settings----colors---
> and change the background and foreground colors
> of my font (which  do change) my directories
> still stay blue. How can I go about changing this?
> (The easier the better!!)

I use xterms with black background. Blue on black appears in many
places, eg. vim, tin, ls, etc.  It will be too much to keep changing
this in every app, so I simply change the colors in xterm itself. I
change it to a different shade of blue that is not so poor in constrast
(with black) in the .Xdefaults file:

   XTerm.VT100*color14:        #80a0ff


------------------------------

From: [EMAIL PROTECTED] (Grant Edwards)
Crossposted-To: comp.os.linux.development.apps
Subject: Re: hardware serial numbers
Date: Sat, 01 Jul 2000 22:07:48 GMT

In article <[EMAIL PROTECTED]>, David Efflandt wrote:

>>Is it somehow possible to retrieve (programmatically, of course) the
>>manufacturer's serial number of the hard disk or some other devices?
>>What I have in mind is, of course, piracy protection - if I can get the
>>s/n of the hard disk, I can more or less insure that the program is used
>>on this particular machine only.
>
>hdparm -i as root can get the serial number of a drive.  But you would
>first have to know which drive.  But I don't think anyone would like it if
>they bought a new drive and your program croaked.

Yea, a while back I had to upgrade to a new machine and one of the programs
I had bought refused to work on the new machine because it was node-locked
to the old one.  The vendor required additional money to allow me to move it 
to a new machine.  I'm _still_ annoyed about that.  Thanks Applix.

Now I use WordPerfect.

-- 
Grant Edwards                   grante             Yow!  MMM-MM!! So THIS is
                                  at               BIO-NEBULATION!
                               visi.com            

------------------------------

From: [EMAIL PROTECTED] (Dances With Crows)
Subject: Re: file system type for audio cd
Date: 01 Jul 2000 18:07:52 EDT
Reply-To: [EMAIL PROTECTED]

On Sat, 01 Jul 2000 21:14:42 GMT, root 
<<[EMAIL PROTECTED]>> shouted forth into the ether:
>Any quick pointers on how to mount 'em ?

0.  root is for doing system administration things.  System administration
does NOT include posting to Usenet.  Don't run as root unless you have to,
since the security model won't save you from typos like "rm -rf /".

1.  "mount" refers to integrating a filesystem into the main directory
tree.  An audio CD does not have a filesystem on it, just a TOC and 1-99
tracks of 16-bit PCM data in big-endian format.  To mount an audio CD,
you'd have to fake a filesystem at the kernel level, which is a nasty
hack--the kernel developers talked about why this was a bad idea on
http://kt.linuxcare.com/ somewhere...

2.  http://www.xiph.org/paranoia/ for the excellent cdparanoia utility,
which will allow you to turn CDDA tracks (or fractions of tracks) into
WAVs.

-- 
Matt G / Dances With Crows      /\    "Man could not stare too long at the face
\----[this space for rent]-----/  \   of the Computer or her children and still
 \There is no Darkness in Eternity \  remain as Man." --David Zindell "So did
But only Light too dim for us to see\ they become Gods, or Usenetters?" --/me

------------------------------


** 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
******************************

Reply via email to