Re: devfsd: ide cdr with scsi simulator

2000-08-19 Thread Malcolm Parsons
On Sat, Aug 19, 2000 at 04:16:31PM +0800, [EMAIL PROTECTED] wrote:
> i have to manually
> modprobe ide-scsi and sg
> before i can use
> cdrecord -scanbus
> for creative 4224e ide cdrecorder.
> 
> question is: how can i add them into
> /etc/modutils/devfsd ?

alias   /dev/sg*/dev/sg
probeall/dev/sg     ide-scsi sg

-- 
Malcolm Parsons
finger [EMAIL PROTECTED] for info




Re: ITP: vlc (VideoLAN Client) & vlms (VideoLAN Mini Server)

2000-08-20 Thread Malcolm Parsons
On Sun, Aug 20, 2000 at 08:53:48PM +0200, Samuel Hocevar wrote:
> Description: VideoLAN Client - a free MPEG2 and DVD player
>  VideoLAN is a free MPEG2 software solution.
>  .
>  This is the VideoLAN Client. It plays MPEG2 files, DVDs, or MPEG2
>  streams from a network source.

Can you make it clear in this description that it only plays unencrypted 
DVDs, perhaps giving a link to upstream's list of them.

-- 
Malcolm Parsons
finger [EMAIL PROTECTED] for info




Re: Another Grub question/problem

2000-12-27 Thread Malcolm Parsons
On Wed, Dec 27, 2000 at 03:23:52PM +1100, Brian May wrote:
> At the moment I have:
> 
> kernel (hd0,0)/boot/vmlinuz-2.2.17 root=/dev/hda1 video=0x319

try:

kernel (hd0,0)/boot/vmlinuz-2.2.17 root=/dev/hda1 video=vesa:0x319




Re: useradd problem(!)

2001-01-06 Thread Malcolm Parsons
On Thu, Jan 04, 2001 at 11:52:54PM +0100, Sven Burgener wrote:
> /etc/adduser.conf
... 
> When running useradd, though, I get the following:

useradd and adduser are two different programs from two different pacakges,
the configuration of one does not affect the other:

[EMAIL PROTECTED]:~$ dpkg -S /usr/sbin/useradd
passwd: /usr/sbin/useradd
[EMAIL PROTECTED]:~$ dpkg -S /usr/sbin/adduser   
adduser: /usr/sbin/adduser




Re: Dumb little utilities

2002-09-03 Thread Malcolm Parsons
On Tue, Sep 03, 2002 at 01:07:28PM -0600, J. Scott Edwards wrote:
> 
> On Wed, 28 Aug 2002 Marcelo E. Magallon wrote:
> 
> >
> > >> Ola Lundqvist <[EMAIL PROTECTED]> writes:
> >
> >  > > tab and untab (I just discovered that this can be done with pr).
> >  > If it can be done with something else it might not be too necessary. It
> >  > is your choice though.
> >
> >  JFYI, it can also be done with expand.
> >
> 
> One down.  Is there a program to do the reverse and convert the spaces to
> tabs?

unexpand.




Re: Installed wajig 0.2.11-1 (i386 source)

2002-01-09 Thread Malcolm Parsons
On Wed, Jan 09, 2002 at 07:01:15AM -0600, Dirk Eddelbuettel wrote:
> On Wed, Jan 09, 2002 at 03:06:52PM +0900, Junichi Uekawa wrote:
> > Is byte-compiled python script platform-dependent?
> 
> Is that not correct?  Or does an i386 .pyc/.pyo work on other architectures?

.pyc and .pyo files are completely portable.  
At work we use the same .pyc files on solaris, hpux and nt.

So I don't see why python files are in /usr/lib, not /usr/share.

python modules should be supplied as source, and byte compiled in the
postinst.




Re: Installed wajig 0.2.11-1 (i386 source)

2002-01-10 Thread Malcolm Parsons
On Wed, Jan 09, 2002 at 09:07:06PM -0600, Adam Heath wrote:
> On Wed, 9 Jan 2002, Malcolm Parsons wrote:
> 
> > python modules should be supplied as source, and byte compiled in the
> > postinst.
> 
> No, they should be byte compiled during package creation.

There is no point byte compiling during package creation, as every time
the python2.{1,2} packages are upgraded, every .py file is byte
compiled again anyway:

python2.2.postinst:
for i in $DIRLIST ; do
/usr/bin/python2.2 -O /usr/lib/python2.2/compileall.py -q $i
/usr/bin/python2.2 /usr/lib/python2.2/compileall.py -q $i
done

resulting in:
[EMAIL PROTECTED]:/usr/lib/python2.2/site-packages/Guppi$ ls -l
total 328
-rw-r--r--1 root root71237 Jan  4 21:50 __init__.py
-rw-r--r--1 root root   120672 Jan  9 21:00 __init__.pyc
-rw-r--r--1 root root   115395 Jan  9 21:00 __init__.pyo

Unless you think it took 5 days to build this package?

It's also a waste of archive space, bandwidth, etc.

As I upgrade over a modem, making packages the useful part of a package 4 times 
smaller is IMHO a very good idea.




Re: Installed wajig 0.2.11-1 (i386 source)

2002-01-12 Thread Malcolm Parsons
On Sat, Jan 12, 2002 at 01:32:06AM +0900, Junichi Uekawa wrote:
> I don't care what FUD is, but apparently I still don't know the
> answer to my initial question.
> 
> How should python scripts be packaged ?

Unless something else in the package is architecture dependent, the
package should be Architecture: all

Currently .py and .pyc files should be shipped together in the .deb




Re: Spamassassin config files in /usr/share

2002-04-06 Thread Malcolm Parsons
On Fri, Apr 05, 2002 at 11:45:08PM -0800, Blars Blarson wrote:
> Currently, I edit the file in /usr/share to implement my site-wide
> policies, but this will be overridden every time spamassassin is
> upgraded.

Why not use dpkg-divert?
 


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