Re: Symantec AntiVirus Scans debian lists?

2004-04-24 Thread DGLU TR
On Sat, Apr 24, 2004 at 12:37:31PM +0200, Florian Ernst wrote:
 Hello Antonio!
 

 PS: Honoring your Mail-Followup-To...

Im trying to fix this problem. I just wrote `set followup_to=no´
in my .muttrc. I am missreading the manual pages for muttrc?
It says there that it is set to yes by default, so obviously I have to
invert it. Or it is not the setting to be changed?
thank you 4 ur help.


-- 

==
||
|\|||/   |
|   ( * * )Saludos de|
|\  / Antonio Rodríguez |
|   [  ^  ]  |
|  /   ^   \ |
| || :   : ||  [EMAIL PROTECTED]   |
||
==


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Using dvgrab to make single shots

2004-03-05 Thread DGLU TR
Hi all. I am trying to use dvgrab to make single shots, but I am not
getting anywhere. Would anyone know how to do it?
So far I have tried the following:

dvgrab -i --autosplit --format jpg --jpeg-quality 75 --frames 1 --jpeg-width 640 
--jpeg-height 480 figure-

and

dvgrab -i --format jpg --jpeg-quality 75 --frames 1 --jpeg-width 640 --jpeg-height 480 
fig-

But doesn't seem to work. I get a whole bunch of files.
Thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: David Grudek/COR/AXE is out of the office

2003-12-31 Thread DGLU TR
On Wed, Dec 31, 2003 at 06:17:23AM -0500, Paul Morgan wrote:
 On Tue, 30 Dec 2003 13:33:15 -0500, Antonio Rodr P `Y wrote:
 
  
  
  Let me add another element to this topic: In the English language, at
  least in its American version, the simple division operation 6/2 = 3  in
  its long form is written 
  
   3
   
   |   6 
  2   |
 ___ |
  
  which corresponds to 6 divided by 2 is 3, but is not exactly
  co-sequential with its written form. Hence the common confusion among
  the not so educated as to the written notation. I find the notation used
  in (the rest of the planet ?) other parts more corresponding to the
  human language:
  
 |  
  6 |  2
 |_
  3
  
 
 Ih the UK, at least, when I went to school, the second form (short
 division) is used when the divisor = 12, and the first form (long
 division) is used when the divisor  12, in order to keep the quotient
 clear of the intermediate arithmetic.
 

The second form is used for long divisions, regardles of the size of
the digits sequence.
Interesting that in the UK they use the two ways as you described.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Grouping groups

2003-12-31 Thread DGLU TR
On Tue, Dec 30, 2003 at 05:27:43PM +, Colin Watson wrote:
 On Tue, Dec 30, 2003 at 11:43:44AM -0500, Stephen Touset wrote:
  I'm trying to set up a website on a Debian server in which anyone in one
  group (www-data) can modify all files under /var/www,
 
 Don't use www-data for this. From
 /usr/share/doc/base-passwd/users-and-groups.txt.gz:
 
 Some web servers run as www-data. Web content should not be owned by
 this user, or a compromised web server would be able to rewrite a
 web site. Data written out by web servers, including log files, will
 be owned by www-data.
 
  but anyone in another specified group (management) can only modify
  /var/www/updates and /var/www/files.
  
  My idea is to create the management group, which will possess read-write
  capabilities on /var/www/files and /var/www/updates. The most intuitive way
  to proceed from here would be to specify that www-data contains the
  management group. Thus, anyone of group www-data is also automatically of
  group management, but anyone in group management is not automatically in
  www-data. However, I'm not sure if it's possible to specify group
  inheritances in /etc/groups. Is it possible?
 
 That's not possible in the Unix model of groups, I'm afraid.
 
  Will I just have to manually add the certain users to www-data and
  management? Or is there another way.
 
 I think I'd be inclined to hack adduser to automatically add users to
 the content group when you add them to management. Would that work for
 you?
 
 Cheers,
 
 -- 
 Colin Watson  [EMAIL PROTECTED]

Where can I find detailed information about groups, i.e., how to
create them, their usage, etc. The document pointed at by Collin
Watson is great, but too short. Any pointers?
Thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: CD Writer does not work for audio CD

2003-12-31 Thread DGLU TR
On Wed, Dec 31, 2003 at 10:00:43PM +0800, Robert Storey wrote:
 I've always had bad luck with CDBakeoven. Things have worked much better
 (for me at least) with K3b and XCDRoast.
 
 That having been said, before you can get any atapi CD drive to work
 with cdrecord, you need to enable scsi emulation. It's a (minor) pain,
 and I've heard that this won't be necessary with the 2.6 kernel, but for
 the 2.4.x kernel it's required. 

Not really:
 I am using 2.4.22 and burning with atapi, without scsi emulation.

hpd:/home/tony/work# cdrecord dev=ATAPI -scanbus
Cdrecord-Clone 2.01a19 (i686-pc-linux-gnu) Copyright (C) 1995-2003
J?rg Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'JLMS' 'XJ-HD166S   ' 'DPS6' Removable
CD-ROM
0,1,0 1) 'HP  ' 'DVD Writer 300n ' '1.25' Removable
CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

and then

hpd:/home/tony/work# cdrecord dev=ATAPI:0,1,0 -v speed=12 bootbf*iso
Cdrecord-Clone 2.01a19 (i686-pc-linux-gnu) Copyright (C) 1995-2003
J?rg Schilling
TOC Type: 1 = CD-ROM
scsidev: 'ATAPI:0,1,0'
devname: 'ATAPI'
scsibus: 0 target: 1 lun: 0
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.7'
SCSI buffer size: 64512
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   :
Vendor_info: 'HP  '
Identifikation : 'DVD Writer 300n '
Revision   : '1.25'
Device seems to be: Generic mmc2 DVD-ROM.
Current: 0x0009
Profile: 0x001B
Profile: 0x001A
Profile: 0x0010
Profile: 0x000A
Profile: 0x0009 (current)
Profile: 0x0008 (current)
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R
Drive buf size : 1345536 = 1314 KB
FIFO size  : 4194304 = 4096 KB
Track 01: data38 MB
Total size:   43 MB (04:20.29) = 19522 sectors
Lout start:   44 MB (04:22/22) = 19522 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 4
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type A, high Beta category (A+) (3)
  ATIP start of lead in:  -11077 (97:34/23)
  ATIP start of lead out: 359848 (79:59/73)
Disk type:Long strategy type (Cyanine, AZO or similar)
Manuf. index: 11
Manufacturer: Mitsubishi Chemical Corporation
Blocks total: 359848 Blocks current: 359848 Blocks remaining: 340326
Starting to write CD/DVD at speed 8 in real TAO mode for single
session.
Last chance to quit, starting real write0 seconds. Operation
starts.
Waiting for reader process to fill input buffer ... input buffer
ready.
BURN-Free is ON.
Turning BURN-Free off
Performing OPC...
Starting new track at sector: 0
Track 01:   38 of   38 MB written (fifo 100%) [buf 100%]   8.5x.
Track 01: Total bytes read/written: 39976960/39976960 (19520 sectors).
Writing  time:   39.613s
Average write speed   7.4x.
Min drive buffer fill was 100%
Fixating...
Fixating time:   30.935s
cdrecord.mmap: fifo had 630 puts and 630 gets.
cdrecord.mmap: fifo was 0 times empty and 557 times full, min fill was
96%.

Despite the warnings, the CD came out perfectly!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]