[SLUG] Solved: Re: sane - failed to start scanner - invalid argument

2006-05-18 Thread david
Problem solved... the problem was the usb hub I was plugged into.

If I plug directly into the USB port...  suddenly everything works.

Very odd considering this hub works fine on a Mac with the same scanner.

For the record, it's a standard Ubuntu Breezy set up, and this model
SnapScan 1212u didn't require any firmware (I commented out that line
in /etc/sane.d/snapscan.conf)

thanks, 

David.

On Wed, 2006-05-17 at 20:30 +1000, elliott-brennan wrote:
 Hi David,
 
 So there is nothing on the CD that finishes with 
 .bin???
 Odd..
 
 Are you, as a user, part of the 'scanner' group? I 
 think I had to add myself to this too?
 
 One thing to try is see if you can use the scanner 
 as root (I'm not sure if you should do this whilst 
 logged in as root, or merely execute
 
 sudo -s -H
 then enter your password and then execute 'xsane'
 
 Try both.
 
 If it works as root then you need to be part of 
 the scanner group (someone will correct my 
 terminology :))
 
 It it doesn't work, then you may need to find the 
 .bin file.
 
 You could try the afga site or www.drivers.com - 
 this can be a very useful site at times.
 
 Let me know.  If I can't help you with this, 
 someone far more knowledgeable in the group will 
 be able to.
 
 Regards,
 
 Patrick
 
 
 
 
 david wrote:
  On Wed, 2006-05-17 at 15:50 +1000, elliott-brennan wrote:
  Hi David,
 
  Do you need the firmware in a directory with the 
  snapscan.conf file showing directions to it?
 
  I have a clone of an Agfa and had to put the 
  firmware file in a directory:
 
/usr/local/share/sane/snapscan/firmware.bin
 
  Then modified the snapscan.conf file to show where 
  it was, then give permission to myself for that 
  directory.
 
  For example, snapscan.conf has the following line
 
  firmware /usr/local/share/sane/snapscan/firmware.bin
 
  
  I noticed all this in the docs, but it seemed to indicate that my
  version of the 1212u didn't require a firmware file. 
  
  Where do I get this file from? I can't find anything on google about it,
  and it's not included on my original Agfa CD (as one site suggested it
  should be).
  
  I've commented out the firmware line, and commented in the device line,
  but nothing changes.
  
  
  
  I put my firmware file in the said directory 
  (actually had to create  /sane and /snapscan
 
  Then I modified the line below (which is slightly 
  different to yours) to show:
 
  firmware /usr/local/lib/sane/firmware/u96v121.bin
 
  Then I had to change owner of the directory 
  /snapscan and contents to me, then ran xsane and 
  all was right with the world :)
 
  If you need a hand, get back to me. This was 
  probably the first SLUG 'assistance required' 
  request I made about 2 years ago - happy to help 
  someone with the little I do know.
 
  (Sorry for the truncated response - trying to stop 
  my youngest from... well, anything he's up to :))
 
  Regards,
 
  Patrick
 
  Reference: 
  http://www.sane-project.org/man/sane-snapscan.5.html
 
  
  Subject:
  [SLUG] sane - failed to start scanner - invalid argument
  From:
  david [EMAIL PROTECTED]
  Date:
  Wed, 17 May 2006 12:12:11 +1000
  To:
  slug@slug.org.au
 
  To:
  slug@slug.org.au
 
  Content-Transfer-Encoding:
  7bit
  Precedence:
  list
  MIME-Version:
  1.0
  Reply-To:
  [EMAIL PROTECTED]
  Message-ID:
  [EMAIL PROTECTED]
  Content-Type:
  text/plain
  Message:
  2
 
 
  Ubuntu Breezy 
  Xsane 0.97
  sane 1.0.15
 
  [EMAIL PROTECTED]:~ $ scanimage -L
  device `snapscan:libusb:001:011' is a AGFA SNAPSCAN 1212U flatbed 
  [EMAIL PROTECTED]:~ $ scanimage -d test -T
  all tests PASS
  [EMAIL PROTECTED]:~ $ scanimage -d snapscan:libusb:001:011 -T scanimage:
  sane_start: Error during device I/O
 
  The scanner makes noises and lights up.. but that's all.
 
  There isn't a /dev/usb/scanner0 as I would have expected - does that
  matter? Somewhere in the docs i noticed mention of /dev/sga but that
  isn't there either.
 
  If any could point me at some clues I would appreciate it.
 
  Thanks
 
  David.
 
  
  
  
 

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] USB to IDE adaptor

2006-05-18 Thread david
On Wed, 2006-05-17 at 14:11 +1000, Simon Wong wrote:
 On Wed, 2006-05-17 at 13:00 +1000, david wrote:
  I bought this gadget thinking that I could test HD's conveniently
  without having to install them internally. Unfortunately it's not
  automounting, so now I'm not sure what to do.
 
 I usually end up looking in /var/log/messages or /var/log/syslog and see
 what device has been assigned to the USB mass storage device
 eg /dev/sda.  Then mount that manually with
 
   sudo mount /dev/sda /mnt/sda
 
 You'll have to make a directory as the mount point or use an empty
 directory that already exists.
 
 You may need to specify the partition.  Get a list with 
 
   sudo fdisk -l /dev/sda
 
 I wish I knew a better way to obtain the assigned device...let me know
 if you find out...
 


Not much luck... i did the following:

[EMAIL PROTECTED]:~ $ ls /dev/sda
ls: /dev/sda: No such file or directory  --bridge plugged in after this
[EMAIL PROTECTED]:~ $ tail /var/log/messages
snip
May 18 17:45:18 localhost kernel: [7495693.007000] usb 1-2: new full
speed USB device using uhci_hcd and address 58
May 18 17:45:19 localhost kernel: [7495693.112000] scsi18 : SCSI
emulation for USB Mass Storage devices
May 18 17:45:19 localhost usb.agent[23936]:  usb-storage: already
loaded
[EMAIL PROTECTED]:~ $ sudo fdisk -l /dev/sda
[EMAIL PROTECTED]:~ $ sudo fdisk /dev/sda

Unable to read /dev/sda
[EMAIL PROTECTED]:~ $



-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] USB to IDE adaptor

2006-05-18 Thread david
On Wed, 2006-05-17 at 15:18 +1000, Gerald wrote:
 Hello David,
 I also have one of these devices and have no trouble with k3b recognising the 
 burner.
 and the system does auto mount the hard drive on the device. I am running the
 64Bit version of Mandrive 2006.0
 Perhaps you have a system problem
 Gerald
 

Curses! apt-get fails again! give me my rpm back.



 On Wed, 17 May 2006 01:00 pm, david wrote:
  I bought this gadget thinking that I could test HD's conveniently
  without having to install them internally. Unfortunately it's not
  automounting, so now I'm not sure what to do.
  
  Can anyone suggest how I get it to mount?
  
  USB seems to be seeing it OK.
  /proc/bus/usb/devices includes this:
  T:  Bus=01 Lev=02 Prnt=04 Port=02 Cnt=01 Dev#= 14 Spd=12  MxCh= 0
  D:  Ver= 2.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=152d ProdID=2338 Rev= 1.00
  S:  Manufacturer=JMicron
  S:  Product=USB to ATA/ATAPI Bridge
  S:  SerialNumber=152D203380B6
  C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  2mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50
  Driver=usb-storage
  E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
  E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
  
  

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] USB to IDE adaptor

2006-05-18 Thread Peter Chubb
 david == david  [EMAIL PROTECTED] writes:

david On Wed, 2006-05-17 at 14:11 +1000, Simon Wong wrote:
 On Wed, 2006-05-17 at 13:00 +1000, david wrote:  I bought this
 gadget thinking that I could test HD's conveniently  without
 having to install them internally. Unfortunately it's not 
 automounting, so now I'm not sure what to do.
 


david Not much luck... i did the following:

david [EMAIL PROTECTED]:~ $ ls /dev/sda ls: /dev/sda: No such file or
david directory --bridge plugged in after this [EMAIL PROTECTED]:~ $ tail

Are you using udev/hotplug or something?  If not, just do
$ cd /dev; sudo ./MAKEDEV sd
to create the devices.
If you *are* using udev, then I'm not sure what has to happen.  I
really hate this dynamic generation of device nodes; it makes it much
harder to diagnose what's going on.
-- 
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au   ERTOS within National ICT Australia
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Installing a dictionary in Thunderbird

2006-05-18 Thread Howard Lowndes

I have been trying to install an en-AU dictionary in TB.

It downloads fine and I have the file located and TB says that it has 
been installed, but it still fails to show up in the spell checker.


Any help...?
--
Howard.
LANNet Computing Associates - Your Linux people http://lannetlinux.com
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
--
Flatter government, not fatter government; abolish the Australian states.

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Stallion

2006-05-18 Thread Ben Donohue

Hey I've still got one of those cards somewhere and the 1 to 4 cable...
IRQ15 is for the second hard disk or cdrom isn't it?
perhaps there is a conflict there. These cards came out way before 
cdroms iirc

Ben




Christopher Vance wrote:

On Wed, May 17, 2006 at 02:04:23PM +1000, Christopher Vance wrote:

I have just inherited an old ISA bus EasyIO 8-port card, for the
purposes of running a bunch of other machines with serial consoles.

Having checked the board against the documentation for IRQ and I/O
address information, I added the needed single line to configure the
device.


Trying the -386 kernel on Dapper gave me a kernel panic.

Trying the driver on FreeBSD 4.10 (same author as the Linux driver, I
believe) didn't panic but also didn't work.

Trying the MS-DOS diagnostic (I really should have done this first...)
didn't find the card at all.  Why the silly thing is hard-wired to IRQ
15, I don't know.

I've been told to give up.

We now return you to our normal programming.


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Spam filtering in Evolution in Ubuntu

2006-05-18 Thread Ken Caldwell
I have recently installed a system on a spare computer using a Dapper
flite 7 CD. The default email client is Evolution which has a Junk
filter setting which depends, according to the help information, on
SpamAssassin which is not installed. 

Is this an oversight or is it intended that the user selects a suitable
filter after the basic installation is completed?

(asking here as I think there are a few Ubuntu developers on this
list :-)

cheers


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Spam filtering in Evolution in Ubuntu

2006-05-18 Thread Ken Foskey
On Thu, 2006-05-18 at 23:00 +1000, Ken Caldwell wrote:
 I have recently installed a system on a spare computer using a Dapper
 flite 7 CD. The default email client is Evolution which has a Junk
 filter setting which depends, according to the help information, on
 SpamAssassin which is not installed. 

Spam filtering works with or without spamassin installed.

There is a built in one that figure out that this item has been put in
the spam folder and it puts copies in there automatically.  I have no
idea how good the matching is, I would suggest it is very simple.

 Is this an oversight or is it intended that the user selects a suitable
 filter after the basic installation is completed?

Most users probably do not want the complexity and could not configure
it anyway.  I switch on the Optus spam filter and don't use one myself.
I suffer the 30 odd per day that slip through.

 (asking here as I think there are a few Ubuntu developers on this
 list :-)

Just a happy user of Ubuntu Dapper, it ROCKS :-)

-- 
Ken Foskey
FOSS developer

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Spam filtering in Evolution in Ubuntu

2006-05-18 Thread Jeff Waugh
quote who=Ken Foskey

 On Thu, 2006-05-18 at 23:00 +1000, Ken Caldwell wrote:
  I have recently installed a system on a spare computer using a Dapper
  flite 7 CD. The default email client is Evolution which has a Junk
  filter setting which depends, according to the help information, on
  SpamAssassin which is not installed. 
 
 Spam filtering works with or without spamassin installed.
 
 There is a built in one that figure out that this item has been put in the
 spam folder and it puts copies in there automatically.  I have no idea how
 good the matching is, I would suggest it is very simple.

By default, it uses bogofilter, which rocks. :-) That's what you're seeing.

- Jeff

-- 
linux.conf.au 2007: Sydney, Australia   http://lca2007.linux.org.au/
 
 Free software never simply picks up its marbles and goes home. -
Jonathan Corbet, LWN
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: Solved: Re: sane - failed to start scanner - invalid argument

2006-05-18 Thread elliott-brennan

Hi David,

That's great to hear. Well done. I hope I didn't 
send you off on too many wild goose chases.


Regards,

Patrick

david wrote:

Problem solved... the problem was the usb hub I was plugged into.

If I plug directly into the USB port...  suddenly everything works.

Very odd considering this hub works fine on a Mac with the same scanner.

For the record, it's a standard Ubuntu Breezy set up, and this model
SnapScan 1212u didn't require any firmware (I commented out that line
in /etc/sane.d/snapscan.conf)

thanks, 


David.

On Wed, 2006-05-17 at 20:30 +1000, elliott-brennan wrote:

Hi David,

So there is nothing on the CD that finishes with 
.bin???

Odd..

Are you, as a user, part of the 'scanner' group? I 
think I had to add myself to this too?


One thing to try is see if you can use the scanner 
as root (I'm not sure if you should do this whilst 
logged in as root, or merely execute


sudo -s -H
then enter your password and then execute 'xsane'

Try both.

If it works as root then you need to be part of 
the scanner group (someone will correct my 
terminology :))


It it doesn't work, then you may need to find the 
.bin file.


You could try the afga site or www.drivers.com - 
this can be a very useful site at times.


Let me know.  If I can't help you with this, 
someone far more knowledgeable in the group will 
be able to.


Regards,

Patrick




david wrote:

On Wed, 2006-05-17 at 15:50 +1000, elliott-brennan wrote:

Hi David,

Do you need the firmware in a directory with the 
snapscan.conf file showing directions to it?


I have a clone of an Agfa and had to put the 
firmware file in a directory:


  /usr/local/share/sane/snapscan/firmware.bin

Then modified the snapscan.conf file to show where 
it was, then give permission to myself for that 
directory.


For example, snapscan.conf has the following line

firmware /usr/local/share/sane/snapscan/firmware.bin


I noticed all this in the docs, but it seemed to indicate that my
version of the 1212u didn't require a firmware file. 


Where do I get this file from? I can't find anything on google about it,
and it's not included on my original Agfa CD (as one site suggested it
should be).

I've commented out the firmware line, and commented in the device line,
but nothing changes.



I put my firmware file in the said directory 
(actually had to create  /sane and /snapscan


Then I modified the line below (which is slightly 
different to yours) to show:


firmware /usr/local/lib/sane/firmware/u96v121.bin

Then I had to change owner of the directory 
/snapscan and contents to me, then ran xsane and 
all was right with the world :)


If you need a hand, get back to me. This was 
probably the first SLUG 'assistance required' 
request I made about 2 years ago - happy to help 
someone with the little I do know.


(Sorry for the truncated response - trying to stop 
my youngest from... well, anything he's up to :))


Regards,

Patrick

Reference: 
http://www.sane-project.org/man/sane-snapscan.5.html




Subject:
[SLUG] sane - failed to start scanner - invalid argument
From:
david [EMAIL PROTECTED]
Date:
Wed, 17 May 2006 12:12:11 +1000
To:
slug@slug.org.au

To:
slug@slug.org.au

Content-Transfer-Encoding:
7bit
Precedence:
list
MIME-Version:
1.0
Reply-To:
[EMAIL PROTECTED]
Message-ID:
[EMAIL PROTECTED]
Content-Type:
text/plain
Message:
2


Ubuntu Breezy 
Xsane 0.97

sane 1.0.15

[EMAIL PROTECTED]:~ $ scanimage -L
device `snapscan:libusb:001:011' is a AGFA SNAPSCAN 1212U flatbed 
[EMAIL PROTECTED]:~ $ scanimage -d test -T

all tests PASS
[EMAIL PROTECTED]:~ $ scanimage -d snapscan:libusb:001:011 -T scanimage:
sane_start: Error during device I/O

The scanner makes noises and lights up.. but that's all.

There isn't a /dev/usb/scanner0 as I would have expected - does that
matter? Somewhere in the docs i noticed mention of /dev/sga but that
isn't there either.

If any could point me at some clues I would appreciate it.

Thanks

David.










--
Registered Linux User 368634
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: Installing a dictionary in Thunderbird

2006-05-18 Thread elliott-brennan

Hi Howard,

If you're using 1.5 you have to find:

en-AU.dic

and

en-AU.aff

and make sure they're in

myspell

which in my case is:

/opt/thunderbird/components/myspell

It should work from there.

When I downloaded them, I found that they were 
installed here:


/usr/share/myspell/dicts/

in Ubu 5.10

I copied them to the directory I mentioned and all 
seems fine.


If you're using the earlier Thunderbird then I'm 
afraid I can't help. I couldn't get it to work in 
the earlier versions.


Regards,

Patrick

 [SLUG] Installing a dictionary in Thunderbird

From:
Howard Lowndes [EMAIL PROTECTED]
Date:
Thu, 18 May 2006 19:22:18 +1000
I have been trying to install an en-AU dictionary in TB.
It downloads fine and I have the file located and TB says that it has 
been installed, but it still fails to show up in the spell checker.


Any help...?






--
Registered Linux User 368634
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Perl upgrading

2006-05-18 Thread Voytek Eymont

On Wed, May 17, 2006 9:39 am, Matthew Hannigan wrote:
 On Wed, May 17, 2006 at 09:11:35AM +1000, Voytek Eymont wrote:

 I think it's been said before, but why not
 just update the entire os?  i.e. install fedora5 or whatever.

yes, I'll look at that
but, it's not that simple, for a number of reasons (many imaginary)

 It's probably impossible to remove perl5.6.1;
 some system stuff is probably dependent on it.
 You can add another perl in say, /opt or /usr/local...

On Wed, May 17, 2006 10:06 am, Scott Ragen wrote:

 You should be able to safely install the latest perl from source without
 breaking the current version, or any OS dependancies, providing you keep
 /usr/bin/perl pointing to /usr/bin/perl5.6.1.
 To then use the latest version, just put #!/usr/bin/perl5.8.1 (for
 example) in your scripts. Call perl5.8.1 for any debugging, or installing
 modules etc.

thanks, Scott, Matt

whilst looking where to install 'new' Perl, I've discovered that I've
already installed it some time ago:
---
# whereis perl
perl: /usr/bin/perl /usr/local/bin/perl /usr/share/man/man1/perl.1.gz

# /usr/bin/perl --version
This is perl, v5.6.1 built for i386-linux

# /usr/local/bin/perl --version
This is perl, v5.8.6 built for i686-linux-thread-multi

---

for some reason, it seems I stopped or whatever

so, just to confirm:

I leave my 'old' perl for any system stuff 'as is';
any new perl scripts I install, I edit the '#!' to point at the 'new' perl;

and , everyone is happy, and, I have current perl

now, what about all these CPAN libraries that I need from time to time:

do I need to install one for each version ? or, how do I handle that ?

many thanks again




-- 
Voytek

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] What you love is a sign from your higher self of what you are to do

2006-05-18 Thread cheyne laresha
Title: metamerically postscript





Hallo!



comisarovnety[dot]com

their bits of land.  Not a sight of a horse or a cow.  The
peasant's dying of hunger, but just go and take him on as a
laborer, he'll do his best to do you a mischief, and then bring
you up before the justice of the peace."
"But then you make complaints to the justice too," said
Sviazhsky.
"I lodge complaints?  Not for anything in the world!  Such a
talking, and such a to-do, that one would have cause to regret
it.  At the works, for instance, they pocketed the advance-money
and made off.  What did the justice do?  Why, acquitted them.
Nothing keeps them in order but their own communal court and
their village elder.  He'll flog them in the good old style!  But
for that there'd be nothing for it but to give it all up and run
away."
Obviously the landowner was chaffing Sviazhsky, who, far from
resenting it, was apparently amused by it.
"But you see we manage our land without such extreme measures,"
said he, smiling: "Levin and I and this gentleman."
He indicated the other landowner.
"Yes, the thing's done at Mihail Petrovitch's, but ask him how
it's done.  Do you call that a rational system?" said the
landowner, obviously rather proud of the word "rational."
"My system's very simple," said Mihail Petrovitch, "thank God.
All my management rests on getting the money ready for the autumn
taxes, and the peasants come to me, 'Father, master, help us!'
Well, the peasants are all one's neighbors; one feels for them.
So one advances them a third, but one says: 'Remember, lads, I
have helped you, and you must help me when I need it--whether
it's the sowing of the oats, or the haycutting, or the harvest';



-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Re: [SLUG] Installing a dictionary in Thunderbird

2006-05-18 Thread Richard Neal




I installed Thunderbird and I got the same problem.

I looked in the install log under ~/./thunderbird/*default* and what its trying to do is install the dictionary in a system folder that needs root permissions.

East way to get around this is just run mozilla-thunderbird as root (type su then root password in a terminal then type mozilla-thunderbird)

When Thunderbird tries to do a setup just skip it.

Open the extensions menu drag and drop the dictionary file on the extensions window, bingo installed.

Now start Thunderbird under your user account per normal.

Goto Edit-Preferences click on the Composition Icon then the Spelling Tab, and in the drop down menu is the Australian dictionary.


in a On Thu, 2006-05-18 at 19:22 +1000, Howard Lowndes wrote: 


I have been trying to install an en-AU dictionary in TB.

It downloads fine and I have the file located and TB says that it has 
been installed, but it still fails to show up in the spell checker.

Any help...?
-- 
Howard.
LANNet Computing Associates - Your Linux people http://lannetlinux.com
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
-- 
Flatter government, not fatter government; abolish the Australian states.






Regards

Richard Neal

Real Men don't make backups. They upload it via ftp and let the world mirror it.
 -- Linus Torvalds









-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] antivirus for sendmail

2006-05-18 Thread list.security



Hi all SLUG's

i want to install properitory email virus scanner 
in my RHEL4 box, for sendmail [default installed]

i didn't get any good docs for that.

i have tried many things but not get the 
success.
help me to do this.
thanks

mpianlx
==
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] SummerGrl18 invites you to join..........governor

2006-05-18 Thread Ignacio Vigil

You have been invited by SummerGrl18 to photo-chat at http://www.persadss.=
com


Sincerely,
Site Administrator

Please do not reply to this email message.

jovanovich liable eleven wayne utica universal



-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Spam filtering in Evolution in Ubuntu

2006-05-18 Thread Ken Caldwell
On Thu, 2006-05-18 at 15:10 +0200, Jeff Waugh wrote:
 quote who=Ken Foskey
 
  On Thu, 2006-05-18 at 23:00 +1000, Ken Caldwell wrote:
   I have recently installed a system on a spare computer using a Dapper
   flite 7 CD. The default email client is Evolution which has a Junk
   filter setting which depends, according to the help information, on
   SpamAssassin which is not installed. 
  
  Spam filtering works with or without spamassin installed.
  
  There is a built in one that figure out that this item has been put in the
  spam folder and it puts copies in there automatically.  I have no idea how
  good the matching is, I would suggest it is very simple.
 
 By default, it uses bogofilter, which rocks. :-) That's what you're seeing.

Do you mean that evolution has the functionality of bogofilter built in?

aptitude show bogofilter
returns
Package: bogofilter
State: not installed

?

 - Jeff
 
 -- 
 linux.conf.au 2007: Sydney, Australia   http://lca2007.linux.org.au/
  
  Free software never simply picks up its marbles and goes home. -
 Jonathan Corbet, LWN

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] antivirus for sendmail

2006-05-18 Thread Ken Foskey
On Fri, 2006-05-19 at 00:16 +0530, list.security wrote:
 Hi all SLUG's
  
 i want to install properitory email virus scanner in my RHEL4 box, for
 sendmail [default installed]
  
 i didn't get any good docs for that.
  
 i have tried many things but not get the success.
 help me to do this.

Sorry but given that description, we cannot help...

You have to at least give us the name of the product.

What problems are you getting?
 

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: Modems

2006-05-18 Thread elliott-brennan

Hi Del,

I've sent you a couple of e-mails regarding your 
modem offer. I appears they've not got through to 
you. Could you.


Would you be so kind as to give me a number I can 
call you on or write back to me at this e-mail 
address?


Regards,

Patrick
--
Registered Linux User 368634

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Spam filtering in Evolution in Ubuntu

2006-05-18 Thread Ken Caldwell
Please disregard my last post. I see that bogofilter is provided by
evolution-plugins.

cheers,
Ken


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] citrix scroll bars do not go back up

2006-05-18 Thread Ken Foskey
I have citrix installed and it has grey scroll bars,  It uses the motif
libraries.  The problem I am getting is that I can scroll down but not
back up using the scroll bars.  I have seen this problem with another
program as well, vnc I think.

Any guesses??  Ubuntu Dapper.

Ta
Ken

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: test VALLtjUM

2006-05-18 Thread Natalya Moen



Hi,
X ^ N A X
V / A G R A
C / A L / S
L E V / T R A
A M B / E N
P R O Z ^ C
M E R / D / A
V A L / U M
S O M ^
http://www.poseravutaden.com




their way to the East, the terrible forest of Mirkwood.The dwarves listened and shook their beards, for they knew that they must soon venture into that forest and that after the mountains it was the worst of the perils they had to pass before they came to the dragons stronghold. When dinner was over they began to tell tales of their own, but Beorn seemed to be growing drowsy and paid little heed to -- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] IT support costs

2006-05-18 Thread Howard Lowndes
Has anyone got any good pointers handy to IT support ratios that I can 
use in a report that I am writing.  I recall seeing somewhere mention of 
1 IT head to 45 Windows boxen as against 1 IT head to 120 Linux boxen, 
but I really could do with a sound citation.


TIA

--
Howard.
LANNet Computing Associates - Your Linux people http://lannetlinux.com
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
--
Flatter government, not fatter government; abolish the Australian states.

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] citrix scroll bars do not go back up

2006-05-18 Thread Ian Wienand
On Fri, May 19, 2006 at 11:07:43AM +1000, Ken Foskey wrote:
 I have citrix installed and it has grey scroll bars,  It uses the motif
 libraries.  The problem I am getting is that I can scroll down but not
 back up using the scroll bars.  I have seen this problem with another
 program as well, vnc I think.

IIRC left click goes one way, right click goes the other.

-i


signature.asc
Description: Digital signature
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] Re: [LINK] IT support costs

2006-05-18 Thread Howard Lowndes

Replying to my own post, I have found this report:
http://www.levanta.com/linuxstudy/EMA_Levanta-Linux_RR.pdf

Howard Lowndes wrote:
Has anyone got any good pointers handy to IT support ratios that I can 
use in a report that I am writing.  I recall seeing somewhere mention of 
1 IT head to 45 Windows boxen as against 1 IT head to 120 Linux boxen, 
but I really could do with a sound citation.


TIA



--
Howard.
LANNet Computing Associates - Your Linux people http://lannetlinux.com
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
--
Flatter government, not fatter government; abolish the Australian states.

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Want to stop PDF from opening in other Desktop

2006-05-18 Thread Mark Sargent
Hi All,I find that if I have a pdf open in Adobe Reader(7.0) on Desktop A and click a pdf link in Firefox from Desktop B, the file opens in the Reader opened in A. Is there a way to make the Reader open another instance in B? 
I have my reasons for this. Have checked out Preferences, but nothing exists as I expected. Need to write a script, perhaps? Cheers.Mark Sargent.

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html