Re: system question

2014-04-10 Thread Brian
On Thu 10 Apr 2014 at 10:31:05 +0400, Pavel Volkov wrote: > Just wondering. > I this Jessie? Is there a reasonable systemd support already? I mean > mostly in terms of packages that provide unit files. Obtain a Contents file from http.debian.net/debian/dists/jessie/main/. A seach of it with "/lib

Re: system question

2014-04-07 Thread Brian
On Mon 07 Apr 2014 at 20:38:45 +0200, Hans wrote: > Hi folks, > > just an understanding question. In README.debian stand this sentence: > > --- > To test systemd, add: > > init=/bin/systemd > > to the kernel command line and then rebooting, or install the > systemd-sysv package. > -- >

Re: root file system question

2008-06-23 Thread Paul Johnson
On Sun, 2008-06-22 at 11:18 -0400, Mag Gam wrote: > This is more of a theoretical Unix question, > > When there are no users on the system, the system is idle, would there > still be I/O activity on the root disks? Yes. > If so, what processes will be doing the I/O ? Writing to log, cron jobs

Re: root file system question

2008-06-22 Thread Mag Gam
Very good points. Trying to understand Linux from a theoretical point of view. On Sun, Jun 22, 2008 at 12:24 PM, Gilles Mocellin <[EMAIL PROTECTED]> wrote: > Le Sunday 22 June 2008 18:08:45 Ron Johnson, vous avez écrit : > > On 06/22/08 11:01, Mag Gam wrote: > > > Ok, so in theory assuming no p

Re: root file system question

2008-06-22 Thread Gilles Mocellin
Le Sunday 22 June 2008 18:08:45 Ron Johnson, vous avez écrit : > On 06/22/08 11:01, Mag Gam wrote: > > Ok, so in theory assuming no processes use hd resources then there > > should be no HD activity. > > Swap. Even if you have adequate memory, Linux will occasionally > move things to swap space.

Re: root file system question

2008-06-22 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/22/08 11:01, Mag Gam wrote: > Ok, so in theory assuming no processes use hd resources then there > should be no HD activity. Swap. Even if you have adequate memory, Linux will occasionally move things to swap space. Of course, you can disable

Re: root file system question

2008-06-22 Thread Mag Gam
Ok, so in theory assuming no processes use hd resources then there should be no HD activity. On Sun, Jun 22, 2008 at 11:36 AM, David <[EMAIL PROTECTED]> wrote: > On Sun, Jun 22, 2008 at 5:18 PM, Mag Gam <[EMAIL PROTECTED]> wrote: > > This is more of a theoretical Unix question, > > > > When the

Re: root file system question

2008-06-22 Thread David
On Sun, Jun 22, 2008 at 5:18 PM, Mag Gam <[EMAIL PROTECTED]> wrote: > This is more of a theoretical Unix question, > > When there are no users on the system, the system is idle, would there still > be I/O activity on the root disks? > > If so, what processes will be doing the I/O ? Depends entirel

root file system question

2008-06-22 Thread Mag Gam
This is more of a theoretical Unix question, When there are no users on the system, the system is idle, would there still be I/O activity on the root disks? If so, what processes will be doing the I/O ? TIA