Re: Still looking to replace Eudora

2002-03-12 Thread O Polite
On Fri, 2002-03-08 at 17:30, Brian Stults wrote:

 Did you install all the dependencies (e.g. aspell, pspell) and a
 dictionary?

Thanks. That did the trick.

op

-- 
http://plusseven.com/gpg/



Re: Samba and CUPS

2002-03-12 Thread O Polite
On Sun, 2002-03-10 at 23:21, Bill Wohler wrote:
   This has been a painful day. I've got printing working nicely now.
   However, Samba is another story.
 
   My Win2k clients could see the new printer during the create printer
   phase. However, I'm getting the message Access denied, unable to
   connect. Some messages from a Google search said that one can still
   print, but that's not the case here.
 
 
Funny. I had this same problem just a few days ago. I googled around
until I came up with this smb.conf

I think that 
hosts allow = 192.168.0. 
hosts deny = ALL

and 
guest ok = Yes  

are were the lines that did it. 

Notice that the printer hpviatilda is set up in CUPS with that same
name.

good luck.

op

--
[global]
workgroup = WORKGROUP
server string = %h server (Samba %v)
security = SHARE
obey pam restrictions = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
syslog = 0
max log size = 1000
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096
SO_RCVBUF=4096
dns proxy = No
invalid users = root
hosts allow = 192.168.0. 
hosts deny = ALL

[homes]
comment = Home Directories
create mask = 0700
directory mask = 0700
browseable = Yes

[printers]
comment = All Printers
path = /tmp
create mask = 0700
printable = Yes
browseable = Yes

[hpviatilda]
path = /tmp
guest ok = Yes  
read only = No
create mask = 0700
printable = Yes
postscript = Yes
printing = cups
print command = lpr -P%p %s
printer name = hpviatilda
oplocks = No
share modes = No
--

-- 
http://plusseven.com/gpg/



opening a directory for samba, netatalk, www all at once.

2002-03-12 Thread O Polite
I'm running this distro http://www.e-smith.org/ on a box for my
colleagues. The only feature that I use is the Ibay, this lets me
create a directory that is accessible through samba (windows), netatalk
(apple), www and ftp. It will also let me treat user home directories as
Ibays. 

Any package that will do this for debian, check that all the needed
kernel modules are in place etc?

op

-- 
http://plusseven.com/gpg/



Re: Still looking to replace Eudora

2002-03-08 Thread O Polite
On Fri, 2002-03-08 at 04:01, Eric G. Miller wrote:
 The window(s) within a containing window paradigm is generally not found
 in X programs.  I don't think it's even part of most (any?) toolkits.
 
When I first moved to linux I tried out StarOffice, which put all it's
windows in one desktop window. That was one of the reasons I didn't
stick with StarOffice. The main reason however was that is was extremely
sluggish and unstable. This was a long time ago so maybe that has all
changed.

Pardon my English, speling is broken in Evolution.




Re: Still looking to replace Eudora

2002-03-08 Thread O Polite

On Fri, 2002-03-08 at 12:48, Brian Stults wrote:
 Search the web for the unofficial debian package for gnome-spell. 
 Install it and spell-checking in evolution will work.
 

http://www.luyer.net/EvoBuilds/spell-checking/gnome-spell_0.3-0_i386.deb

Thes unofisial package installles nisely. And is allso a reel eggo
boster, kause it didnt finnd a cingle speling eror in this dockument! 

Am I missing something? Some hidden setting somewhere?

o polite






Re: How do I turn off the Virtual Desktop?

2002-03-04 Thread O Polite
 
 a. keep hitting alt + until it is no longer virtual
 

I never got this trick to work. Is this behaviour  controlled from
XF86Config-4? I can't see anything in there that indicates that. I'm
using KDE. Might standard KDE key settings be hiding this behaviour?

op



debian box as digital VCR?

2002-03-04 Thread O Polite
I decided to go for some ATA RAID solution, probably from
www.promise.com,  for my new home box.

While reading around I find that one popular deployment for IDE RAID is
video editing. I'm not into that, but I would like to have something
like Tivo or ReplayTV. Is anyone on the list using a linux box as a
digital VCR? Any tips.

op




Re: eepro100 with P4 (Gateway E-3600)

2002-03-04 Thread O Polite
On Sun, 2002-03-03 at 19:46, Thedore Knab wrote:

 I think that I may have compiled in SMP for the uni-processor (a bad
 habit maybe?) .

Maybe. I accidentaly did that some time ago. It caused all sort of
strange problems with different kernel modules. Not with the eepro100
though. I've never had any problem with it what so ever.

Have a look at my kernel config for inspiration.
op

 
 * Local APIC support on uniprocessors
 * IO-APIC support on uniprocessors
 
 Maybe this is a (bad) BIOS related problem and I might need to compile in ?
 PCI bios access
 * Direct
 
  Specs for Gatway E-3600:
  Pentium 4 1500Mhz
  512 MB 133 Mhz RAM
  GeForce 2 MX: 32MB NVIDIA(TM) AGP Graphics Accelerator
  40GB 7200RPM Ultra ATA100 hard drive
  Integrated Intel 10/100 (EV) Ethernet Adapter
  Integrated Sound Blaster compatible audio
  IDE 20x min./48x max. CD-ROM drive
 -
 Ted Knab
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

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

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_PPRO_FENCE=y
CONFIG_TOSHIBA=m
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=m
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_UP_IOAPIC is not set

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_PM=y
# CONFIG_ACPI is not set
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_CML1=m
CONFIG_PARPORT_SERIAL=m
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is not set
# CONFIG_PARPORT_OTHER is not set
# CONFIG_PARPORT_1284 is not set

#
# Plug and Play configuration
#
CONFIG_PNP=m
CONFIG_ISAPNP=m

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=m
CONFIG_PACKET_MMAP=y
CONFIG_NETLINK_DEV=m
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=m
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# 

top for kernel

2002-03-01 Thread O Polite
Is there anything like top for monitoring what the kernel is up?

op




[OT] How to run procmail on Maildir or mbox

2002-02-26 Thread O Polite
I spent the morning moving to fetchmail/procmail for mail retrieval and
filtering.

I think I will be very happy with it indeed.

Kmail and Evolution will let the user apply filters on already
filtered messages so as to put them in some other folder. This is great
when you realize that some filters are wrong and a zillion messages have
gone in wrong folders.

Is there anyway to do the same thing with procmail, apply it on an mbox
or Maildir?

regards op






Re: [OT] How to run procmail on Maildir or mbox

2002-02-26 Thread O Polite
On Tue, 2002-02-26 at 15:22, Frederik Vanrenterghem wrote:

 Yes.
How?




Re: [OT] Price / performance Software RAID / Hardware RAID / IDE / SCSI

2002-02-22 Thread O Polite
On Fri, 2002-02-22 at 02:16, Alvin Oga wrote:

 if you can write data to /dev/hda1  in 5 seconds...
 writing to striped raid0 will be say 7-10 seconds...
Why is this? I thoght the point of raid0 was to write to all drives in
parallell.

op





[OT] Price / performance Software RAID / Hardware RAID / IDE / SCSI

2002-02-21 Thread O Polite
I'll be building a new development machine soon. It's been a while since
the last time, and it's seems to be a lot harder today than the last
time I did it a few years ago. There are so many CPU slots and memory
types to choose from.

First I think that I should get faster disk I/O than I have today. So
for the first time ever I'm considering some RAID solution.

In your experience what will get the best price / speed performance
ratio?

Software IDE/RAID
Software SCSI/RAID 
IDE RAID controller card
SCSI RAID controller card

Or maybe just having diffrent partitions on diffrent drives?

o polite



recommendations for portable mp3 player

2002-02-16 Thread O Polite
I'm getting tired of my minidisc, too much skipping, too short battery
life, no good. 

Maybe it's time to get a portable mp3.

My sister in law just got an Ipod. Very nice thingy, but I understand
that it still doesn't work with linux. Besides I don't have a firewire
port.

Any suggestions? Battery life is a very important factor to me.

o polite




Re: sgml or latex?

2002-02-12 Thread O Polite
As you might have noticed a lot of people are moving to XML.
I don't know much about technological superiority of the diffrent
options but XML has a lot of momentum. This means that xml has lots of
tools ,libraries, books, knowledgeble users on usenet etc.

I think that both DocBook and Linuxdoc have xml versions.

I've heard that people writing about math still prefer tex.


On Tue, 2002-02-12 at 15:00, linuxman wrote:
 hi,
 
 Latex and sgml are all widely used in linux documentation world, but who can 
 tell me which one is the best and which one will be the best in the future?
 
 Thanks!
 
 linuxman
 =
 Linux is all my life
 




Installing the other OS by cp -ax

2001-12-18 Thread o polite
Some time ago I tried to install the userfriendly OS Windows 98 on spare 
partition. Of course it succeded in rendering my laptop unusable. It took me 
two days to get my system back. This was four weeks ago, so now I'm ready for 
some more pain. 

Instead of letting the windows installer put it's teeth in my hd I've tried 
installing the OS by copying an complete installaion from another computer.

I've mounted the other computers C: at /mnt/winc 
and copied it to my empty FAT parition /dev/hda1 mounted at /mnt/hd like so:

 cp -ax /mnt/winc /mnt/hd

I've entered a entry for windows in lilo like so:

 other=/dev/hda1
label=win

Lilo will let me choose win at boot time. But I will get an errormessage that 
says something like This is not a bootdisk, replace it with a bootdisk and 
press any key in swedish.

However my fdisk says:
Device BootStart   EndBlocks   Id  System
 /dev/hda1   * 1   122979933+   6  FAT16
 /dev/hda2   123   134 96390   83  Linux
 /dev/hda3   135   170289170   82  Linux swap
 /dev/hda4   *   171   730   4498200   83  Linux

Did I miss some magic flag when partitioning the drive?
Did I get the cp wrong?
Did HAL think I was trying to replace him permanently?


-- 
o polite