Network Analyzer

2004-07-26 Thread Martin Zobel-Helas
Hi @ all,

i am looking for network analyzing software which can

  * log connections (Host->Host, Src-Port->Dest-Port), do some statistics on 
that

as well as

  * traffic analyzis like tcpdump or ethereal.

I allready had a look on ntop and nast but both do not match the needed
criteria.

Any ideas?


Greetings
  Martin
-- 
  Martin Zobel-Helas [EMAIL PROTECTED]   or   [EMAIL PROTECTED]
  http://www.helas.net  or  http://mhelas.blogspot.com
  GPGKey-Fingerprint: 14744CACEF5CECFAE29E2CB17929AB90F7AC3AF0



signature.asc
Description: Digital signature


Re: enable bonding

2004-07-26 Thread Joost De Cock
On Monday 26 July 2004 14:19, Jacob Friis Larsen hurled the following on the 
wire:
...
> > What's the output of ifconfig? What's your routing table like after the
> > bonding? route -n
>
> I can't play with this now as I connect via SSH. Should I try that when
> I'm with the maschine? What should I look for?

Yes you can, route -n only shows the routing table (the -n switch disables 
name resolutuion so you see actual ip addresses).

> > Can you ping the addresses of the 3 interfaces?
> > ping 81.7.167.226
> > ping 81.7.167.227
> > ping 81.7.167.228
>
> Yes.
>
> > Can you ping another host on the same network.
> > ping 81.7.167.229
> > What does
> > arp -a
> > show you.
>
> # arp -a
> ? (81.7.167.225) at 00:D0:00:E4:FC:0A [ether] on eth0
>
> This is now, when bonding is not set up.

Yes, that's ok, but do check these things with bonding set up. Set it up, then 
do:

ping -b 81.7.167.255
route -n
arp -a

and post the results.

joost


DISCLAIMER
This e-mail and any attached files are confidential and may be legally privileged. If 
you are not the addressee, any disclosure, reproduction, copying, distribution, or 
other dissemination or use of this communication is strictly prohibited. If you have 
received this transmission in error please notify A.S.T.R.I.D.  nv/sa immediately and 
then delete this e-mail.


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



Re: Re: udev isn't creating links for my cdrom and dvd-rom devices

2004-07-26 Thread Dave Thayer
On Mon, Jul 26, 2004 at 08:27:21AM -0400, Kyle Girard wrote:
> > The script /etc/udev/cdsymlinks.sh addresses this issue. Just copy the
> > usage example into whatever rules file you use for local configuration
> > (I use /etc/udev/rules.d/local.rules).
> 
> The relevant cdrom line from /etc/udev/cdsymlinks.sh is in the default 
> /etc/udev/rules.d/udev.rules file so I don't think that's my problem but I'll
> try anyways 
> 
> Nope that didn't seem to work... my cdrom devices are still not getting created.
> I'm just restarting udev... do I have to reboot for the changes to take effect?  

Another thing that bit me was some leftover lines in /etc/lilo.conf from 
2.4.x kernels like ``append = "hdc=ide-scsi ignore=hdc.."''.

This was causing udev to not generate /dev/hdc*, let alone the symlinks.

-- 
Dave Thayer   | WARNING: Persons denying the existence of 
Denver, Colorado USA  | robots may be robots themselves.
[EMAIL PROTECTED] | 


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



Re: X Question

2004-07-26 Thread Vijaya S
Hi,
apt-get install xserver-xfree86
If u already have xserver-xfree86 do this
dpkg-reconfigure xserver-xfree86
apt-get install gnome
startx

That should get u working
probably the x-window-system package is not installed, by installing gnome all
over again it could fix ur problem

Regards,
Vijaya


Alexandros Papadopoulos wrote:

> On Tuesday 27 July 2004 09:18, Raquel Rice wrote:
> > On Tue, 27 Jul 2004 22:15:34 +0700
> >
> > cep welly <[EMAIL PROTECTED]> wrote:
> > > Raquel Rice wrote:
> > > >I've been running 2 servers using Debian for about 6 months.
> > >
> > > well, i assume you're already go in expert zone.
> > >
> > > >However, neither has had X installed.  Today I'm setting up a
> > > >desktop, with X installed.  X starts, but does not appear.  How
> > > >do I go about bringing up Gnome?
> > >
> > > 
> > > well...i take back my previous comment.
> > > what do you mean by 'but does not appear' ?? is that mean that
> > > your screen just
> > > went blank with some error message from X ?? or ...??? then go
> > > configure X correctly.
> > > host:~#xf86config
> > > posting your hw and sw environtment, X configuration, and some
> > > error message could
> > > be helpful for others to help you.
> > > gnome ? apt-get gnome-core
> > >
> > > cheers,
> > >
> > > --me--
> > >
> > > >Thanks!
> >
> > Yes, it was vague.  Sorry.
> >
> > I meant to say that when the machine is booted, one of the last
> > messages which is displayed on the screen is that xserver has been
> > started.  I am then at the command line.  I'd like to be able to
> > start Gnome, but don't know how to get there.  Do I need to change
> > run-levels?  Or ... ?
>
> Not necessarily. It seems that a graphical login manager is attempting
> to start, but fails.
>
> A runlevel is isimply a collection of services/daemons to be started as
> a group, with a logical order. To check which runlevel you're at, issue
> the "/sbin/runlevel" command.
>
> Try to issue the command "startx" as a regular user and send us the
> output.
>
> Cheers
>
> -A
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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



Re: X Question

2004-07-26 Thread Alexandros Papadopoulos
On Tuesday 27 July 2004 09:18, Raquel Rice wrote:
> On Tue, 27 Jul 2004 22:15:34 +0700
>
> cep welly <[EMAIL PROTECTED]> wrote:
> > Raquel Rice wrote:
> > >I've been running 2 servers using Debian for about 6 months.
> >
> > well, i assume you're already go in expert zone.
> >
> > >However, neither has had X installed.  Today I'm setting up a
> > >desktop, with X installed.  X starts, but does not appear.  How
> > >do I go about bringing up Gnome?
> >
> > 
> > well...i take back my previous comment.
> > what do you mean by 'but does not appear' ?? is that mean that
> > your screen just
> > went blank with some error message from X ?? or ...??? then go
> > configure X correctly.
> > host:~#xf86config
> > posting your hw and sw environtment, X configuration, and some
> > error message could
> > be helpful for others to help you.
> > gnome ? apt-get gnome-core
> >
> > cheers,
> >
> > --me--
> >
> > >Thanks!
>
> Yes, it was vague.  Sorry.
>
> I meant to say that when the machine is booted, one of the last
> messages which is displayed on the screen is that xserver has been
> started.  I am then at the command line.  I'd like to be able to
> start Gnome, but don't know how to get there.  Do I need to change
> run-levels?  Or ... ?

Not necessarily. It seems that a graphical login manager is attempting 
to start, but fails.

A runlevel is isimply a collection of services/daemons to be started as 
a group, with a logical order. To check which runlevel you're at, issue 
the "/sbin/runlevel" command.

Try to issue the command "startx" as a regular user and send us the 
output.

Cheers

-A


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



Re: Urgent :Dual boot Debian+Mandrake with lilo

2004-07-26 Thread Vijaya S
Hi kent,
Could u pls help me in this
I am nt able to get he lilo options of debian and mandrake although i have the
entries in lilo.conf.
I get no errors when i run lilo
Demo:/home/vijaya# cat /etc/lilo.conf
lba32
boot=/dev/hda
root=/dev/hda3
install=/boot/boot-menu.b
map=/boot/map
menu-title=" Demo machine"
delay=20
vga=normal
default=debian






image=/boot/vmlinuz-2.4.18-bf2.4
label="debian"
root=/dev/hda3
read-only

image=/mandrake/boot/vmlinuz
label="Mandrake"
root=/dev/hda1
initrd=/mandrake/boot/initrd.img
read-only

#image=/vmlinuz.old
#label=LinuxOLD
#read-only
#optional
#   restricted
#   alias=2

# If you have another OS on this machine to boot, you can uncomment the
# following lines, changing the device name on the `other' line to
# where your other OS' partition is.
#
# other=/dev/hda4
#   label=HURD
#   restricted
#   alias=3


Kent West wrote:

> Vijaya S wrote:
>
> >It didnt work Kent.
> >But it has to be mounted before i see it right
> >
> >
> No; you don't need to mount your Mandrake partitions in order to change
> the /etc/lilo.conf file on your Debian side. Since Debian is the last OS
> installed, I'm assuming that your current lilo is from Debian, not
> Mandrake, so it's the Debian lilo that needs to be modified.
>
> >So i treid to
> >mkdir /mandrake
> >mount -t auto /dev/hda1 /mandrake and then edit /etc/lilo.conf
> >but i get this error
> >demo:/# mount -t auto /dev/hda1 /mandrake
> >mount: fs type ext3 not supported by kernel
> >
> >
> This means that the /dev/hda1 has an ext3 journal, but your Debian
> kernel doesn't have ext3 support. Try "modprobe ext3" to add that
> support to the Debian kernel (for this boot only; to make it permanent,
> add "ext3" to /etc/modules, or use modconf instead to add the ext3 module).
>
> >so i tried using tune2fs to convert to ext3
> >
> >
> It's already ext3; you just need ext3 support in your kernel; you don't
> need to convert an ext3 fs to an ext3 fs.
>
> >i get this error
> >tune2fs -j /dev/hda1
> >tune2fs 1.27 (8-Mar-2002)
> >The filesystem already has a journal.
> >
> >how do i mount and add to lilo
> >regards,
> >vijaya
> >Kent West wrote:
> >
> >
> >
> Oh, btw, it's generally considered improper on this list to top-post
> (putting your answers above the previous context). Instead, you should
> answer directly below the context to which you're responding.
>
> >>Vijaya S wrote:
> >>
> >>
> >>>I iinstalled Mandrake 10 first  on the machine with /dev/hda1 as /
> >>>partition and then /dev/hda5 as swap .
> >>>It happened successfully.
> >>>Then i installed Debian on /dev/hda3 and mounted it as / partition.and
> >>>used /dev/hda5 as swap again.
> >>>But when i boot i get Debian only
> >>>I want to edit lilo to get both Mandrake and Debian in the bootloader
> >>>menu.
> >>>How can i get my Mandrake back ..I cannot boot Mandrake again.
> >>>
> >>>
> >>Boot into Debian; edit /etc/lilo.conf.
> >>
> >
> --
> Kent
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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



Re: newbie apt-get question

2004-07-26 Thread Jason Rennie
On Mon, Jul 26, 2004 at 09:36:47PM -0400, Mark D. Hansen wrote:
> I'd like to upgrade to version 3.0.5 of SAMBA.  But, apt-get tells me that "samba is 
> already the newest version".  When I try this:
> 
> apt-get install samba=3.0.5
> 
> it tells me that "Version 3.0.5 for samba is not found"
> 
> 
> What am I doing wrong?

Possibly nothing.  Problem might be that your distribution doesn't
have samba 3.0.5 yet.  Stable and Testing currently use older
versions.  Here's how you can check to see what version is current for
your dist:

apt-get update
apt-cache policy samba

I'm running Sarge (testing):

[EMAIL PROTECTED]:~$ apt-cache policy samba
samba:
  Installed: (none)
  Candidate: 3.0.4-5
  Version Table:
 3.0.4-5 0
500 http://debian.csail.mit.edu sarge/main Packages

Jason


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



Re: Is Linux Unix?

2004-07-26 Thread Ryo Furue
Erik Steffl <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> Ryo Furue wrote:
[...]
> > That's out of question! :)  For numerical computation, Fortran 95 is "better"
> > than C++. (I have plenty of experience in C++ programming.)  Sure I greatly
> > miss C++'s objects and templates and other goodies.  But codes for numerical
> > computation can be much more "easily" written in Fortran 95.  That's the most
> > important point for a non-proffessional programmer like me.
> 
>I find that hard to believe. is it because of fortran libs that are 
> not available for c/c++ or is performance much better or does fortran 
> have some features that make it easy to write numerical computation code 
> (I forgot most of what I had to learn about fortran but I don't remember 
> ANYTHING being easy/readable in fortran).

First of all, thanks for asking this question.  Second, let us be clear
about which "Fortran" we are talking about.  *Many* people (I don't know
if you are included) have very bad impression on Fortran because all they
know about it is Fortran 77 or 66.  A major revision, called Fortran 90,
and its minor revision called Fortran 95, are a very different language.
Fortran 90/95 is a superset of Fortran 77, but the addition over Fortran
77 is a huge improvement.  Fortran 90/95 still lacks "modern" features
such as object-oriented programming support, parametric polymorphism,
functional programming support, etc.  But it's "usable" to me, whereas
I would call Fortran 77 unusable.

Third, and most important for answering your question, I use Fortran 95
mostly because I can write a certain type of code easily. I think this
example is convincing:

   forall (i=1:nx)
  where (a(i,:,:) /= b(i))
 a(i,:,:) = cos(c(:,:) + e(:,:));
  else where
 a(i,:,:) = sum(d(:,:,:), dim=3) / count(mask(:,:))
  end where
   end forall

Fortran 95 has lots of convenient intrinsic capabilities to handle arrays.
And I use arrays a *lot* in numerical codes.   The ":" notation means
"all indices".  In a simple-minded C++, the above code is roughly equivalent
to

double s[ny][nz];

for (int j=0; j < ny; ++j) {
   for (int k=0; k < nz; ++k) {
  s[j][k] = 0;
  for (int m=0; m < nt; ++m) {
 s[j][k] = s[j][k] + d[j][k][m];
  }
   }
}

int c = 0;
for (int i=0; i < nx; ++i) {
   for (int j=0; j < ny; ++j) {
  if (mask[i][j]) ++c;
   }
}

for (int i=0; i < nx; ++i) {
  for (int j=0; j < ny; ++j) {
 for (int k=0; k < nk; ++k) {
if (a[i][j][k] != b[i]) {
   a[i][j][k] = cos(c[j][k] + e[j][k]);
} else {
   a[i][j][k] = s / c;
}
 }
  }
   }

You can see that the Fortran version is easier to write and read.  You may
point out that in C++ version, the computation of s and c is outside of the
main loop, so C++ version is more efficient.  But, any decent Fortran compiler
will move loop-constants out of the loop.  You don't need to worry about it
too much.  There's another problem with the above C++ code:  If ny and nz
aren't constant, you can't write

double s[ny][nz];

Instead, either you allocate the array in two stages:

double** s = new (double*)[ny];
for (j=0; j < ny; ++j) s[j] = new double[nz];

or you write a multidimensional array class, something like:

template
class ArrayTwoDim {
   T* a_;  int nx_;
public:
   ArrayTwoDim(int nx, int ny) { a_ = new T[nx*ny]; nx_ = nx; }
   ~ArrayTwoDim() { delete[] a_; }
  // operator[]
  // operator+, operator-, operator*, operator/,
};
// Also, define sin(), cos(), log(), etc. for a whole array.

The first is cumbersome (Don't forget to deallocate those arrays!) and the
second involves signigicant work.  The dynamic allocation of multidimensional
arrays is a piece of cake in Fortran,

   real(8):: a(nx,ny)  !! nx or ny need not be constant.
   !! a is allocated on the stack

or

   real(8), allocatable:: a
   . . . .
   allocate(a(nx,ny))  !! allcated on the heap.

and the deallocation is automatic at the end of the subroutine (or you
can deallocate for yourself if you want an earlier deallocation).

But, you might say, once we've written multidimensional array classes, we
can happily use them.  No.  Unless the array classes are part of the C++
standard, you'll have problems when you share programs with other people.
And, such classes will be still significantly less powerful than the Fortran
counterpart.  For example, sections of array are directly supported by the
core language:

a(:, 3:10, :) = c(1:7, :, :) + sin(d(1:7, :, :))

whereas in C++, either you write

for (int i=0; i < nx; ++i) {   // code (1)
   for (int j=2; j < 10; ++j) {
  for (int k=0; k < nz; ++k) {
 a[i][j][k] = c[j-2][i][k] + sin(c[j-2][i][k]);
  }
   }
}

or you define a Section method for your array 

Re: syncing pda + phone on linux?

2004-07-26 Thread Monique Y. Mudama
On 2004-07-27, John Summerfield penned:
> Monique Y. Mudama wrote:
>
>>Maybe, but my brain is definitely lazy.  I keep meaning to help some
>>OSS project or another, but I never seem to get around to it ...
>>
>>  
>>
>
> Monique
>
> Helping here _is_ helping some OSS project.
>
> It's every bit as useful as cutting cernel code, bashing bugs etc.
>
> If people didn't want your free support, this list wouldn't exist.

Thanks, John.  I don't contribute as much as I feel I should, but I try
to do a bit here and there.

-- 
monique


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



dpkg-buildpackage

2004-07-26 Thread Enrique Samson Jr.
i would like to know how to compile a package without using the default 
Makefile.  I have downloaded the *.tar.gz and *.diff.gz. And, i have to 
specify a switch on ./configure. I tried running

#./configure -thread  //  to make the binary multi-threaded
then
#dpkg-builpackage   //   to build deb packages listed on debian/ sub-dir
errors follow..
TIA.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Samba as a PDC

2004-07-26 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 27 Jul 2004, Clement wrote:

> Tried to setup Samba 3.0.4-5 on Sarge as a PDC.  Tried very hard to read
> the docs and sample configure to no success.  When connecting a W2k
> client, I get this error:
>
> "... Logon failure: unknown user name or bad password."
>
>  From the samba log file, I found this:
>
> [2004/07/27 03:42:44, 0] lib/util_sock.c:get_peer_addr(978)
>   getpeername failed. Error was Transport endpoint is not connected
> [2004/07/27 03:42:44, 0] lib/util_sock.c:write_socket_data(413)
>   write_socket_data: write failure. Error = Connection reset by peer
> [2004/07/27 03:42:44, 0] lib/util_sock.c:write_socket(438)
>   write_socket: Error writing 4 bytes to socket 22: ERRNO = Connection
> reset by peer
> [2004/07/27 03:42:44, 0] lib/util_sock.c:send_smb(630)
>   Error writing 4 bytes to client. -1. (Connection reset by peer)
>
> I googled the error message and did not find anything helpful.  Please help
>
> Here is the smb.conf:
>
> [global]
> workgroup = WORKGROUP
> server string = %h server (Samba %v)
> obey pam restrictions = Yes
> smb passwd file = /var/lib/samba/passdb.tdb
> passdb backend = tdbsam, guest
> passwd program = /usr/bin/passwd %u
> passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
> *Retype\snew\sUNIX\spassword:* %n\n .
> syslog = 0
> log file = /var/log/samba/log.%m
> max log size = 1000
> dns proxy = No
> ldap ssl = no
> panic action = /usr/share/samba/panic-action %d
> invalid users = root
> browseable = yes
>
try commenting the "invalid users = root" line and try.
might be that help.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFBBd+w4Rhi6gTxMLwRAg3OAJ9cimVn4o1cKQ86AzsYb6NQxWz/hgCgqOzt
+KYm1A/ZYHI+SQkn4CiB/7o=
=XRan
-END PGP SIGNATURE-


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



Re: yay! I can print!

2004-07-26 Thread Jason Rennie
This fixed my problem (fresh install from Beta 4 CD about a week ago).
Many thanks Jim!

Jason

On Sun, Jul 25, 2004 at 04:32:14PM -0700, Jim McCloskey wrote:
> This could be your problem if you're running a quite recent (from
> Debian testing) version of Firefox which uses Xprint to do its
> printing.
> 
> If that *is* your problem, the solution, for many people at least, has
> been to edit the file:
> 
>  /etc/Xprint/en_US/print/attribute/document
> 
> and/or:
> 
>  /etc/Xprint/C/print/attribute/document
> 
> (it depends on how how you have locales set up on your system).
> 
> and set:
> 
> *default-printer-resolution: 600
> 
> Jim
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


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



Re: Wacom Tablet Setup

2004-07-26 Thread Vijaya S
Hi,
hopefully this helps , try adding the following line in XF86config file
prabable for all three secitons
Section "InputDevice"
Driver "wacom"


Option  "Mode"  "absolute"

Regards,
Vijaya
[EMAIL PROTECTED] wrote:

> On Monday 26 July 2004 02:18 pm, you wrote:
> > On Friday 23 July 2004 00:17, [EMAIL PROTECTED] wrote:
> > > Greetings All,
> > >
> > > I had my Wacom Graphire tablet working reasonably well in kernel 2.4 but
> > > haven't yet attempted to set it up in the 2.6 kernel.  Has anyone had any
> > > success doing that?  All the resources I've gathered from Google and the
> > > web are for the 2.4 kernel.  The man pages on Wacom are useless to me
> > > because I do not know how to interpret them for the Graphire, the
> > > smallest of the tablets, thankfully I do know how to restore the
> > > XF86Conf-4 file if I do hose it so I can store XServer.
> > >
> > > I'm feeling masochistic enough to try but some encouragement and
> > > hopefully a pointer or two would leave me ecstatically grateful.
> > >
> > > Thanks ahead of time for any help!
> > > Gail
> >
> > I have a Wacom tablet working on 2.6.7 using linuxwacom driver
> >
> > Regards,
> > Stefan Vunckx
>
> My Wacom tablet also works in 2.6.6 but the pen does not track precisely on
> the tablet.  The pen should not track like a mouse, instead where the end of
> the pen is on the tablet it should reflect precisely where it is on the
> monitor screen (within proportions of course).  This is what I have not been
> able to achieve yet.
>
> I did notice that the Linux Wacom Project (http://linuxwacom.sourceforge.net/)
> has now listed kernel 2.6.6 in the work that they are doing.  This is good
> news and I will post when I've got the tablet working as it should.  I've
> work to finish first, work before play . . . . drat!
>
> Peace,
> Gail
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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



Re: Wacom Tablet Setup

2004-07-26 Thread anlace
On Monday 26 July 2004 02:18 pm, you wrote:
> On Friday 23 July 2004 00:17, [EMAIL PROTECTED] wrote:
> > Greetings All,
> >
> > I had my Wacom Graphire tablet working reasonably well in kernel 2.4 but
> > haven't yet attempted to set it up in the 2.6 kernel.  Has anyone had any
> > success doing that?  All the resources I've gathered from Google and the
> > web are for the 2.4 kernel.  The man pages on Wacom are useless to me
> > because I do not know how to interpret them for the Graphire, the
> > smallest of the tablets, thankfully I do know how to restore the
> > XF86Conf-4 file if I do hose it so I can store XServer.
> >
> > I'm feeling masochistic enough to try but some encouragement and
> > hopefully a pointer or two would leave me ecstatically grateful.
> >
> > Thanks ahead of time for any help!
> > Gail
>
> I have a Wacom tablet working on 2.6.7 using linuxwacom driver
>
> Regards,
> Stefan Vunckx

My Wacom tablet also works in 2.6.6 but the pen does not track precisely on 
the tablet.  The pen should not track like a mouse, instead where the end of 
the pen is on the tablet it should reflect precisely where it is on the 
monitor screen (within proportions of course).  This is what I have not been 
able to achieve yet.

I did notice that the Linux Wacom Project (http://linuxwacom.sourceforge.net/) 
has now listed kernel 2.6.6 in the work that they are doing.  This is good 
news and I will post when I've got the tablet working as it should.  I've 
work to finish first, work before play . . . . drat!

Peace,
Gail


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



Mozilla proportional serif font all bold

2004-07-26 Thread David
After upgrading to mozilla 1.6-5 in testing and gnome 2.6 in testing, the
proportional serif font default displayed in mozilla is always bold.  This happened
on two different machines.  Switching to the san-serif proportional font fixes the
bold problem.  I would like, however, to use a serif font.  Does anyone have a fix
for this?  I don't know if the problem is gnome-related or mozilla-related.  I am
happy to do additional diagnostic testing.

Thanks,
David


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



Receipt of email

2004-07-26 Thread Do . Not . Reply
Thank you for your email. Unfortunately, due to an influx of spam, this mailbox has 
been disabled. To contact us, please use the Contact Us form located at:

http://www.cc-solutions.com/contactus.html

Thank you,

Complete Computer Solutions, Inc.
http://www.cc-solutions.com
(508) 668-1400 Phone
(508) 668-9409 Fax


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



Re: newbie apt-get question

2004-07-26 Thread cep welly
Mark D. Hansen wrote:

I'd like to upgrade to version 3.0.5 of SAMBA.  But, apt-get tells me 
that "samba is already the newest version".  When I try this:

apt-get install samba=3.0.5
it tells me that "Version 3.0.5 for samba is not found"
 

which is the one you've been using ? stable, testing, unstable ?
samba 3.0.5 is available on unstable.
if you're using unstable then :
yourhost~:#smbd -V
not Version 3.0.5-Debian ?? well maybe apt-get update could solve the 
problem ( i'm not sure )


cheers,
--me--

--
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.2.4 (GNU/Linux)
mQGiBEDato0RBADHD8bKvVCTORppg/pot1Zuyx4Joz/IC34aZlLkG7/JNEVemqiB
jSVgnwxa9UNs9Chz9CT6vqzw1pgPXDAb1rD91kbupatgaFUlNEwAW/v2eH8LQEYz
3NicbaysYeeJLBOYlwtmbZWrV8KKoSNrHWxZRjfl4a7TGggllou6+sAQTwCg/2Q2
lLLdPjuaXGiRHqpHFuFWVT8D/Rfzi89GrGWwharBmqNlq3WNJJSK4NdZUy6yFrfY
mqaytOBUq6wWoM9OdvAciS4R1qVK2GItV2xIX9N47zeEXspsANF3PyH6PSdXBYfO
CDL6jdkL1JS/E+QQcOsqbwkJOa3IpSuJPuE0IuYj9G2pEUNFR9/QiNVq2ysqUK8I
V/8VBACmL758SPyrMSwA2sPGiRbSndr0Bc6XW/YPwvJNQsU+zzX+qtAP4K3oEX7R
z1OD6LfkJAvrCLswNJbyIlrsFSo/NxlsqnWgKU4K4qsntvMA2UiyAUCOONCn+7Uo
V8UVK/3ZKRAlnTM6YdxEWe1c09pP3k4kxGdii5E3cJu6a1a4jbYxZGViaWFu
IChKVVNUIFNJR05BVFVSRSkgPGRlYl9taWxpc3RAeWFob28uY29tLnNnPohbBBMR
AgAbBQJA2raNBgsJCAcDAgMVAgMDFgIBAh4BAheAAAoJEP6KKTciHvMpKQgAoLl1
8lYWPDqcTtRwNyPBA5UhlbHIAKDAjaZYyTgyYU2xtacqPDqsMzf/N4hJBBMRAgAJ
BQJA5AJfAgcAAAoJEAiiw5gMTBnLYAUAoKeNbaExa+6oJIz9WWYgsVUO8KW9AJ4m
oP4njy83Cl7bnbacBW7o9doj6rkBDQRA2raQEAQAqzfMQUbVLt/iFTDFcI3XSO26
v2BYQAvHdRkMGo8AFrffJCbEFfTlyCrTbhIHKB0D6Z8+lEqdsjJlwleNWDWTu3gY
hOvUeGqCiNmPRGeYjM5VatsUNMQLS6qGVbpaiHXZ75e6Vco3MjMEKN1KQDn3QdtW
JcW32LPA5XqrEbInV1MAAwYD/idygDdnBgOUNEfN+JVFr3OUuVBTxky6VZ08mYbj
VmE/tFDh+H9o0GdHAMrvXbITFau6BR3ykNXtVPRMlT+g1pCe91RovR+WwfLItFnC
eB6lfiu4tsdPWeBWPKbdQO7zb1Wj6U/yo5JcjNjQjBHpxuoTpicYYgKiFIIhHzIG
kt9MiEYEGBECAAYFAkDatpAACgkQ/oopNyIe8ykmwgCfZLcfyNlAVIpfhyhjJPDb
LYJsBc8AnRz9PqrchdlrWSonVBgsHg0VZml+
=sm88
-END PGP PUBLIC KEY BLOCK-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Need to add a kernel module

2004-07-26 Thread s. keeling
Incoming from Craig Jackson:
> 
> I've gone through a typical stable Debian installation but forgot to choose the 
> agpgart module as part of the kernel configuration. How do I correct this quickly 
> without repeating the installation?
> 
> I notice that "modprobe agpgart" doesn't work.

modconf.  It's a curses based GUI that manages modules initialization.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


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



Re: X Question

2004-07-26 Thread cep welly
Raquel Rice wrote:
I've been running 2 servers using Debian for about 6 months. 
 

well, i assume you're already go in expert zone.
However, neither has had X installed.  Today I'm setting up a
desktop, with X installed.  X starts, but does not appear.  How do I
go about bringing up Gnome?
 


well...i take back my previous comment.
what do you mean by 'but does not appear' ?? is that mean that your 
screen just
went blank with some error message from X ?? or ...??? then go configure 
X correctly.
host:~#xf86config
posting your hw and sw environtment, X configuration, and some error 
message could
be helpful for others to help you.
gnome ? apt-get gnome-core

cheers,
--me--
Thanks!
 


--
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.2.4 (GNU/Linux)
mQGiBEDato0RBADHD8bKvVCTORppg/pot1Zuyx4Joz/IC34aZlLkG7/JNEVemqiB
jSVgnwxa9UNs9Chz9CT6vqzw1pgPXDAb1rD91kbupatgaFUlNEwAW/v2eH8LQEYz
3NicbaysYeeJLBOYlwtmbZWrV8KKoSNrHWxZRjfl4a7TGggllou6+sAQTwCg/2Q2
lLLdPjuaXGiRHqpHFuFWVT8D/Rfzi89GrGWwharBmqNlq3WNJJSK4NdZUy6yFrfY
mqaytOBUq6wWoM9OdvAciS4R1qVK2GItV2xIX9N47zeEXspsANF3PyH6PSdXBYfO
CDL6jdkL1JS/E+QQcOsqbwkJOa3IpSuJPuE0IuYj9G2pEUNFR9/QiNVq2ysqUK8I
V/8VBACmL758SPyrMSwA2sPGiRbSndr0Bc6XW/YPwvJNQsU+zzX+qtAP4K3oEX7R
z1OD6LfkJAvrCLswNJbyIlrsFSo/NxlsqnWgKU4K4qsntvMA2UiyAUCOONCn+7Uo
V8UVK/3ZKRAlnTM6YdxEWe1c09pP3k4kxGdii5E3cJu6a1a4jbYxZGViaWFu
IChKVVNUIFNJR05BVFVSRSkgPGRlYl9taWxpc3RAeWFob28uY29tLnNnPohbBBMR
AgAbBQJA2raNBgsJCAcDAgMVAgMDFgIBAh4BAheAAAoJEP6KKTciHvMpKQgAoLl1
8lYWPDqcTtRwNyPBA5UhlbHIAKDAjaZYyTgyYU2xtacqPDqsMzf/N4hJBBMRAgAJ
BQJA5AJfAgcAAAoJEAiiw5gMTBnLYAUAoKeNbaExa+6oJIz9WWYgsVUO8KW9AJ4m
oP4njy83Cl7bnbacBW7o9doj6rkBDQRA2raQEAQAqzfMQUbVLt/iFTDFcI3XSO26
v2BYQAvHdRkMGo8AFrffJCbEFfTlyCrTbhIHKB0D6Z8+lEqdsjJlwleNWDWTu3gY
hOvUeGqCiNmPRGeYjM5VatsUNMQLS6qGVbpaiHXZ75e6Vco3MjMEKN1KQDn3QdtW
JcW32LPA5XqrEbInV1MAAwYD/idygDdnBgOUNEfN+JVFr3OUuVBTxky6VZ08mYbj
VmE/tFDh+H9o0GdHAMrvXbITFau6BR3ykNXtVPRMlT+g1pCe91RovR+WwfLItFnC
eB6lfiu4tsdPWeBWPKbdQO7zb1Wj6U/yo5JcjNjQjBHpxuoTpicYYgKiFIIhHzIG
kt9MiEYEGBECAAYFAkDatpAACgkQ/oopNyIe8ykmwgCfZLcfyNlAVIpfhyhjJPDb
LYJsBc8AnRz9PqrchdlrWSonVBgsHg0VZml+
=sm88
-END PGP PUBLIC KEY BLOCK-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: newbie apt-get question

2004-07-26 Thread Alexander Schmehl
* Mark D. Hansen <[EMAIL PROTECTED]> [040727 03:36]:

> apt-get install samba=3.0.5
> 
> it tells me that "Version 3.0.5 for samba is not found"

You forget the Debian-Packet Version. Try it with "apt-get install
samba=3.0.5-1" and it sould work.


Yours sincerely,
  Alexander


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



Need to add a kernel module

2004-07-26 Thread Craig Jackson
Hi,
I've gone through a typical stable Debian installation but forgot to choose the 
agpgart module as part of the kernel configuration. How do I correct this quickly 
without repeating the installation?

I notice that "modprobe agpgart" doesn't work.

Thanks,
Craig Jackson


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



Re: SOLVED - Re: Safely Upgrading Packages

2004-07-26 Thread Carlos Sousa

Please don't email me directly, I'm subscribed to the list. I hope you
don't mind me taking this back to the list, since others could provide
better advice, or profit by our exchange.

On Mon, 26 Jul 2004 20:10:23 -0500 John Fleming wrote:
> > That said, if you are willing to take your chances, you can always try
> > 'dpkg -i --force-overwrite /path/to/package.deb'.
> 
> I can appreciate this may be an endless problem.

Not really. I've had my share of troubles with apt/dpkg, but I've
always been able to understand where the problem was, and deal with
it. Debian's package management is truly amazing in this respect.

> Now I have a similar
> problem trying to get rid of  a frozen-bubble error, only this time the
> above command doesn't work like it did for the ntfsprogs files:
> 
> ...
> Preparing to replace frozen-bubble-data 1.0.0-4 (using
> .../frozen-bubble-data_1.0.0-6_all.deb) ...
> Unpacking replacement frozen-bubble-data ...
> mv: cannot stat `/usr/games/frozen-bubble.wav': No such file or directory
> dpkg: warning - old post-removal script returned error exit status 1
> ...
> 
> dpkg -i --force-overwrite

man dpkg. This doesn't make sense here, because the problem is not a file
belonging to 2 different packages.

Once again, I don't recall a problem with my frozen-bubble upgrades...
Actually, there is no /usr/games/frozen-bubble.wav file listed in the
frozen-bubble-data 1.0.0-4 package. Very strange...

You could start by doing a 'touch /usr/games/frozen-bubble.wav' and
see if that solves the problem.

Another option would be to try to completely uninstall (apt-get remove
--purge) frozen-bubble and frozen-bubble-data first, then install them
again...

HTH,

-- 
Carlos Sousa
http://vbc.dyndns.org/


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



Re: dpkg-reconfigure

2004-07-26 Thread Craig Jackson
On Mon, 26 Jul 2004 12:48:10 -0700
Brian Nelson <[EMAIL PROTECTED]> wrote:

> cd /var/lib/dpkg/info && ls *.config | sed 's/\.config$//'


Thanks. That'll do it.


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



Re: Cups can't start with error 98

2004-07-26 Thread Tim Connors
CW Harris <[EMAIL PROTECTED]> said on Mon, 26 Jul 2004 16:56:12 -0600:
> I don't see any answers so I'll try (not really good with CUPS though):
> 
> On Sat, Jul 24, 2004 at 05:52:29PM +1000, Tim Connors wrote:
> > I haven't used cups in a while, and tried to today. It fails at
> > startup, with error code 98:
> > E [24/Jul/2004:17:39:06 +1000] StartListening: Unable to bind socket for address 
> > c0a80102:631 - Address already in use.
> > 
> > c0a80102==192.168.1.2==the box I am trying to start cups from
> > 
> > That was fair enough the first time, because somehow lpr was installed
> > at the same time, so I stop and removed it. The error stays, and I
> > have done a netstat -au, and found nothing is bound to port 631. lsof
> 
> What about tcp (netstat -at)?

Oops, I should have read the manpage rather than asking someone else.

But nothing there, either.

> > agrees with me. There is no lp* or cups* processes running.
> > 
> > I googled, and found that someone found a problem with nfs taking the
> > port randomly, so I stopped the nfs processes.
> 
> A quick look and I don't see a similar bug (1 unreproducible from a year
> ago is all).  Any more info if you set LogLevel to "debug" in
> /etc/cups/cupsd.conf?

Nothing interesting, but I did notice one more line of output that I
didn't before:

I [27/Jul/2004:12:04:46 +1000] Listening to 0:631
I [27/Jul/2004:12:04:46 +1000] Listening to c0a80102:631
I [27/Jul/2004:12:04:46 +1000] Sending browsing info to c0a801ff:631
I [27/Jul/2004:12:04:46 +1000] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Jul/2004:12:04:46 +1000] Configured for up to 100 clients.
I [27/Jul/2004:12:04:46 +1000] Allowing up to 100 client connections per host.
I [27/Jul/2004:12:04:46 +1000] Full reload is required.
I [27/Jul/2004:12:04:47 +1000] LoadPPDs: Read "/etc/cups/ppds.dat", 2402 PPDs...
I [27/Jul/2004:12:04:49 +1000] LoadPPDs: Wrote "/etc/cups/ppds.dat", 2402 PPDs...
I [27/Jul/2004:12:04:49 +1000] Full reload complete.
E [27/Jul/2004:12:04:49 +1000] StartListening: Unable to bind socket for address 
c0a80102:631 - Addre
ss already in use.

The start line says listening. Has it opened the port for listen yet,
or does it defer the actual open until the E line, where it fails? Or
is it indeed trying to open the port twice?

-- 
TimC -- http://astronomy.swin.edu.au/staff/tconnors/
Weeks of coding can save you hours of planning.


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



newbie apt-get question

2004-07-26 Thread Mark D. Hansen
I'd like to upgrade to version 3.0.5 of SAMBA.  But, apt-get tells me that "samba is 
already the newest version".  When I try this:

apt-get install samba=3.0.5

it tells me that "Version 3.0.5 for samba is not found"


What am I doing wrong?

Thanks,

Mark
  



Re: which upgrade path from woody?

2004-07-26 Thread Hendrik Boom
On Tue, Jul 27, 2004 at 12:40:19AM +0200, Karl Hasselstr?m wrote:
> On 2004-07-26 10:37:15 -0400, Hendrik Boom wrote:
> 
> > (2) Copy the entire Debain woody partition, replacing the Mandrake
> > partition, adjusting .etc.fstab o the new partition so it points to
> > itself, adding the copy as an additional entry to lilo.conf, making
> > /home symlink to the existing /home on the old woody,
> 
> I assume you mean mounting the existing home partition as /home.

Actually, there's a partition shortage on my system ever since
Mandrake refused to make more than about 13 partitions during installation.
Most of these serve to give each of my users his own Windows partition
so I don't get complaints like "Hey, Henk used all the disk space I
freed yesterday."  I don't know whether this limitation is real or a
figment of Mandrake's imagination.  So /home is on woody's / , and
sarge will have to symlink to it.

> 
> > I heard a long time ago that the reiser file system couldn't handle
> > some special files, such as Hene i've avoided using it for my root
> > partition. the ones in /dev. Is this still a problem in sarge or
> > testing? Is it a problem in woody?
> 
> I've run reiserfs on a few Debian boxes for a year or two now, and the
> bogeymen haven't come for me yet, so I'd say it's not a problem.

The other ancient bogeyman was booting.  Any restrictions on having /boot
be on a reiserfs?

> 
> > Are there any issues in sharing a reiser partition between woody and
> > sargs? Are there version incompatibilities that will kill me if I'm
> > not careful?
> 
> There shouldn't be. Filesystem tools tend to be very
> backwards-compatible, and besides both woody and sid use reiserfs 3.6
> IIRC.

Thanks.

-- hendrik


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



Re: DNS

2004-07-26 Thread Simon Kitching
On Tue, 2004-07-27 at 13:10, Paul Johnson wrote:
> Patrick Albuquerque <[EMAIL PROTECTED]> writes:
> 
> > On Mon, Jul 26, 2004 at 03:54:28PM -0600, Marvin Gerardo Aguero Salazar wrote:
> >> 
> >> Just to clarify, I don't want to set up a DNS Server (which is what the
> >> DNS howto talks about). I just want to translate names to IPs.
> >> 
> > You can do this in /etc/hosts
> >
> > IP  hostname
> 
> Most people haven't been doing that since the advent of DNS, because
> hosts move and updating /etc/hosts every few hours gets kind of old.
> 8:o)

Sometimes /etc/hosts is the nicest solution. For example, I need to be
able to connect to a couple of servers owned by our customers from a
couple of specific hosts only. We have VPNs into their network that
allow SSH, but obviously accessing their nameservers is not an option.
The hosts file works nicely in this case. And unlike DNS, it can be
administered by mortals :-)

Cheers,

Simon


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



Re: bittorent on dialup

2004-07-26 Thread Paul Johnson
csj <[EMAIL PROTECTED]> writes:

> But what's its disadvantage to the dialup user?  The documents
> I've read all indicate that some uploading will be done by the
> bittorrent client.  How does the uploading affect the download
> speed?  What's the upload to download ratio for dialup users?

The more you upload, the more other bittorrent clients will let you
download.  Dialup modems can't exactly upload very much, and will slowly
get pinched off from being able to download over time, leaving you with
a partial, impossible to download file.  Now if you had a real
connection, things would be different...


pgpGWoozORnOA.pgp
Description: PGP signature


Re: DNS

2004-07-26 Thread Simon Kitching
On Tue, 2004-07-27 at 13:07, Paul Johnson wrote:
> Marvin Gerardo Aguero Salazar <[EMAIL PROTECTED]> writes:
> 
> > How can I specify the DNS server in debian/linux?
> >
> > Just to clarify, I don't want to set up a DNS Server (which is what
> > the DNS howto talks about). I just want to translate names to IPs.
> 
> man resolv.conf

If you just want to be able to refer to remote servers by name, you can
add entries to /etc/hosts.

The command "man hosts" provides more info.

Or have I misunderstood?

Regards,

Simon


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



Re: DNS

2004-07-26 Thread Paul Johnson
Patrick Albuquerque <[EMAIL PROTECTED]> writes:

> On Mon, Jul 26, 2004 at 03:54:28PM -0600, Marvin Gerardo Aguero Salazar wrote:
>> 
>> Just to clarify, I don't want to set up a DNS Server (which is what the
>> DNS howto talks about). I just want to translate names to IPs.
>> 
> You can do this in /etc/hosts
>
> IP  hostname

Most people haven't been doing that since the advent of DNS, because
hosts move and updating /etc/hosts every few hours gets kind of old.
8:o)


pgpSqtfGKAgXC.pgp
Description: PGP signature


Re: DNS

2004-07-26 Thread Paul Johnson
Marvin Gerardo Aguero Salazar <[EMAIL PROTECTED]> writes:

> How can I specify the DNS server in debian/linux?
>
> Just to clarify, I don't want to set up a DNS Server (which is what
> the DNS howto talks about). I just want to translate names to IPs.

man resolv.conf


pgp076ex2HPbP.pgp
Description: PGP signature


[OT] Apache log analysis packages

2004-07-26 Thread Chris Metcalf
I'm looking for suggestions on a good Apache log analysis package for
my web server. I've used Sawmill (www.sawmill.net) to do log analysis
at work (and it is awesome), but I'm looking for something free (as in
beer and freedom).

I'm running multiple sites using mod_dyn_vhost, so it needs to have
some ability to filter the logs based on something I can configure.

Features I'm looking for:
* Basic analysis like total hits, total unique visitors, top pages,
top referers, stuff like that.
* Broken link/ref listings
* Some more advanced analysis like the stuff that Sawmill can do, like
session analysis, worm identification, etc.
* It should either be dynamic or be pretty quick, so I can generate
results at will.
* It would be nice if I could create "accounts" for the stats pages,
so users could view their own stats.

Suggestions would be awesome!

Thanks,
-- 
Chris Metcalf
[EMAIL PROTECTED]
http://chrismetcalf.net


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



Re: attempt to login as root?

2004-07-26 Thread David Purton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, Jul 26, 2004 at 04:55:58PM +0100, Karl E. Jorgensen wrote:
> On Mon, Jul 26, 2004 at 10:28:33AM +0930, David Purton wrote:
> > I just noticed a stack of failed attempts to ssh into my box as root
> > over the last half an hour or so. I've now blocked the offending ip
> > address, so hopefully they'll go away. Is there anything else I
> > can/should do? Is it worth complaining to the owner of the subnet?
> 
> Could be any number of things, including people mistypying IP addresses,
> wannabe script kiddies and you-name-it.
> 
> Complaining is unlikely to help, but it probably cannot do much harm
> either. Unless of course the complaint gets relayed to the perpetrator
> and he decides to DDOS you...

Actually in this case it did - I got an email back from the admin, who
said that it was coming from a compromised linux server, and thanked me
for the notification. So there you go.

> 
> I guess you could tighten things up by only allowing key-based logins:
> /etc/ssh/sshd.conf:
> PasswordAuthentication no
> UsePAM no
> and make sure that you use privilege separation on ssh (which
> unfortunately will break keyboard-interactive pam modules):
> /etc/ssh/sshd.conf:
> UsePrivilegeSeparation yes
> PAMAuthenticationViaKbdInt no
> 
> Before you do this, you want to make sure that ~/.ssh/authorized_keys is
> set up properly :-)
> 

Yeah - every so often I think of doing this, but I'm often logging in
from various different places and so is another guy who has an account
on it, so key-based logins are a bit inconvenient. Always the problem
with security :(

cheers

dc

- -- 
David Purton
[EMAIL PROTECTED]
 
For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
 2 Chronicles 16:9a
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQFBBaY0Fv0/BLD26qcRAuDCAKCUT4m7k7a0nPmF+bB50a9wA01A5wCdHXAy
43wGfNJeTS6upDXUHkE6Gy8=
=3XrQ
-END PGP SIGNATURE-


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



Re: dhclient renews lease every 5 secs

2004-07-26 Thread John Summerfield

Ah - it's not a router - just a plain vanilla modem. I do routing on my
gateway which has two nics. THe 300+ will only give out one ip address I
think - a private one if no dsl line is found for the purposes of
configuring the modem or the public one obtained from the pppoe
connection.
 

Also, as far as I can see on the technical specs of the dlink dsl 300+,
it supports bridging dhcp... Do you use that? (It doesn't appear that
you need to, but...)
   

I've tried stuffing around with dhclient.conf to try and specify the
lease time, but I can't get it working.
 

That would not help. If the DHCP server only gives you a lease time for
X seconds, holding on to the IP address for longer is dangerous - by
then the DHCP server could have given that IP address to somebody else!
   

Fair enough. Finding documentation on configuring these modems is a
right pain though :(
 

I recently had occasion to chat up a DSL-300. Despite the documentation 
(there's a howto at the delink website), it actually configures itself 
at 192.168.1.1, even when running with an active link, and with a bit of 
creative use of screen, telnet and good old swipe n paste I was able to 
make the configuration change remotely through its active link.

Fortunately the LAN was on 0.0 so I was able to configure the Linux 
boxes ethernet interface used for the DSL link with a 1.x address.


 

I gather I can probably get it to log somewhere else, but I'd much
rather have it log *much* less frequently. I have a static ip address,
so it doesn't need to renew frequently at all.
 

I take it that you have a static *external* ip address?
   

Yeah - really the modem is just acting like an adsl-ethernet bridge. The
only thing that was confusing me is that the modem is using pppoe to
connect to my ISP, rather than a straight bridged connection.
 

In my case the DSL is just a dumb modem and the PPPoE stuff is done in 
the Linux box.

But as I said in a previous email, setting my ecternal interface up as a
static interface seems to be working ok. And hopefully will continue to
do so unless my ISP changes my IP address without telling me.
 

You really should talk to your IAP about this. It could be their end is 
broken or you've misapplied the instructions.


--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How do I read a Mac disk on Linux.

2004-07-26 Thread John Summerfield
Erik Steffl wrote:
The 2.6 kernel I'm running here looks like it will work. THere's a 
2.6 kernel there too, but it's in a different box. If I have to go 
onsite, I might as well use OSX on the powerbook.

However, I _can_ build a Sarge 2.4 kernel. Maybe.

My efforts at building Sarge packages on Woody haven't met universal 
success.

  why wouldn't you be able to build the kernel? use the existing 
kernel config and make oldconfig, just add the mac partition support 
and hfsplus (you need BOTH for the disk to work)


However, this excuse for not building is new:
gcc -D__KERNEL__ 
-I/home/summer/kernels/kernel-image-2.4.26-i386-2.4.26/build-386/include 
-Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing 
-fno-common -Os -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 
-march=i386   -nostdinc -iwithprefix include -DKBUILD_BASENAME=filemap  
-DEXPORT_SYMTAB -c filemap.c
filemap.c: In function `sys_sendfile64':
filemap.c:1949: Internal compiler error:
filemap.c:1949: internal error--unrecognizable insn:
(insn 358 449 367 (set (reg/v:SI 5 %edi)
   (asm_operands/v ("1:movl %%eax,0(%2)
2:  movl %%edx,4(%2)
3:
.section .fixup,"ax"
4:  movl %3,%0
   jmp 3b
.previous
.section __ex_table,"a"
   .align 4
   .long 1b,4b
   .long 2b,4b
.previous") ("=r") 0[
   (reg:DI 1 %edx)
   (reg:SI 4 %esi)
   (const_int -14 [0xfff2])
   (reg/v:SI 5 %edi)
   ]
   [
   (asm_input:DI ("A"))
   (asm_input:SI ("r"))
   (asm_input:SI ("i"))
   (asm_input:SI ("0"))
   ]  ("filemap.c") 1947)) -1 (insn_list 333 (insn_list 357 (nil)))
   (nil))
cpp0: output pipe has been closed


--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: SYSFS and ZIP

2004-07-26 Thread Jason A Whittle
On Mon, Jul 26, 2004 at 10:58:11AM +, Jason A Whittle wrote:
> There have been several threads lately about ZIP drives, but none of them 
> appear to address SYSFS problems. While I'm not yet knowledgable about 
> SYSFS, I've been reading up, but I haven't found a solution yet. I was 
> hoping someone here would know at least where I should go to RTFM. 

Perhaps this question is too specialized for a general Debian list. Is 
there a better list to ask these sorts of questions of? 

Cheers, 
Jason Whittle


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



Re: Netscape seems to default to Postscript(tm of Adobe), but I don't have a postscript printer

2004-07-26 Thread csj
On 26. July 2004 at 2:32PM -0400,
"J F" <[EMAIL PROTECTED]> wrote:

> For some unknown reason, everything works now.  Netscape
> prints.  Konqueror prints.
>
> lp book.ps
> lpq
> lprm
> lp book2.pdf
> 
> All working!  I selected lazerjet4 driver.  I know it didn't
> used to work.  Seems rebooting the computer might possibly have
> something to do with fixing it???  CUPS and setting up printers
> via the K-menu works great.

I suspect that's because rebooting "restarted" CUPS.  There are
of course less "drastic" ways to restart CUPS like
"/etc/init.d/cupsys restart" (you have to be root).


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



Re: syncing pda + phone on linux?

2004-07-26 Thread John Summerfield
Monique Y. Mudama wrote:
Maybe, but my brain is definitely lazy.  I keep meaning to help some OSS
project or another, but I never seem to get around to it ...
 

Monique
Helping here _is_ helping some OSS project.
It's every bit as useful as cutting cernel code, bashing bugs etc.
If people didn't want your free support, this list wouldn't exist.
--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: dhclient renews lease every 5 secs

2004-07-26 Thread David Purton
On Mon, Jul 26, 2004 at 04:48:15PM +0100, Karl E. Jorgensen wrote:
> On Fri, Jul 23, 2004 at 10:55:28PM +0930, David Purton wrote:
> > This is finally driven me nuts enough to try and fix it.
> > 
> > I use dhcp to get an ip address from my dlink dsl 300+ modem.
> > 
> > The problem is, that it wants to renew it every 5 seconds and syslog
> > *fills* up with this sort of log message:
> 
> If your dsl modem is your dhcp server (it sounds like it so far), then
> you need to re-configure the dhcp server settings on the the modem.
> Increase the lease time to something sensible, e.g. 6 hours or a day?
> 
> > Jul 23 22:41:29 vetinari dhclient-2.2.x: DHCPREQUEST on eth1 to 203.87.20.175 port 
> > 67
> > Jul 23 22:41:29 vetinari dhclient-2.2.x: DHCPACK from 203.87.20.175
> > Jul 23 22:41:29 vetinari dhclient-2.2.x: bound to 203.87.20.174 -- renewal in 5 
> > seconds.
> 
> Those are mighty weird IP addresses for a local network !? Are you sure
> that we're not talking about your *external* ip address?
> 

Ah - it's not a router - just a plain vanilla modem. I do routing on my
gateway which has two nics. THe 300+ will only give out one ip address I
think - a private one if no dsl line is found for the purposes of
configuring the modem or the public one obtained from the pppoe
connection.

> Also, as far as I can see on the technical specs of the dlink dsl 300+,
> it supports bridging dhcp... Do you use that? (It doesn't appear that
> you need to, but...)
> 
> > I've tried stuffing around with dhclient.conf to try and specify the
> > lease time, but I can't get it working.
> 
> That would not help. If the DHCP server only gives you a lease time for
> X seconds, holding on to the IP address for longer is dangerous - by
> then the DHCP server could have given that IP address to somebody else!
> 

Fair enough. Finding documentation on configuring these modems is a
right pain though :(

> > I gather I can probably get it to log somewhere else, but I'd much
> > rather have it log *much* less frequently. I have a static ip address,
> > so it doesn't need to renew frequently at all.
> 
> I take it that you have a static *external* ip address?
> 

Yeah - really the modem is just acting like an adsl-ethernet bridge. The
only thing that was confusing me is that the modem is using pppoe to
connect to my ISP, rather than a straight bridged connection.

But as I said in a previous email, setting my ecternal interface up as a
static interface seems to be working ok. And hopefully will continue to
do so unless my ISP changes my IP address without telling me.


cheers

dc


-- 
David Purton
[EMAIL PROTECTED]
 
For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
 2 Chronicles 16:9a


signature.asc
Description: Digital signature


Re: SOLVED - Re: Safely Upgrading Packages

2004-07-26 Thread Carlos Sousa
On Mon, 26 Jul 2004 18:23:23 -0500 John Fleming wrote:
> 
> I just now ran apt-get update, then upgrade, and then dist-upgrade - no
> errors, but 6 packages were held back, e.g. pppconfig.  Any idea why at this
> point?  - John

No idea. My records show I've upgraded to the latest pppconfig (2.3.4)
in unstable last Friday, with no problems. It may be some conflict with a
package already on your system, which may need to be removed first.

You can use aptitude to root out the reasons for the package holds. Or
(what I usually do), you can issue a 'apt-get install pppconfig' and
analyse the information shown onscreen, eventually saying 'n' at the
ensuing prompt.

HTH,

-- 
Carlos Sousa
http://vbc.dyndns.org/


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



Re: udev isn't creating links for my cdrom and dvd-rom devices

2004-07-26 Thread csj
On 26. July 2004 at 12:21AM -0400,
Kyle Girard <[EMAIL PROTECTED]> wrote:

> > What was the real device name of your cdrom (not the link)
> > before you installed udev?  /dev/hdc or /dev/hdd might be the
> > device you need to put in /etc/fstab.  Another solution would
> > be to have udev create the link /dev/cdrom. Do this by
> > editing /etc/udev/links.conf.
> 
> It used to /dev/hdc but those devices aren't listed in /dev
> anymore  which is probably why udev isn't creating the
> links... it isn't creating the devices.  FYI I do have a
> /dev/hdc in my fstab which I used for mounting the cdrom

Do I read last "used" as "used to use"?

> I looked through /proc and /sys and I believe that all my
> devices are listed in one way or another I don't _really_
> know what is going on in those directories...

Do you get something like:

$ ls /sys/bus/ide/devices/
0.0  1.0  1.1

The first appears to be my hard disk.  The two others (1.X) my
optical drives (a cd writer and a dvd writer).  I'm using them
with the "new" ide-cd driver (and not with the old ide-scsi
emulation).

> Any way I can use that links.conf file you mentioned to get
> udev to create links to my cdrom?  It's really just a
> convenience.  Instead of "cd /dev ; ln -s hdc cdrom" you add
> the following to links.conf

L cdrom hdc

So if the actual devices aren't being created, the solution is
elsewhere.


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



Re: question about patching my kernel

2004-07-26 Thread John Summerfield
David Sanders wrote:
On Sunday 25 July 2004 06:18 am, John Summerfield wrote:
 

David Sanders wrote:
   

10. Reboot and have fun
 

This results in a broken system. Broken in that it will probably not run
with the 2.6 kernel, though the 2.2 kernel ought still work.
   

Works for me...
You will learn a lot more about Linux kernels by installing and configuring 
one then you ever will by apt-get installing.
 


There are minimum requirements for any kernel, and if you don't meet 
those requirements you should expect problems. Maybe not immediately.

eg You must have the correct version of your filesystem utilities. Their 
lack may result in anything from impared performance to actual 
filesystem damage, maybe when you do a filesystem checj.
eg If you don't have the right modules management utilities, you can't 
manage (load/unload) modules.

The list goes on.
--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Firefox and Flash issues?

2004-07-26 Thread Stephen Patterson
On Mon, 26 Jul 2004 07:10:06 +0200, Chad Davis wrote:
> I am having an issue with firefox and flash player.  When I go to
> sites with flash the spot where the flash movie is is grey and it does
> not appear. I can right click on it to get the flash menu and it says
> play,etc.  I can not confirm if sound does not work either as I have
> no sound card on this machine.  Anyone experienced this?

Might be worth tailling ~/.xsession-errors or running firefox from an
xterm to see if any errors are logged.

-- 
Stephen Patterson http://patter.mine.nu/
[EMAIL PROTECTED]  remove SPAM to reply
Linux Counter No: 142831 GPG Public key: 252B8B37
Caution: breathing may be hazardous to your health.


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



Re: Locked out of system

2004-07-26 Thread Simon Kitching
On Tue, 2004-07-27 at 10:42, Gary L. Roach wrote:
> Well I have been known to do stupid things. This is one of them.
> 
> I changed fstab to mount another drive automatically. I messed up the 
> entry. Now the system boots to management level ((none) prompt)  and makes 
> the hard drive partitions read only.
> 
> There is no text editor available to edit fstab - assuming that I can write 
> to the file. How do I get out of this mess.
> 
> System Pentium III dual processors
>   Linux 2.4.20
>   Woody 3.0
>   3 1/2 floppy drive
>   SCSI CDROM (No drivers loaded until system boots)
>   
> Any help will be appreciated

This is where it's nice to have a bootable rescue CD around :-).

If you have a copy of Knoppix/Gnoppix, you can boot on that, mount the
partition(s) on your hard drive, and edit to your heart's content. Of
course there are other (simpler) rescue CDs too.

Regards,

Simon


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



Re: Re: strange xawtv problem...

2004-07-26 Thread Loftin, Ben






Nicos Gollan <[EMAIL PROTECTED]> writes: >On Thursday 28 August 2003 22:26, Bruno Boettcher wrote:>>since the last update somehow xawtv has a problemxawtv>>This is xawtv-3.88, running on Linux/i686 (2.4.20-3-k7)>>NV: could not get NV card info (Das Argument ist ungültig)>>X Error of failed request:  BadMatch (invalid parameter attributes)>>Major opcode of failed request:  143 (GLX)>>Minor opcode of failed request:  5 (X_GLXMakeCurrent)>>Serial number of failed request:  303>>Current serial number in output stream:  303>>As a workaround, disable the GLX extension in your XF86Config. I have>the same problem on one of my machines and haven't found another way>around this so far. >Or try: >>   $ xawtv -nogl >>If that works, you could still do some tuxracing ;-)

 

 

Thanks worked great!

 

 

 








SOLVED - Re: Safely Upgrading Packages

2004-07-26 Thread John Fleming

- Original Message - 
From: "Carlos Sousa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 26, 2004 5:23 PM
Subject: Re: Safely Upgrading Packages


> On Mon, 26 Jul 2004 07:54:20 -0500 John Fleming wrote:
> > ...
> > Unpacking alsa-utils (from .../alsa-utils_1.0.5-3_i386.deb) ...
> > dpkg: error processing
/var/cache/apt/archives/alsa-utils_1.0.5-3_i386.deb
> > (--unpack):
> >  trying to overwrite `/usr/bin/alsamixer', which is also in package
knx-alsa
> > ...
> > Unpacking libntfs5 (from .../libntfs5_1.9.0-1_i386.deb) ...
> > dpkg: error processing /var/cache/apt/archives/libntfs5_1.9.0-1_i386.deb
> > (--unpack):
> >  trying to overwrite `/usr/lib/libntfs.so.5.0.0', which is also in
package
> > ntfsprogs
> > ...
> > Errors were encountered while processing:
> >  /var/cache/apt/archives/alsa-utils_1.0.5-3_i386.deb
> >  /var/cache/apt/archives/libntfs5_1.9.0-1_i386.deb
>
> Well, that's exactly what it appears to be, these 2 packages want to
> install files which are also in 2 other packages already on your system
> (knx-alsa and ntfsprogs).
>
> Since neither knx-alsa (a Knoppix-specific package IIRC) nor ntfsprogs
> are in the Debian archives, you appear to be mixing packages from
> different archive "universes", and are thus experiencing the resulting
> namespace conflicts.
>
> I would advise you to strictly stick to the Debian archives or the
> Knoppix ones, but not both.
>
> That said, if you are willing to take your chances, you can always try
> 'dpkg -i --force-overwrite /path/to/package.deb'.

THANK YOU SO MUCH CARLOS!  This solved my problems.  You are correct - I do
have a foot in two universes.  I'm learning, and I took the path of least
resistance with a Knoppix HDD install.  I initially had lots of weirdness
with the default sources and changed to ONLY the US Debian unstable main
source.  I had no problems with upgrade for a couple of months;  today's
problems surfaced with the dist-upgrade.  (I admit I was warned about the 2
universes.)

I just now ran apt-get update, then upgrade, and then dist-upgrade - no
errors, but 6 packages were held back, e.g. pppconfig.  Any idea why at this
point?  - John



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



Re: bittorent on dialup

2004-07-26 Thread csj
On 26. July 2004 at 12:10AM -0400,
Travis Crump <[EMAIL PROTECTED]> wrote:

> Paul Johnson wrote:
> > csj <[EMAIL PROTECTED]> writes:
> > 
> > > A number of media files I want to download are available
> > > only on bittorrent format.  I know about the advantages of
> > > bittorrent for broadband users with underutilized
> > > bandwidth.  But I'm on dialup.  My bandwidth gets saturated
> > > with a simple "wget -c linux.iso" (a 52K modem that feels
> > > more like 45K).  So are there any disadvantages to using
> > > bittorent with a plain dialup line?
> > 
> > 
> > You will never finish the download.  Your connection is too
> > slow.
>
> I routinely finish 200M-350M bittorrent downloads over dialup
> plus a 700M knoppix bittorrent download once.Granted it took a
> while, but as long as the torrent is popular enough that it
> will be available for a while it is doable.

Knoppix is "popular enough" that there are more than enough
speedy (for dialup users) ftp and http mirrors to download it
from.  The one time I got the download wrong, I used rsync for
two hours.  Does bittorrent come with a guarantee that the bits
I download are good?

> The biggest problems I've run into is that it saturates your
> connection much more 'effectively' than normal downloads, it
> sometimes dies when you lose your connection and needs to be
> restarted [which in turn will cause you to 'lose' a couple of
> megs since partial 'pieces' don't seem to resume], and your
> download rate will be about half that of a normal download [at
> best].

Does this mean the bittorrent upload rate equals the download
rate?  This doesn't look good.  A look at my ppp stats shows that
for the 159MB I downloaded this day, I sent out 4MB.  This is
while downloading (ftp and http) two linux isos, a 27MB video
clip (mplayer), surfing (w3m text-mode), and sending out a few
emails (no attachments).

> But if it is your only source for the file...

Sadly it is (theora.org).


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



Re: Metacity window manager

2004-07-26 Thread Simon Kitching
On Tue, 2004-07-27 at 07:13, Otto Wyss wrote:
> Marc Wilson <[EMAIL PROTECTED]> wrote:
> 
> > On Mon, Jul 26, 2004 at 03:47:32PM +0200, Andrei Badea wrote:
> > > IMHO Metacity isn't meant to be a full-fledged window manager (as is for
> > > example WM or Fluxbox), but instead it has to be used with the GNOME
> > > environment, which provides the "additional components", such as 
> > > gnome-panel for the taskbar.
> > 
> > Uh, please define "full-fledged window manager", please.  A window manager
> > manages windows.  Anything else is extra.
> > 
> > Not that I'd ever be caught dead defending Metashitty, but it's doing
> > exactly what it's supposed to be doing.
> 
> Maybe, but it doesn't do what I want and it gives no info how to change
> this. No matter how good Metacity in it's current state is not usful for
> me.

I believe Ricky/Mark are correct. The metacity package indeed installs a
window manager (and just a window manager). The WM/Fluxbox packages are
actually simple "desktop environments", because they bundle panels, etc.

I suspect the extra bits you want to complement Metacity can be obtained
by installing the gnome-panel package. Or, as Ricky says, any other
panel should work with Metacity. That would be odd, but doable.

I'm not surprised that the Metacity distribution-independent
documentation doesn't tell you what *Debian* package to install.

Regards,

Simon


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



Re: bittorent on dialup

2004-07-26 Thread csj
On 27. July 2004 at 5:19AM +1000,
bob parker <[EMAIL PROTECTED]> wrote:

> On Mon, 26 Jul 2004 13:30, Katipo wrote:
> > Paul Johnson wrote:
> > >csj <[EMAIL PROTECTED]> writes:
> > > >A number of media files I want to download are available
> > > >only on bittorrent format.  I know about the advantages of
> > > >bittorrent for broadband users with underutilized
> > > >bandwidth.  But I'm on dialup.  My bandwidth gets
> > > >saturated with a simple "wget -c linux.iso" (a 52K modem
> > > >that feels more like 45K).  So are there any disadvantages
> > > >to using bittorent with a plain dialup line?
> > >
> > >You will never finish the download.  Your connection is too
> > >slow.
> >
> > I understand that bittornado is better than torrent?  So
> > these apps provide no advantage over conventional dial-up
> > download speeds?  Thanks for any advice.
> 
> The advantage of bittorent is that it takes the load off the
> server. The only way it might help the downloader is by
> potentially keeping the d/l speed up to the full capability of
> the connection rather than being throttled by a busy
> server.

But what's its disadvantage to the dialup user?  The documents
I've read all indicate that some uploading will be done by the
bittorrent client.  How does the uploading affect the download
speed?  What's the upload to download ratio for dialup users?

> But every last byte of the original file still must be
> funnelled through the dialup modem or whatever. Never heard of
> tornado but it sounds like it is a similar method.

There's a package called "bittornado", described as a "bittorrent
client with enhanced curses interface."


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



Mitra Goharpey/1&1/DE ist außer Haus / is out of the office.

2004-07-26 Thread Mitra Goharpey
Ich werde ab  19.07.2004 nicht im Büro sein. Ich kehre zurück am
02.08.2004.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.
Bitte wenden Sie sich in der Zwischenzeit an Klaus Kremer,  Tel. 02602 / 96
1281, email: [EMAIL PROTECTED]

I am out of the office until the 2nd of August. I will answer your mails
after my return. In the meanwhile, please contact Klaus Kremer, phone: +49
/ 2602 / 96 1281 or email to [EMAIL PROTECTED]




Re: DNS

2004-07-26 Thread Patrick Albuquerque
On Mon, Jul 26, 2004 at 03:54:28PM -0600, Marvin Gerardo Aguero Salazar wrote:
> 
> Just to clarify, I don't want to set up a DNS Server (which is what the
> DNS howto talks about). I just want to translate names to IPs.
> 
You can do this in /etc/hosts

IP  hostname

Patrick.


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



Re: Locked out of system

2004-07-26 Thread Kent West
Gary L. Roach wrote:
Well I have been known to do stupid things. This is one of them.
I changed fstab to mount another drive automatically. I messed up the 
entry. Now the system boots to management level ((none) prompt)  and 
makes the hard drive partitions read only.

There is no text editor available to edit fstab - assuming that I can 
write to the file. How do I get out of this mess.
To remount / as read/write:
mount -o remount,rw /
If you have a separate /usr partition, you'll need to mount it to get 
access to your editors:

mount /dev/hda2 /usr
(or whatever is appropriate; if /usr is correctly specified in 
/etc/fstab, you can just "mount /").

Edit /etc/fstab as needed.
Then "exit" or "reboot".
--
Kent West
[EMAIL PROTECTED]

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



Re: which upgrade path from woody?

2004-07-26 Thread Karl Hasselström
On 2004-07-26 10:37:15 -0400, Hendrik Boom wrote:

> (2) Copy the entire Debain woody partition, replacing the Mandrake
> partition, adjusting .etc.fstab o the new partition so it points to
> itself, adding the copy as an additional entry to lilo.conf, making
> /home symlink to the existing /home on the old woody,

I assume you mean mounting the existing home partition as /home.

> I heard a long time ago that the reiser file system couldn't handle
> some special files, such as Hene i've avoided using it for my root
> partition. the ones in /dev. Is this still a problem in sarge or
> testing? Is it a problem in woody?

I've run reiserfs on a few Debian boxes for a year or two now, and the
bogeymen haven't come for me yet, so I'd say it's not a problem.

> Are there any issues in sharing a reiser partition between woody and
> sargs? Are there version incompatibilities that will kill me if I'
> not careful?

There shouldn't be. Filesystem tools tend to be very
backwards-compatible, and besides both woody and sid use reiserfs 3.6
IIRC.

-- 
Karl Hasselström, [EMAIL PROTECTED]
  www.treskal.com/kalle


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



Re: Locked out of system

2004-07-26 Thread Seneca
On Mon, Jul 26, 2004 at 03:42:32PM -0700, Gary L. Roach wrote:
> I changed fstab to mount another drive automatically. I messed up the 
> entry. Now the system boots to management level ((none) prompt)  and makes 
> the hard drive partitions read only.
 
You can remount partitions as read-write by passing mount "-o remount,rw" 
along with the mountpoint, filesystem, and device.

> There is no text editor available to edit fstab - assuming that I can write 
> to the file. How do I get out of this mess.

If there is no editor in /bin and you don't want to go the "cat >
/etc/fstab" route, you can always create a good fstab on another system
and floppy it onto your box.  Another way you could go about it is with
a rescue disk of some kind.

-- 
Seneca
[EMAIL PROTECTED]


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



Re: Cups can't start with error 98

2004-07-26 Thread CW Harris
I don't see any answers so I'll try (not really good with CUPS though):

On Sat, Jul 24, 2004 at 05:52:29PM +1000, Tim Connors wrote:
> I haven't used cups in a while, and tried to today. It fails at
> startup, with error code 98:
> E [24/Jul/2004:17:39:06 +1000] StartListening: Unable to bind socket for address 
> c0a80102:631 - Address already in use.
> 
> c0a80102==192.168.1.2==the box I am trying to start cups from
> 
> That was fair enough the first time, because somehow lpr was installed
> at the same time, so I stop and removed it. The error stays, and I
> have done a netstat -au, and found nothing is bound to port 631. lsof

What about tcp (netstat -at)?

> agrees with me. There is no lp* or cups* processes running.
> 
> I googled, and found that someone found a problem with nfs taking the
> port randomly, so I stopped the nfs processes.

A quick look and I don't see a similar bug (1 unreproducible from a year
ago is all).  Any more info if you set LogLevel to "debug" in
/etc/cups/cupsd.conf?

> 
> I waited 5 minutes, because I rememeber something about the kernel
> sometimes keeping ports open for a little while despite the exit of
> the owner process.
> 
> I partially upgraded sid - so now cups* and libcupsys are up to date.

Sorry, I don't have any current experience with sid.

> 
> I really can't work out why I keep getting this message.
> 
> And ideas?
> 
> -- 
> TimC -- http://astronomy.swin.edu.au/staff/tconnors/
> My cats are forbidden from walking on my computer keyboard on the desk
> when I'm asdfjjhhkl;ljfd.;oier' puyykmm4hbdm9lo9j USING IT. 
  
Just like a cat. :->

-- 
Chris Harris <[EMAIL PROTECTED]>
---
GNU/Linux --- The best things in life are free.


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



Locked out of system

2004-07-26 Thread Gary L. Roach
Well I have been known to do stupid things. This is one of them.
I changed fstab to mount another drive automatically. I messed up the 
entry. Now the system boots to management level ((none) prompt)  and makes 
the hard drive partitions read only.

There is no text editor available to edit fstab - assuming that I can write 
to the file. How do I get out of this mess.

System Pentium III dual processors
Linux 2.4.20
Woody 3.0
3 1/2 floppy drive
SCSI CDROM (No drivers loaded until system boots)

Any help will be appreciated
Gary R

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



Need Help Diagnosing PPP Connection Failure

2004-07-26 Thread Michael G. Morey
All,
I'm running into difficulty testing an AT&T Wireless EDGE PC card (Sony 
Ericsson GC82) modem on Debian GNU/Linux 3.0 (Woody). I'm running PPP 
2.4.2+20040202-0.backports.org.1.  I'm using the "debug" and "nodetach" 
options in my configuration file.  I've got an Ethernet connection 
established on eth0, and am attempting to establish a PPP connection 
using the modem.  I remove the default route with "ip route delete" 
prior to starting PPP.  When I run "pon," the output is as follows:

OK
AT+cfun=1
OK
AT+cgreg=1
OK
+CGREG: 1
AT
OK
AT+cgdcont=2,"IP","proxy"
OK
ATD*99***2#
CONNECTSerial connection established.
using channel 12
Using interface ppp0
Connect: ppp0 <--> /dev/ttyS2
sent [LCP ConfReq id=0x1]
rcvd [LCP ConfAck id=0x1]
sent [LCP ConfReq id=0x1]
rcvd [LCP ConfAck id=0x1]
rcvd [LCP ConfReq id=0xa4  
]
sent [LCP ConfAck id=0xa4  
]
sent [LCP EchoReq id=0x0 magic=0x255bda16]
sent [PAP AuthReq id=0x1 user="turing" password=]
rcvd [LCP EchoRep id=0x0 magic=0x255bda16]
appear to have received our own echo-reply!
rcvd [PAP AuthAck id=0x1 "PAP access OK"]
Remote message: PAP access OK
PAP authentication succeeded
sent [CCP ConfReq id=0x1   ]
sent [IPCP ConfReq id=0x1  ]
rcvd [LCP ProtRej id=0xa5 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
rcvd [IPCP ConfReq id=0xa4
]
sent [IPCP ConfRej id=0xa4  ]
rcvd [IPCP ConfNak id=0x1 ]
sent [IPCP ConfReq id=0x2  ]
rcvd [IPCP ConfReq id=0xa5  ]
sent [IPCP ConfNak id=0xa5 ]
rcvd [IPCP ConfAck id=0x2  ]
rcvd [IPCP ConfReq id=0xa6  ]
sent [IPCP ConfAck id=0xa6  ]
local  IP address 10.112.92.29
remote IP address 10.0.0.1
Script /etc/ppp/ip-up started (pid 8051)
Script /etc/ppp/ip-up finished (pid 8051), status = 0x0
appear to have received our own echo-reply!
appear to have received our own echo-reply!
appear to have received our own echo-reply!
No response to 4 echo-requests
Serial link appears to be disconnected.
Script /etc/ppp/ip-down started (pid 8072)
sent [LCP TermReq id=0x2 "Peer not responding"]
Script /etc/ppp/ip-down finished (pid 8072), status = 0x1
rcvd [LCP TermAck id=0x2]
Connection terminated.
Connect time 2.1 minutes.
Sent 1128 bytes, received 506 bytes.
I'm concerned about the following messages in particular:
sent [LCP EchoReq id=0x0 magic=0x4f835e98]
sent [PAP AuthReq id=0x1 user="turing" password=]
rcvd [LCP EchoRep id=0x0 magic=0x4f835e98]
appear to have received our own echo-reply!
rcvd [PAP AuthAck id=0x1 "PAP access OK"]
I'm able to verify the establishment of a new default route using "route 
-n".  I can ping www.yahoo.com.  However, ultimately, the script aborts 
with an error.  What to do?  I'd appreciate any suggestions offered.

Thanks.
Michael
--
Michael Morey
Consultant
Optivel
Phone: 317.275.2306
E-mail: [EMAIL PROTECTED]
Web: www.optivel.com

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



Re: DNS

2004-07-26 Thread CW Harris
On Mon, Jul 26, 2004 at 03:54:28PM -0600, Marvin Gerardo Aguero Salazar wrote:
> Hi guys,
> 
> How can I specify the DNS server in debian/linux?
> 
> Just to clarify, I don't want to set up a DNS Server (which is what the
> DNS howto talks about). I just want to translate names to IPs.

You probably just want to add a nameserver line (up to 3) to your
/etc/resolv.conf e.g:
nameserver   ip.of.your.server

man resolv.conf for more info on this file.

You might also read this:
http://www.debian.org/doc/manuals/reference/ch-gateway.en.html#s-dns-resolver

for more info on the possible setup.

HTH

-- 
Chris Harris <[EMAIL PROTECTED]>
---
GNU/Linux --- The best things in life are free.


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



Re: Asking more about RSH on Linux

2004-07-26 Thread Paul Yeatman
forgive me for asking but you do have an rsh server package
installed?

Paul

->>In response to your message<<-
  --received from Hai Nguyen--
>
> 
> Dear [EMAIL PROTECTED] I asked about "RSH on Linux" but it still has not OK yet.> 
> Some messages occur when I type as following:> #ps -ax| grep portmap > 355 ?  S 0:00 
> portmap> 766 tty1 S 0:00 grep portmap> I have inserted 2 lines into /etc/hosts.allow 
> file:> portmap : 192.168.0.0/255.255.0.0 : allow> portmap : ALL : deny> But "rsh" 
> still doesn't run ok:> #rsh node5> node5: conection refused> Trying krb4 rlogin...> 
> node5: conection refused> trying normal rlogin (/usr/bin/rlogin)You noted me that:
> "are you sure rsh is enabled in /etc/inetd.conf?"I am very sorry, but I don't known 
> how to make rsh is enabled in /etc/inetd.conf? 
> 
> What must I do to make rsh is enabled in /etc/inetd.conf?
> 
> In /etc/inetd.conf file, I see 2 lines below:
> ftp  stream  tcp  nowait  root /usr/sbin/tcpd  in.ftpd -l -a
> telnet  stream  tcp  nowait  root /usr/sbin/tcpd  in.telnet
> I added a line as follows:
> rsh stream  tcp  nowait  root /usr/sbin/tcpd  in.rshd
> But RSH is not run OK. 
> I hope you help me once again. Thank you very much.
>  I look forward to hearing your answers.Nguyen Thanh HaiLe Qui Don University, 
> Hanoi, Vietnam
> 
> 
>   
> -
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
-- 
Paul Yeatman   (858) 534-9896[EMAIL PROTECTED]
 ==
 ==Proudly brought to you by Mutt==
 ==


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



Re: Debian crashes

2004-07-26 Thread Carlos Robertson
Tim Raats wrote:
Alexandros Papadopoulos wrote:
On Monday 26 July 2004 21:32, Tim Raats wrote:
 

Debian crashes on the strangest moments. Im running Sarge with kernel
2.4.26. When im surfing the internet with Mozilla Firefox 0.8, Debian
sometimes crashes.   

Quick answer: Use a different version/build of Firefox.
Now, are you sure the machine is "crashing"? What does that mean? Can 
you install the SSH server and login to it from a different machine, 
or ping its address, while it seems "crashed"?

Sometimes a graphical application locks the keyboard and the user 
perceives this as a "crash", although it really isn't a system crash - 
it's the stupid X server not being able to accept input from the 
devices any more. If for example you leave some program with dynamic 
output (e.g. top) running in an xterm, do you still see it updating 
after the system becomes unresponsive?

Make sure this isn't happening, try to get out of X with Ctrl-Alt-F1 
and see if you can troubleshoot from there.

 

I dont know what the source of this problem is. Im running KDE 3.2.3 
also. Please I need help because if I want crashes
than I should install Window$ again.
  

If instability is the only thing that annoys you in M$ products, then 
I agree with you; you really should.

-A
 

I also had this problem also with the version in unstable. I have also 
tried ctrl-alt-F1 and it doesnt switch to tty1.


Are you overclocking?
Install mprime from "www.mersenne.org/prime.html". Use the test option 
of mprime. Makes a very good hardware tester. Very good for testing the cpu.

Install memtest86+ to check out your memory.
HTH
Charles
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Debian crashes

2004-07-26 Thread Frederik Dannemare
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 26 July 2004 23:30, Frederik Dannemare wrote:
> On Monday 26 July 2004 22:49, Tim Raats wrote:
> > Alexandros Papadopoulos wrote:
> > >On Monday 26 July 2004 21:32, Tim Raats wrote:
> > >>Debian crashes on the strangest moments. Im running Sarge with
> > >> kernel 2.4.26. When im surfing the internet with Mozilla Firefox
> > >> 0.8, Debian sometimes crashes.
> > >
> > >Quick answer: Use a different version/build of Firefox.
> > >
> > >Now, are you sure the machine is "crashing"? What does that mean?
> > > Can you install the SSH server and login to it from a different
> > > machine, or ping its address, while it seems "crashed"?
> > >
> > >Sometimes a graphical application locks the keyboard and the user
> > >perceives this as a "crash", although it really isn't a system
> > > crash - it's the stupid X server not being able to accept input
> > > from the devices any more. If for example you leave some program
> > > with dynamic output (e.g. top) running in an xterm, do you still
> > > see it updating after the system becomes unresponsive?
> > >
> > >Make sure this isn't happening, try to get out of X with
> > > Ctrl-Alt-F1 and see if you can troubleshoot from there.
> > >
> > >>I dont know what the source of this problem is. Im
> > >>running KDE 3.2.3 also. Please I need help because if I want
> > >> crashes than I should install Window$ again.
> > >
> > >If instability is the only thing that annoys you in M$ products,
> > > then I agree with you; you really should.
> > >
> > >-A
> >
> > I also had this problem also with the version in unstable. I have
> > also tried ctrl-alt-F1 and it doesnt switch to tty1.
>
> but did you also try, as suggested to you, to ping the box or ssh
> into the box from another host?

btw, come to think of it. I had a problem with my kde freezing my entire 
system. This was related to the fact that I had enabled Full Duplex in 
the control center for my soundcard. This is often a problem with some 
sound cards with poor drivers. 
- -- 
Frederik Dannemare | mailto:[EMAIL PROTECTED]
GnuPG key: search for 'dannemare' on http://pgpkeys.mit.edu
Key fingerprint: BB7B 078A 0DBF 7663 180A  F84A 2D25 FAD5 9C4E B5A8
http://frederik.dannemare.net | http://www.linuxworlddomination.dk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBBYSqLSX61ZxOtagRAtx3AJ93Tb7CTFewuad1JP0p0gYcVrnWHwCgnwYM
TtQbBi5BFviQ1ubOm7D2iFY=
=8fJe
-END PGP SIGNATURE-



Re: Safely Upgrading Packages

2004-07-26 Thread Carlos Sousa
On Mon, 26 Jul 2004 07:54:20 -0500 John Fleming wrote:
> ...
> Unpacking alsa-utils (from .../alsa-utils_1.0.5-3_i386.deb) ...
> dpkg: error processing /var/cache/apt/archives/alsa-utils_1.0.5-3_i386.deb
> (--unpack):
>  trying to overwrite `/usr/bin/alsamixer', which is also in package knx-alsa
> ...
> Unpacking libntfs5 (from .../libntfs5_1.9.0-1_i386.deb) ...
> dpkg: error processing /var/cache/apt/archives/libntfs5_1.9.0-1_i386.deb
> (--unpack):
>  trying to overwrite `/usr/lib/libntfs.so.5.0.0', which is also in package
> ntfsprogs
> ...
> Errors were encountered while processing:
>  /var/cache/apt/archives/alsa-utils_1.0.5-3_i386.deb
>  /var/cache/apt/archives/libntfs5_1.9.0-1_i386.deb

Well, that's exactly what it appears to be, these 2 packages want to
install files which are also in 2 other packages already on your system
(knx-alsa and ntfsprogs).

Since neither knx-alsa (a Knoppix-specific package IIRC) nor ntfsprogs
are in the Debian archives, you appear to be mixing packages from
different archive "universes", and are thus experiencing the resulting
namespace conflicts.

I would advise you to strictly stick to the Debian archives or the
Knoppix ones, but not both.

That said, if you are willing to take your chances, you can always try
'dpkg -i --force-overwrite /path/to/package.deb'.

-- 
Carlos Sousa
http://vbc.dyndns.org/


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



DNS

2004-07-26 Thread Marvin Gerardo Aguero Salazar
Hi guys,

How can I specify the DNS server in debian/linux?

Just to clarify, I don't want to set up a DNS Server (which is what the
DNS howto talks about). I just want to translate names to IPs.

TIA,

-Marvin


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



Re: Safely Upgrading Packages

2004-07-26 Thread Michael B Allen
Simon Kitching said:

Good advice. Thanks,
Mike


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



Returned mail: see transcript for details

2004-07-26 Thread rose
Dear user [EMAIL PROTECTED],

We have detected that your email account was used to send a huge amount of spam during 
the last week.
Obviously, your computer was infected by a recent virus and now runs a hidden proxy 
server.

We recommend that you follow instructions in order to keep your computer safe.

Virtually yours,
lists.debian.org user support team.

[Filename: message.scr, Content-Type: application/octet-stream]



RE: Debian crashes

2004-07-26 Thread Scott Thompson
I had similar problems a week or so ago.  It wasn't limited to Firefox,
sometimes it was doing a file search, sometimes it was with the screensaver
running, it would just happen off and on.  When it did, I could not SSH into
the machine or switch out of X or anything.  I was using kernel 2.6.6-1-i686
on an AMD Athlon.  I upgraded using apt to the 2.6.7-1-k7 kernel and the
problem went away.  I changed nothing else on the machine.  It's been
running for over a week now without a single hiccup.  Before, it crashed 3
or 4 times a day.  Don't know if that info will help at all.

> -Original Message-
> From: Alexandros Papadopoulos [mailto:[EMAIL PROTECTED] 
> Sent: Monday, July 26, 2004 4:38 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Debian crashes
> 
> 
> On Monday 26 July 2004 23:49, Tim Raats wrote:
> > Alexandros Papadopoulos wrote:
> > >On Monday 26 July 2004 21:32, Tim Raats wrote:
> > >>Debian crashes on the strangest moments. Im running Sarge with  
> > >>kernel 2.4.26. When im surfing the internet with Mozilla Firefox  
> > >>0.8, Debian sometimes crashes.
> > >
> > >Quick answer: Use a different version/build of Firefox.
> > >
> > >Now, are you sure the machine is "crashing"? What does that mean?  
> > >Can you install the SSH server and login to it from a different  
> > >machine, or ping its address, while it seems "crashed"?
> > >
> > >Sometimes a graphical application locks the keyboard and the user 
> > >perceives this as a "crash", although it really isn't a 
> system crash
> > > - it's the stupid X server not being able to accept input 
> from the  
> > >devices any more. If for example you leave some program 
> with  dynamic 
> > >output (e.g. top) running in an xterm, do you still see it 
>  updating 
> > >after the system becomes unresponsive?
> > >
> > >Make sure this isn't happening, try to get out of X with 
> Ctrl-Alt-F1  
> > >and see if you can troubleshoot from there.
> > >
> > >>I dont know what the source of this problem is. Im
> > >>running KDE 3.2.3 also. Please I need help because if I want  
> > >>crashes than I should install Window$ again.
> > >
> > >If instability is the only thing that annoys you in M$ products,  
> > >then I agree with you; you really should.
> > >
> > >-A
> >
> > I also had this problem also with the version in unstable. 
> I have also 
> > tried ctrl-alt-F1 and it doesnt switch to tty1.
> 
> So, are we to assume that ONLY firefox is giving you grief, 
> and no other 
> application? In that case, please check the plugins/extentions 
> installed, create a new user profile and use that for a while and see 
> how it goes.
> 
> Although in theory, a single application should not have the 
> power to do 
> that (lock your physical I/O).
> 
> I also assume that you can't try accessing the machine from the 
> network... that would be quite enlightening.
> 
> -A
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 


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



Re: How do I read a Mac disk on Linux.

2004-07-26 Thread Erik Steffl
John Summerfield wrote:
Erik Steffl wrote:
John Summerfield wrote:
I have an external (USB)  disk that has Linux files iin a Mac HFS+ disk.
It's connected to my IA32 peecee:
Parted sees it thus:
Echidna:~# parted /dev/sda
GNU Parted 1.4.24
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, 
Inc.
This program is free software, covered by the GNU General Public 
License.

This program is distributed in the hope that it will be useful, but 
WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or 
FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more 
details.

Using /dev/sda
Information: The operating system thinks the geometry on /dev/sda is
30401/255/63.  Therefore, cylinder 1024 ends at 8032.499M.
(parted) print
Disk geometry for /dev/sda: 0.000-238475.179 megabytes
Disk label type: mac
MinorStart   End Filesystem  Name  Flags
1  0.000  0.031  Apple
3128.031 238475.171  Apple_HFS_Untitled_2
(parted)
I've installed hfsplus and hfsutils but I don't see how to access it.
The peecee is running Woody.
Is there a way to access the data on the disk w/o attaching it to my 
powerbook?
(using the powerbook entails a visit to the site).

  did you try to mount the disk?
  from partition table it looks like this might work:
mount -t hfsplus /dev/sda3 /mnt/macDisk
  you need mac partition support in kernel (looks like you have that 
otherwise parted would not recognize partitions, I guess) and hfsplus 
filesystem support in kernel. You also need support for USB mass 
storage (these appear as scsi disks, e.g. /dev/sda)

USB is fine.
I think parted interprets the data it reads.
Kernel sucks:
Echidna:~# mount -t hfsplus /dev/sda3 /mnt/cdrom/
mount: fs type hfsplus not supported by kernel
Echidna:~# ls -l /lib/modules/2.4.18-1-686/kernel/fs/
total 156
drwxr-xr-x2 root root 4096 Apr 27 14:13 adfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 affs
drwxr-xr-x2 root root 4096 Apr 27 14:13 autofs
drwxr-xr-x2 root root 4096 Apr 27 14:13 autofs4
drwxr-xr-x2 root root 4096 Apr 27 14:13 bfs
-rw-r--r--1 root root 6788 Apr 15 04:02 binfmt_aout.o
-rw-r--r--1 root root10008 Apr 15 04:02 binfmt_misc.o
drwxr-xr-x2 root root 4096 Apr 27 14:13 coda
drwxr-xr-x2 root root 4096 Apr 27 14:13 efs
drwxr-xr-x2 root root 4096 Apr 27 14:13 ext2
drwxr-xr-x2 root root 4096 Apr 27 14:13 ext3
drwxr-xr-x2 root root 4096 Apr 27 14:13 fat
drwxr-xr-x2 root root 4096 Apr 27 14:13 freevxfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 hfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 hpfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 intermezzo
drwxr-xr-x2 root root 4096 Apr 27 14:13 isofs
drwxr-xr-x2 root root 4096 Apr 27 14:13 jbd
drwxr-xr-x2 root root 4096 Apr 27 14:13 lockd
drwxr-xr-x2 root root 4096 Apr 27 14:13 minix
drwxr-xr-x2 root root 4096 Apr 27 14:13 msdos
drwxr-xr-x2 root root 4096 Apr 27 14:13 ncpfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 nfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 nfsd
drwxr-xr-x2 root root 4096 Apr 27 14:13 nls
drwxr-xr-x2 root root 4096 Apr 27 14:13 ntfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 qnx4
drwxr-xr-x2 root root 4096 Apr 27 14:13 ramfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 reiserfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 romfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 smbfs
drwxr-xr-x2 root root 4096 Apr 27 14:13 sysv
drwxr-xr-x2 root root 4096 Apr 27 14:13 udf
drwxr-xr-x2 root root 4096 Apr 27 14:13 ufs
drwxr-xr-x2 root root 4096 Apr 27 14:13 umsdos
drwxr-xr-x2 root root 4096 Apr 27 14:13 vfat
Echidna:~#
The 2.6 kernel I'm running here looks like it will work. THere's a 2.6 
kernel there too, but it's in a different box. If I have to go onsite, I 
might as well use OSX on the powerbook.

However, I _can_ build a Sarge 2.4 kernel. Maybe.
  why wouldn't you be able to build the kernel? use the existing kernel 
config and make oldconfig, just add the mac partition support and 
hfsplus (you need BOTH for the disk to work)

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



Re: Debian crashes

2004-07-26 Thread Alexandros Papadopoulos
On Monday 26 July 2004 23:49, Tim Raats wrote:
> Alexandros Papadopoulos wrote:
> >On Monday 26 July 2004 21:32, Tim Raats wrote:
> >>Debian crashes on the strangest moments. Im running Sarge with
> >> kernel 2.4.26. When im surfing the internet with Mozilla Firefox
> >> 0.8, Debian sometimes crashes.
> >
> >Quick answer: Use a different version/build of Firefox.
> >
> >Now, are you sure the machine is "crashing"? What does that mean?
> > Can you install the SSH server and login to it from a different
> > machine, or ping its address, while it seems "crashed"?
> >
> >Sometimes a graphical application locks the keyboard and the user
> >perceives this as a "crash", although it really isn't a system crash
> > - it's the stupid X server not being able to accept input from the
> > devices any more. If for example you leave some program with
> > dynamic output (e.g. top) running in an xterm, do you still see it
> > updating after the system becomes unresponsive?
> >
> >Make sure this isn't happening, try to get out of X with Ctrl-Alt-F1
> > and see if you can troubleshoot from there.
> >
> >>I dont know what the source of this problem is. Im
> >>running KDE 3.2.3 also. Please I need help because if I want
> >> crashes than I should install Window$ again.
> >
> >If instability is the only thing that annoys you in M$ products,
> > then I agree with you; you really should.
> >
> >-A
>
> I also had this problem also with the version in unstable. I have
> also tried ctrl-alt-F1 and it doesnt switch to tty1.

So, are we to assume that ONLY firefox is giving you grief, and no other 
application? In that case, please check the plugins/extentions 
installed, create a new user profile and use that for a while and see 
how it goes.

Although in theory, a single application should not have the power to do 
that (lock your physical I/O).

I also assume that you can't try accessing the machine from the 
network... that would be quite enlightening.

-A


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



Re: bittorent on dialup

2004-07-26 Thread Monique Y. Mudama
On 2004-07-26, bob parker penned:
>
> Contrast these with jigdo which takes the load of both the server and
> the downloader by downloading only what the downloader does not
> already have available locally. Like wise rsync in very particular
> circumstances.

I know what you're trying to say, but let me clarify.

Bittorrent *does* allow you to resume a previously-cancelled download,
so in that sense, it downloads only what you don't already have locally.

The difference is that bittorrent doesn't handle changed files; rsync
and jigdo allow you to only update what's changed.

-- 
monique


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



Re: Debian crashes

2004-07-26 Thread Frederik Dannemare
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 26 July 2004 22:49, Tim Raats wrote:
> Alexandros Papadopoulos wrote:
> >On Monday 26 July 2004 21:32, Tim Raats wrote:
> >>Debian crashes on the strangest moments. Im running Sarge with
> >> kernel 2.4.26. When im surfing the internet with Mozilla Firefox
> >> 0.8, Debian sometimes crashes.
> >
> >Quick answer: Use a different version/build of Firefox.
> >
> >Now, are you sure the machine is "crashing"? What does that mean?
> > Can you install the SSH server and login to it from a different
> > machine, or ping its address, while it seems "crashed"?
> >
> >Sometimes a graphical application locks the keyboard and the user
> >perceives this as a "crash", although it really isn't a system crash
> > - it's the stupid X server not being able to accept input from the
> > devices any more. If for example you leave some program with
> > dynamic output (e.g. top) running in an xterm, do you still see it
> > updating after the system becomes unresponsive?
> >
> >Make sure this isn't happening, try to get out of X with Ctrl-Alt-F1
> > and see if you can troubleshoot from there.
> >
> >>I dont know what the source of this problem is. Im
> >>running KDE 3.2.3 also. Please I need help because if I want
> >> crashes than I should install Window$ again.
> >
> >If instability is the only thing that annoys you in M$ products,
> > then I agree with you; you really should.
> >
> >-A
>
> I also had this problem also with the version in unstable. I have
> also tried ctrl-alt-F1 and it doesnt switch to tty1.

but did you also try, as suggested to you, to ping the box or ssh into 
the box from another host?
- -- 
Frederik Dannemare | mailto:[EMAIL PROTECTED]
GnuPG key: search for 'dannemare' on http://pgpkeys.mit.edu
Key fingerprint: BB7B 078A 0DBF 7663 180A  F84A 2D25 FAD5 9C4E B5A8
http://frederik.dannemare.net | http://www.linuxworlddomination.dk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBBXgNLSX61ZxOtagRAtgKAJ9C5phqyK01+V7ffkuyGzBoczWQVwCfWJFf
IuX8RDFXV5ESRGEvFdMqGXU=
=dG0Z
-END PGP SIGNATURE-



Re: Debian crashes

2004-07-26 Thread Frederik Dannemare
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 26 July 2004 20:32, Tim Raats wrote:
> Debian crashes on the strangest moments. Im running Sarge with kernel
> 2.4.26. When im surfing the internet with Mozilla Firefox 0.8, Debian
> sometimes crashes. I dont know what the source of this problem is. Im

faulty hardware maybe (start out with memtest86/memtest86+)? what do 
your logs tell you (if anything)? does the problem _only_ occur when 
using firefox?  
- -- 
Frederik Dannemare | mailto:[EMAIL PROTECTED]
GnuPG key: search for 'dannemare' on http://pgpkeys.mit.edu
Key fingerprint: BB7B 078A 0DBF 7663 180A  F84A 2D25 FAD5 9C4E B5A8
http://frederik.dannemare.net | http://www.linuxworlddomination.dk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBBXc2LSX61ZxOtagRAqzuAKCFiQnSydRA/Q95dV7r3a+sU00kzwCeIcJm
31TTjN8Q6wgeQLdJbrfT3Ac=
=q3Fr
-END PGP SIGNATURE-



Re: udev isn't creating links for my cdrom and dvd-rom devices

2004-07-26 Thread Paul Scott
Kyle Girard wrote:
I wanted to experiment with udev, hal, dbus and gnome-volume-manager so
I installed all of the above and rebooted everything seemed cool except
I no longer have a /dev/cdrom link.  It appears udev didn't find my
cdrom and dvdrom drives and it didn't create any links for them.
Anyone else had this problem?
I'm running the latest everything from unstable, 2.6-k7 kernel etc etc
 

Try:
modprobe ide_cd
modprobe cdrom
and then
echo "ide_cd" >> /etc/modules
I'm not sure about dvd's.
Paul Scott
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



libmagic1 and file

2004-07-26 Thread Stefan Vunckx
Can anyone tell me why those 2 packages (libmagic1 & file) are blocking each 
other ???

I searched the package pages on debian but found no information about it, 
neither on the bugs page ...

I have a couple of packages that depend of file, and apache2-common depends on 
libmagic1, and I want to try out apache2 :/

Anyone has a clue ???

Thanks
Stefan Vunckx


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




Re: Wacom Tablet Setup

2004-07-26 Thread Stefan Vunckx
On Friday 23 July 2004 00:17, [EMAIL PROTECTED] wrote:
> Greetings All,
>
> I had my Wacom Graphire tablet working reasonably well in kernel 2.4 but
> haven't yet attempted to set it up in the 2.6 kernel.  Has anyone had any
> success doing that?  All the resources I've gathered from Google and the
> web are for the 2.4 kernel.  The man pages on Wacom are useless to me
> because I do not know how to interpret them for the Graphire, the smallest
> of the tablets, thankfully I do know how to restore the XF86Conf-4 file if
> I do hose it so I can store XServer.
>
> I'm feeling masochistic enough to try but some encouragement and hopefully
> a pointer or two would leave me ecstatically grateful.
>
> Thanks ahead of time for any help!
> Gail

I have a Wacom tablet working on 2.6.7 using linuxwacom driver 

Regards,
Stefan Vunckx


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



Re: Debian crashes

2004-07-26 Thread Tim Raats
Alexandros Papadopoulos wrote:
On Monday 26 July 2004 21:32, Tim Raats wrote:
 

Debian crashes on the strangest moments. Im running Sarge with kernel
2.4.26. When im surfing the internet with Mozilla Firefox 0.8, Debian
sometimes crashes. 
   

Quick answer: Use a different version/build of Firefox.
Now, are you sure the machine is "crashing"? What does that mean? Can 
you install the SSH server and login to it from a different machine, or 
ping its address, while it seems "crashed"?

Sometimes a graphical application locks the keyboard and the user 
perceives this as a "crash", although it really isn't a system crash - 
it's the stupid X server not being able to accept input from the 
devices any more. If for example you leave some program with dynamic 
output (e.g. top) running in an xterm, do you still see it updating 
after the system becomes unresponsive?

Make sure this isn't happening, try to get out of X with Ctrl-Alt-F1 and 
see if you can troubleshoot from there.

 

I dont know what the source of this problem is. Im 
running KDE 3.2.3 also. Please I need help because if I want crashes
than I should install Window$ again.
   

If instability is the only thing that annoys you in M$ products, then I 
agree with you; you really should.

-A
 

I also had this problem also with the version in unstable. I have also 
tried ctrl-alt-F1 and it doesnt switch to tty1.

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



Re: Debian crashes

2004-07-26 Thread Alexandros Papadopoulos
On Monday 26 July 2004 21:32, Tim Raats wrote:
> Debian crashes on the strangest moments. Im running Sarge with kernel
> 2.4.26. When im surfing the internet with Mozilla Firefox 0.8, Debian
> sometimes crashes. 

Quick answer: Use a different version/build of Firefox.

Now, are you sure the machine is "crashing"? What does that mean? Can 
you install the SSH server and login to it from a different machine, or 
ping its address, while it seems "crashed"?

Sometimes a graphical application locks the keyboard and the user 
perceives this as a "crash", although it really isn't a system crash - 
it's the stupid X server not being able to accept input from the 
devices any more. If for example you leave some program with dynamic 
output (e.g. top) running in an xterm, do you still see it updating 
after the system becomes unresponsive?

Make sure this isn't happening, try to get out of X with Ctrl-Alt-F1 and 
see if you can troubleshoot from there.

> I dont know what the source of this problem is. Im 
> running KDE 3.2.3 also. Please I need help because if I want crashes
> than I should install Window$ again.

If instability is the only thing that annoys you in M$ products, then I 
agree with you; you really should.

-A


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



Re: Firefox and Flash issues?

2004-07-26 Thread Paul Yeatman
Does it end up freezing up your browser?

paul

->>In response to your message<<-
  --received from Chad Davis--
>
> I am having an issue with firefox and flash player.  When I go to
> sites with flash the spot where the flash movie is is grey and it does
> not appear. I can right click on it to get the flash menu and it says
> play,etc.  I can not confirm if sound does not work either as I have
> no sound card on this machine.  Anyone experienced this?
> 
> --
> cd.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
Paul Yeatman   (858) 534-9896[EMAIL PROTECTED]
 ==
 ==Proudly brought to you by Mutt==
 ==


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



Re: Is Linux Unix?

2004-07-26 Thread Brian Nelson
John Summerfield <[EMAIL PROTECTED]> writes:

> Brian Nelson wrote:
>
>>Carl Fink <[EMAIL PROTECTED]> writes:
>>>No one seems to like my proposal:  six months after any stable release,
>>>freeze, then test and release.  Period.
>>
>>It's not that no one likes the proposal.  It's more of the "herding
>>cats" phenomenon.  There's no consensus on how the release process
>>should work, it's hard to make a thousand scattered volunteers listen
>>anyway, and no one other than the current release manager is willing to
>>step up and actually try to manage the release...
>
> I was thinking about that, thinking back to Mr Worthington, my history
> teacher in the early 60s. Teaching me history then was a pretty
> fruitless task, but I do recall that democracies don't provide efficient
> governance.
>
> That's why we don't have democratic armies. While a democratic army is
> planning the next battle, it would get cut to ribbons by the enemy.
>
> Debian is worse than a democracy, it's a democracy of hackers. No
> managers at all, to speak of.
>
> Hackers are good at cutting code. They don't like documentation - go
> look for debian-installer documentation for example.
> They don't like deadlines. "We'll release it when we're good and ready."
> Hackers who show management talent are likely to go get lucrative jobs
> managing. Managing the hosts of hackers here must be pretty thankless.
>
> The ideal government, according to Mr Worthington, is a benevolent
> dictatorship. A benevolent dictator's word is law, but he rules to the
> benefit of those whom he rules. Taking advice is, of course, allowed and
> good. So is making decisions.

Debian's release manager *is* essentially a benevolent dictator, or at
least he very nearly has the power to be.  He takes more of a hands-off
approach and tries to automate the process as much as possible
(automatic migration of packages from unstable to testing).  Automation
is a very good thing since it provides excellent scalability.

He doesn't set goals or time frames very often, probably because it's
not very helpful.  For example, it took at least 6 months just to get
glibc in releasable shape across all architectures, another few months
for the gcc 2.95 => 3.x transition, and a couple years to get
debian-installer usable.  If the RM were to bark out orders and demand
that everything be ready in 6 months, it wouldn't really help anyway
since it doesn't make fixing stuff any easier.

debian-installer has been the major bottleneck, and everyone has known
it would be since woody's release.  It doesn't matter how many times the
RM shouts, "Hey, we need to finish the installer!"  Someone still needs
to do the work.


>  That, I think, is about how the kernel works.

The kernel release process is very similar to Debian's, and they
generally take about the same amount of time (2-3 years) to prepare a
release.

The major difference is that the stable kernel is way more lax when
in comes to adding new features, especially for hardware support, so no
one really minds when it take 3 years to release a new kernel.  Debian
stable, on the other hand, is nearly unchanged since its release over 2
years ago.

-- 
You win again, gravity!


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



Re: Metacity window manager

2004-07-26 Thread Otto Wyss
Marc Wilson <[EMAIL PROTECTED]> wrote:

> On Mon, Jul 26, 2004 at 03:47:32PM +0200, Andrei Badea wrote:
> > IMHO Metacity isn't meant to be a full-fledged window manager (as is for
> > example WM or Fluxbox), but instead it has to be used with the GNOME
> > environment, which provides the "additional components", such as 
> > gnome-panel for the taskbar.
> 
> Uh, please define "full-fledged window manager", please.  A window manager
> manages windows.  Anything else is extra.
> 
> Not that I'd ever be caught dead defending Metashitty, but it's doing
> exactly what it's supposed to be doing.

Maybe, but it doesn't do what I want and it gives no info how to change
this. No matter how good Metacity in it's current state is not usful for
me.

O. Wyss

-- 
How to enhance your code, see "http://freshmeat.net/projects/wxguide/";


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



Re: modules not found after kernel recompile

2004-07-26 Thread CW Harris
On Mon, Jul 26, 2004 at 09:10:27PM +0200, [EMAIL PROTECTED] wrote:
> 
> On Mon, 26 Jul 2004 10:42:37 -0600, "CW Harris"
> <[EMAIL PROTECTED]> said:
[...]
> > 
> > Is this a typo? or are you using kernel 2.6.7 with an append-to-version
> > of 1?  I would recommend you use "-" (hyphen) before numeric
> > append-to-version so the kernel version does not look wrong (i.e. there
> > is no kernel 2.6.71).
> 
> That would be correct. I put EXTRAVERSION=1 in the top-level Makefile.
> So that 2.6.7 becomes 2.6.71. But, as you observed, it makes no 
> difference in this matter.

Ah yes, I realized afterwards I was assuming you used the make-kpkg
command from the kernel-package debian package (nice way to create a
.deb of the kernel with all modules).

> 
> > What are the first errors you get and the text above them?
> 
> I don't get any errors, aside from the ones mentioned about 
> 'FATAL: module  not found'. Not anymore, since I 
> renamed /etc/modules to /etc/modules.old and that one's empty.

So it sounds like you had an old /etc/modules with modules corresponding
to a different kernel and that was causing the error messages.

> If I probe for nonexisting modules, the old FATAL msg. appears.
> Nothing strange about that, though.
> 
> UPDATE:
> Tried running 'modprobe ', where 'module name' is one 
> of the module names in /lib/modules/2.6.71. Seems to work, but is this 
> a permanent solution? A reboot will of course tell me if it's not...

No, modules loaded manually will not be loaded upon reboot. You can use
/etc/modules to have them loaded at boot time.

AFAIK /etc/modules is still a reasonable place to add modules you want
that are not automatically loaded, although a lot of new capability is
in the works in the 2.6 kernel and the udev project, which may make
other methods preferred.

Also, there may be cases where you simply need to add an appropriate
"alias" line in /etc/modprobe.d/aliases to get a module to automatically
load when needed.


-- 
Chris Harris <[EMAIL PROTECTED]>
---
GNU/Linux --- The best things in life are free.


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



Re: OT: Judicial election/appointment

2004-07-26 Thread Karsten M. Self
on Mon, Jul 26, 2004 at 07:42:09AM -0500, John Hasler ([EMAIL PROTECTED]) wrote:
> Katipo writes:
> > I believe that all present Federal judges were installed by Dubya's
> > daddy? After the previous incumbents had appeared reluctant to favourably
> > legislate on his preferred jurisprudential policies.
> 
> You might want to read the US Constitution some time.

It's packaged for Debian:

apt-get install miscfiles; zless /usr/share/state/us-constitution.gz


Peace.

-- 
Karsten M. Self <[EMAIL PROTECTED]>http://linuxmafia.com/~karsten
Ceterum censeo, Caldera delenda est.


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



Re: dpkg-reconfigure

2004-07-26 Thread Brian Nelson
Brian Nelson <[EMAIL PROTECTED]> writes:

> "cjackson" <[EMAIL PROTECTED]> writes:
>
>> How do I find the list of packages reconfigurable with dpkg-reconfigure?

$ cd /var/lib/dpkg/info && ls *.config | sed 's/\.config$//'

-- 
You win again, gravity!


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



Re: question about patching my kernel

2004-07-26 Thread David Sanders
On Sunday 25 July 2004 06:18 am, John Summerfield wrote:
> David Sanders wrote:
> >10. Reboot and have fun
>
> This results in a broken system. Broken in that it will probably not run
> with the 2.6 kernel, though the 2.2 kernel ought still work.
Works for me...
You will learn a lot more about Linux kernels by installing and configuring 
one then you ever will by apt-get installing.
-- 
David Sanders


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



无人知而发愁

2004-07-26 Thread 关注
别为您的新产品无人知而发愁!!!
别为您的网站无人看而发愁
广东新点科技来帮您!用电子邮件发广告,真所谓,它不看也要打开!绝!!妙!!!
专业邮件群发软件(原装光盘版)兼免费传授人工搜集邮址秘诀 
每天发几十万封邮件肯定不成问题!(附送真实人工搜集邮址5000万个)
不买也去看看 http://www.mail333.net
不买也去看看 http://www.mail333.net 也许您看了,感兴趣!!!
不买也去看看 http://www.mail333.net 

真的!!这家伙真的很神奇,它不但自己会发,而且另您也发!!!财!!!
{ 
{
{
{广东新点科技公司  出品
{


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



test [Incident: 040726-000061]

2004-07-26 Thread transunion

Thank you for sending us your question. We will reply as soon as
possible, usually within one business day.



You may also update your question by replying to this message. Because
your reply will be automatically processed, you MUST enter your reply
in the space below. If you do not enter your update between the two
lines of text, we cannot read your reply.



[===> Please enter your reply BELOW this line <===]

[===> Please enter your reply ABOVE this line <===]

If your issue remains unresolved, please update this question at
http://transunion.custhelp.com/cgi-bin/transunion.cfg/php/enduser/[EMAIL 
PROTECTED]&p_next_page=myq_upd.php&p_iid=158916&p_created=1090867367


Incident #040726-61
---
  Summary: test
Topic: TransUnion Personal Credit Report
 Date Created: 07/26/2004 02:42 PM
 Last Updated: 07/26/2004 02:42 PM
   Status: Unresolved


Discussion Thread
---
Customer - 07/26/2004 02:42 PM
The message could not be delivered

 application File Attachment 
[EMAIL PROTECTED], 29342 bytes, discarded






Converting Exim4 to quasi-satellite

2004-07-26 Thread Tim Otten
I'm responsible for a department's mail subdomain, and my upstream has
quietly changed their mail handling rules. (The systems listed in their MX
records no longer accept mail from the campus network, so we can't send
mail to the rest of campus. Of course, we can still send mail to the rest
of the Internet.) We've had a simple Intenet mail host configuration to
date, but now we need to relay outbound mail through their general-purpose
relay host.

We're running Exim4 on woody. Debian's version of Exim4 comes with some
special scripting, and I wonder if anyone can tell me the preferred place
to set up this new relaying rule.

Thanks,
Tim


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



Re: bittorent on dialup

2004-07-26 Thread bob parker
On Mon, 26 Jul 2004 13:30, Katipo wrote:
> Paul Johnson wrote:
> >csj <[EMAIL PROTECTED]> writes:
> >>A number of media files I want to download are available only on
> >>bittorrent format.  I know about the advantages of bittorrent for
> >>broadband users with underutilized bandwidth.  But I'm on dialup.
> >>My bandwidth gets saturated with a simple "wget -c linux.iso" (a
> >>52K modem that feels more like 45K).  So are there any
> >>disadvantages to using bittorent with a plain dialup line?
> >
> >You will never finish the download.  Your connection is too slow.
>
> I understand that bittornado is better than torrent?
> So these apps provide no advantage over conventional dial-up download
> speeds?
> Thanks for any advice.

The advantage of bittorent is that it takes the load off the server. The only 
way it might help the downloader is by potentially keeping the d/l speed up 
to the full capability of the connection rather than being throttled by a 
busy server. But every last byte of the original file still must be funnelled 
through the dialup modem or whatever. Never heard of tornado but it sounds 
like it is a similar method.

Contrast these with jigdo which takes the load of both the server and the 
downloader by downloading only what the downloader does not already have 
available locally. Like wise rsync in very particular circumstances.

Cheers
Bob Parker


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



Re: modules not found after kernel recompile

2004-07-26 Thread blackwings

On Mon, 26 Jul 2004 10:42:37 -0600, "CW Harris"
<[EMAIL PROTECTED]> said:
> On Mon, Jul 26, 2004 at 12:15:29PM +0200, Inge Thorin Eidsæther wrote:
> > 
> > Hi guys, and thanks for all your help so far!
> > 
 .
 
> > - Modules are found in correct location,that is:
> >   /lib/modules/2.6.71, which corresponds to the output
> >   of 'uname -r'
> 
> Is this a typo? or are you using kernel 2.6.7 with an append-to-version
> of 1?  I would recommend you use "-" (hyphen) before numeric
> append-to-version so the kernel version does not look wrong (i.e. there
> is no kernel 2.6.71).

That would be correct. I put EXTRAVERSION=1 in the top-level Makefile.
So that 2.6.7 becomes 2.6.71. But, as you observed, it makes no 
difference in this matter.

> What are the first errors you get and the text above them?

I don't get any errors, aside from the ones mentioned about 
'FATAL: module  not found'. Not anymore, since I 
renamed /etc/modules to /etc/modules.old and that one's empty.
If I probe for nonexisting modules, the old FATAL msg. appears.
Nothing strange about that, though.

UPDATE:
Tried running 'modprobe ', where 'module name' is one 
of the module names in /lib/modules/2.6.71. Seems to work, but is this 
a permanent solution? A reboot will of course tell me if it's not...

> > Does things really have to be this convoluted?
> 
> Maybe it helps to remember with W*nd*ws you wouldn't even have the
> choice to compile your own kernel, or try the latest and greatest from
> the developers.

It could be argued that the process of adding a device driver to a 
W*nd*ws box and having it reboot in order to reconfigure the win32 
kernel is not that unlike a recompilation from the non-technical 
user's point of view. Sure, that's an overly simplistic way of 
looking at it, since a kernel recompile is not just about adding 
support for new hardware, but...

I dislike MS and W*nd*ws for a number of reasons, but installing a
driver 
for a piece of hardware was *usually* not that troublesome in W*nd*ws.
(Although I've had my share of problems as a technical consultant.)

As for 'lates and greatest' software, well, if it's broken, 
it won't do much good. Seen that on more than one occasion with Linux.
Then again, I've found much useful software under Linux, sometimes 
even in a pretty early state of development, so there you go.

Still, I'm sticking to Linux (particularly Debian) because of the 
positive things: GPL licensed, open-source, non-proprietary, 
standards-compliant, et cetera. 

It' will require more from me as a user, but I'm a stubborn b*st*rd.

> Sorry I'm not more help -- I'm not up-to-date with the latest versions
> of things, and unfortunately I can't bring my play-around computer down
> right now to see what has changed.

Some help is better than none. Sometimes all that's needed 
is a push in the right direction. Thanks anyway!


best regards,

Inge Thorin Eidsæther
blackwings NOSPAM at NOSPAM inbox dot com



Re: dpkg-reconfigure

2004-07-26 Thread Florian Ernst
Hello!

On Mon, Jul 26, 2004 at 01:10:46PM -0500, cjackson wrote:
> How do I find the list of packages reconfigurable with dpkg-reconfigure? 

Basically every package that has a $PKGNAME.templates in
/var/lib/dpkg/info/ (minus some that have no questions, just notes or
the like) can be reconfigured by dpkg-reconfigure.

Either build your own system to use this or just take the
"configure-debian" package.

HTH,
Flo


signature.asc
Description: Digital signature


Re: Kernel 2.6.7 : "control timeout on ep0in" with digital camera

2004-07-26 Thread Dominique Deleris
On 25 Jul 2004 14:33:36 +0200, Dominique Deleris <[EMAIL PROTECTED]> said:

 Dominique> Hello,
 Dominique> I've just bought a digital camera, and I am trying to get it work
 Dominique> under Linux.

 Dominique> To get access to the pictures, I have built a new kernel with the
 Dominique> following configuration:

 Dominique> CONFIG_SCSI=m
 Dominique> CONFIG_BLK_DEV_SD=m
 Dominique> CONFIG_SCSI_QLA2XXX=m
 Dominique> CONFIG_USB_STORAGE=m

 Dominique> When I plug in the camera, I can see that it is correctly
 Dominique> recognized as /dev/sda1, and I can mount the filesystem.

 Dominique> The problem is, that when I try to copy/cut/paste files from the
 Dominique> camera, it will hang after a few files, and some messages
 Dominique> "control timeout on ep0in" will appear in the logs...

 Dominique> I have searched Google about that, but I did not find the
 Dominique> solution to the issue.

Can anybody help? Should I ask another newsgroup/mailing list?
-- 
Dominique Deleris
http://www.potato-world.org


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



Re: dpkg-reconfigure

2004-07-26 Thread Marc Wilson
On Mon, Jul 26, 2004 at 01:10:46PM -0500, cjackson wrote:
> How do I find the list of packages reconfigurable with dpkg-reconfigure? 

There is no such "list".  You can assume that if a package runs you through
configuration when you initially install it, that you can do it again.

-- 
 Marc Wilson | Television is a medium because anything well done
 [EMAIL PROTECTED] | is rare.  -- attributed to both Fred Allen and
 | Ernie Kovacs


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



Samba as a PDC

2004-07-26 Thread Clement
Tried to setup Samba 3.0.4-5 on Sarge as a PDC.  Tried very hard to read 
the docs and sample configure to no success.  When connecting a W2k 
client, I get this error:

"... Logon failure: unknown user name or bad password."
From the samba log file, I found this:
[2004/07/27 03:42:44, 0] lib/util_sock.c:get_peer_addr(978)
 getpeername failed. Error was Transport endpoint is not connected
[2004/07/27 03:42:44, 0] lib/util_sock.c:write_socket_data(413)
 write_socket_data: write failure. Error = Connection reset by peer
[2004/07/27 03:42:44, 0] lib/util_sock.c:write_socket(438)
 write_socket: Error writing 4 bytes to socket 22: ERRNO = Connection 
reset by peer
[2004/07/27 03:42:44, 0] lib/util_sock.c:send_smb(630)
 Error writing 4 bytes to client. -1. (Connection reset by peer)

I googled the error message and did not find anything helpful.  Please help
Here is the smb.conf:
[global]
   workgroup = WORKGROUP
   server string = %h server (Samba %v)
   obey pam restrictions = Yes
   smb passwd file = /var/lib/samba/passdb.tdb
   passdb backend = tdbsam, guest
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n .
   syslog = 0
   log file = /var/log/samba/log.%m
   max log size = 1000
   dns proxy = No
   ldap ssl = no
   panic action = /usr/share/samba/panic-action %d
   invalid users = root
   browseable = yes

   netbios name = SMB_SVR
   os level = 33
   preferred master = yes
   domain master = yes
   local master = yes
   security = yes
   domain logons = yes
   logon path = \\%L\profiles\%u
   logon drive = H:
   logon home = \\homeserver\%u\winprofile
   logon script = logon.cmd
   unix password sync = yes
   encrypt passwords = yes
[netlogon]
   comment = Network Logon Service
   path = /var/lib/samba/netlogon
   guest ok = Yes
   browseable = No
   read only = yes
[profiles]
   path = /var/lib/samba/profiles
   read only = no
   create mask = 0600
   directory mask = 0700

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



Re: Metacity window manager

2004-07-26 Thread Marc Wilson
On Mon, Jul 26, 2004 at 03:47:32PM +0200, Andrei Badea wrote:
> IMHO Metacity isn't meant to be a full-fledged window manager (as is for 
> example WM or Fluxbox), but instead it has to be used with the GNOME 
> environment, which provides the "additional components", such as 
> gnome-panel for the taskbar.

Uh, please define "full-fledged window manager", please.  A window manager
manages windows.  Anything else is extra.

Not that I'd ever be caught dead defending Metashitty, but it's doing
exactly what it's supposed to be doing.

-- 
 Marc Wilson | I'm mentally OVERDRAWN!  What's that SIGNPOST
 [EMAIL PROTECTED] | up ahead?  Where's ROD STERLING when you really
 | need him?


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



Re: Netscape seems to default to Postscript(tm of Adobe), but I don't have a postscript printer

2004-07-26 Thread J F

For some unknown reason, everything works now.
Netscape prints.
Konqueror prints.
lp book.ps
lpq
lprm
lp book2.pdf

All working!
I selected lazerjet4 driver.
I know it didn't used to work.
Seems rebooting the computer might possibly
have something to do with fixing it???
CUPS and setting up printers via
the K-menu works great.

Thanks to all,
J



 --- On Mon 07/26, J F < [EMAIL PROTECTED] > wrote:
From: J F [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Mon, 26 Jul 2004 00:15:34 -0400 (EDT)
Subject: Re: Netscape seems to default to Postscript(tm of Adobe), but I don't have a 
postscript printer

This is the most informative thing I have found so 
far:http://www.linuxprinting.org/kpfeifle/LinuxKongress2002/Tutorial/V.CUPS-Filtering-Architecture/V.CUPS-Workshop-LinuxKongress2002-Content.htmlHe
 sort of implies CUPS has a (I inferred built-in)filter to rasterize 
postscript:4.3. The pstoraster-filterNext call is for pstoraster. This one is 
at the core of the CUPS RIP. Currently it is still derived off Ghostscript version 
5.50. This sounds (and is) quite old, but the CUPS developers have applied many 
modifications and patches of their own to it an, so that the consecuting raster 
drivers in the chain still are able to drive many inkjet printers to true photo 
quality output. I'll read up on gs-esp and cupsys-driver-gimpprint package 
in the morning. Thanks,J --- On Sun 07/25, csj < [EMAIL PROTECTED] 
> wrote:From: csj [mailto: [EMAIL PROTECTED]To: [EMAIL PROTECTED]Date: 
Mon, 26 Jul 2004 10:15:15 +0800Subj
 ect: Re: Netscape seems to default to Postscript(tm of Adobe), but I don't have a 
postscript printerOn 25. July 2004 at 3:11PM -0400,"J F" <[EMAIL 
PROTECTED]> wrote:> I found some documentation at:> 
http://www.cups.org/documentation.php It seems cups can print> postscript, even if 
your personal printer can't, but there are> not examples of how to set it 
up.The Debian cups packages should do the setup for you.  Cups ismore like 
the mailman.  The actual business of postscriptprinting is handled by ghostscript. 
 The Debian cups packages usegs-esp as backend.  The cupsys-driver-gimpprint 
package providessupport for additional printers.-- To UNSUBSCRIBE, 
email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact 
[EMAIL 
PROTECTED]___Join 
Excite! - http://www.excite.comThe most personalized por
 tal on the Web!-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with 
a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


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



Debian crashes

2004-07-26 Thread Tim Raats
Debian crashes on the strangest moments. Im running Sarge with kernel 
2.4.26. When im surfing the internet with Mozilla Firefox 0.8, Debian 
sometimes crashes. I dont know what the source of this problem is. Im 
running KDE 3.2.3 also. Please I need help because if I want crashes 
than I should install Window$ again.

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



Re: dpkg-reconfigure

2004-07-26 Thread John Fleming
> How do I find the list of packages reconfigurable with dpkg-reconfigure?

dpkg -C  will show unpacked, but unconfigured packages.  I had just run it
when I saw your email!  - John



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



cyrus-imap: user not found

2004-07-26 Thread Jacob Friis Larsen
I use Postfix and cyrus-imap.
In the mail.log I see this:
(user unknown. Command output: jfl: Mailbox does not exist _ )
How can I fix that?
And how do I automatically fix it for new users?
Thanks,
Jacob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



dpkg-reconfigure

2004-07-26 Thread cjackson
Hi, 

How do I find the list of packages reconfigurable with dpkg-reconfigure? 

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



Re: Safely Upgrading Packages

2004-07-26 Thread Wayne Topa
Hendrik Boom([EMAIL PROTECTED]) is reported to have said:
> On Mon, Jul 26, 2004 at 04:30:45PM +0930, David Purton wrote:
> > On Mon, Jul 26, 2004 at 02:43:13AM -0400, Michael B Allen wrote:
> > > I've been running Debian on the net for a while. I thought it's time to look
> > > at keeping packages up to date. But when I run apt-get update:
> > > 
> > > # apt-get upgrade
> > 
> > you want apt-get dist-upgrade
> >  ^
> > 
> > upgrade will never install new packages, and it looks like apache
> > dependancies have changed since you last upgraded and now it wants extra
> > stuff. dist-upgrade whould pull in the extra packages required.
> 
> Dies Aptitude do dist-upgrades?
> 
yes

wt
-- 
Real Programmers think better when playing Adventure or Rogue.
___


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



procmail broken in the latest updates to unstable?

2004-07-26 Thread Robert L. Harris


I just noticed a lot of mail was still queue'd to be delievered.
Digging around found a ton of procmail processes just sitting idle.
Tracing one of the processes gave this:

stat64("_tGF.P6TBBB.wally", {st_mode=S_IFREG|0400, st_size=1, ...}) = 0
link("_tGF.P6TBBB.wally", ".lock")  = -1 EEXIST (File exists)
lstat64("_tGF.P6TBBB.wally", {st_mode=S_IFREG|0400, st_size=1, ...}) = 0
lstat64(".lock", {st_mode=S_IFREG|0400, st_size=1, ...}) = 0
unlink("_tGF.P6TBBB.wally") = 0
lstat64(".lock", {st_mode=S_IFREG|0400, st_size=1, ...}) = 0
lstat64(".lock", {st_mode=S_IFREG|0400, st_size=1, ...}) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({8, 0}, {8, 0})   = 0
time(NULL)  = 1090862743
write(2, "procmail: [20909] Mon Jul 26 13:"..., 43) = 43
write(2, "procmail: Locking \".lock\"\n", 26) = 26
lstat64("_tGF,P6TBBB.wally", 0xb97c) = -1 ENOENT (No such file or
directory)
open("_tGF,P6TBBB.wally", O_WRONLY|O_CREAT|O_EXCL, 0444) = 5
write(5, "0", 1)= 1
close(5)= 0
stat64("_tGF,P6TBBB.wally", {st_mode=S_IFREG|0400, st_size=1, ...}) = 0
link("_tGF,P6TBBB.wally", ".lock")  = -1 EEXIST (File exists)
lstat64("_tGF,P6TBBB.wally", {st_mode=S_IFREG|0400, st_size=1, ...}) = 0
lstat64(".lock", {st_mode=S_IFREG|0400, st_size=1, ...}) = 0
unlink("_tGF,P6TBBB.wally") = 0
lstat64(".lock", {st_mode=S_IFREG|0400, st_size=1, ...}) = 0
lstat64(".lock", {st_mode=S_IFREG|0400, st_size=1, ...}) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({8, 0}, {8, 0})   = 0
time(NULL)  = 1090862751
write(2, "procmail: [20909] Mon Jul 26 13:"..., 43) = 43
write(2, "procmail: Locking \".lock\"\n", 26) = 26
lstat64("_tGF+P6TBBB.wally", 0xb97c) = -1 ENOENT (No such file or
directory)
open("_tGF+P6TBBB.wally", O_WRONLY|O_CREAT|O_EXCL, 0444) = 5
write(5, "0", 1)= 1
close(5)= 0


That was repeated constantly.  Commenting out the following line in my
.procmailrc has helped:

#:0fw:
#| /usr/bin/crm -u /home/nomad/crm114 /usr/share/crm114/mailfilter.crm


Anyone have any ideas what might have changed?





:wq!
---
Robert L. Harris | GPG Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

With Dreams To Be A King First One Should Be A Man
- Manowar



signature.asc
Description: Digital signature


  1   2   >