Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #2927

From: <debian-user-digest-request(at)lists.debian.org>
Date: Fri Nov 30 2007 - 23:09:16 EST


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 2927

Today's Topics:

  Re: RAID is active but how / where t  [ Bruno Costacurta  ]
  Re: Wireless network control (applet  [ Micha Feigin  ]
  LDAP - howto get linux to talk to ex  [ "Bob Goldberg"  ]
  Re: Why ext3 doesn't need defragment  [ David Brodbeck  ]
  Re: Why ext3 doesn't need defragment  [ Alvin Oga  ]
  Re: Is it exist a mailing-list for c  [ "s. keeling"  ]
  Re: vi issue in etch                  [ "David Fox"  ]
  Re: Is it exist a mailing-list for c  [ David  ]
  Cancel my e-mail                      [ "Dawn A. Goodman"  ]
  Re: Recommend good notes/calendar pl  [ David  ]
  Re: Recommend good notes/calendar pl  [ David  ]

Date: Fri, 30 Nov 2007 22:44:50 +0100
From: Bruno Costacurta <pubmb.bco@pt.lu> To: debian-user@lists.debian.org
Subject: Re: RAID is active but how / where to mount ? Message-Id: <200711302244.50097.pubmb.bco@pt.lu> Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Friday 30 November 2007 18:10:38 Bruno Costacurta wrote:
> Hello,
> I have the following raid active partition:
>
> sudo dmraid -s
> *** Group superset isw_cfaabdceig
> --> Active Subset
> name : isw_cfaabdceig_RAIDv0
> size : 308281344
> stride : 256
> type : mirror
> status : ok
> subsets: 0
> devs : 2
> spares : 0
>
> sudo dmraid -r
> /dev/sdb: isw, "isw_cfaabdceig", GROUP, ok, 320173054 sectors, data@ 0
> /dev/sdc: isw, "isw_cfaabdceig", GROUP, ok, 312581806 sectors, data@ 0
>
> cat /proc/mdstat
> Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5]
> [raid4] [raid10]
> unused devices: <none>
>
> This RAID set was working until now, but /dev/sda (first disk on my system
> but not include in the RAID) was replaced.
> So I suppose simply I have to (re)mount the RAID.
> How to proceed ?
>
> Thanks for any clue or help.
> Bye,
> Bruno

After 'mdadm --create /dev/md0 ..etc..'
I'm now able to (re)mount via 'mount /dev/md0 /mnt/raid'

Bye,
Bruno

Do you need help?X

Date: Sat, 1 Dec 2007 00:04:22 +0200
From: Micha Feigin <michf@post.tau.ac.il> To: debian-user@lists.debian.org
Subject: Re: Wireless network control (applet) for xfce4

Message-ID: <20071201000422.6edc535d@vivalunalitshi.luna.local>
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Fri, 30 Nov 2007 09:49:45 -0500
Michael Pobega <pobega@gmail.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Fri, Nov 30, 2007 at 02:27:55PM +0200, Micha Feigin wrote:
> > I am looking for an easy way to control my wireless (and wired) network for
> > xfce4.
> >
> > I am currently using wlassistant, but it doesn't allow automatic connection
> > (less important) and it has problems connecting to a wpa network, it
> > attempts to connect properly but unless wpa_gui is also running in parallel
> > it will usually fail to connect for some reason.
> >
> >
>
> Do you want to control, or connect?
>
> If you want to control you can always use mapping in
> /etc/network/interfaces; But I assume you're looking for a GUI-type way.
> In that case you may be interested in nm-applet (network-manager-gnome
> is the package).
>

I want to connect, I am more comfortable with the text file doing the setup, it's just that with several wireless spots it began being a pain, and I don't have the time to play around with scripts

anyway, I installed network-manager-gnome and found a fix for the error starting up nm-applet but now I can't connect to the wap2 network at home. It seems that wpa-assistant starts up and there is an attempt to modprobe wifi0 and then the connection fails. It seems from wpa-gui that the connection is made but then dropped for some reason

> - --
> If programmers deserve to be rewarded for creating innovative
> programs, by the same token they deserve to be punished if they
> restrict the use of these programs.
> - Richard Stallman
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFHUCMJg6qL2BGnx4QRApgvAKCYLjTgRLV3MYEh61UI0WT4dGMUWgCfUcGZ
> 5oLTgdwmV0TAv91JKdZuzpw=
> =VYy+
> -----END PGP SIGNATURE-----
>
>

Do you need more help?X

Date: Fri, 30 Nov 2007 15:47:38 -0600
From: "Bob Goldberg" <bobg.hahc@gmail.com> To: debian-user@lists.debian.org
Subject: LDAP - howto get linux to talk to exchange/AD Message-ID: <4e312cc10711301347x735c00eq562c016a25a4f6db@mail.gmail.com> Content-Type: multipart/alternative;

        boundary="----=_Part_3429_11049753.1196459258457"

------=_Part_3429_11049753.1196459258457

Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

CR - TX for your reply, your script & data was very useful.

I've made some progress... I still don't know why I can't authenticate using my admin account / password (and NOTHING I do seems to resolve this). BUT - with my improved understanding of the structure of the ldapsearch command (TX SK);
and a re-newed attempt to access the ldap server anonymously (CR ;_); it appears that I can now connect to my exchange server.

now, my problem is I still can't run any queries, I only get: # search result
search: 2
result: 2 Protocol error

After much googling on ldap protocol error 2, I'm again stuck. I found hits that referenced a "-C" option to ldapsearch; which doesn't seem to apply anymore, since I find no doc's on -C in the manpage. I found another hit that might indicate that ldap V3 and exchange 5.5 might produce a protocol error, but I've started using -P2 anyway, with no different response.

although this error is returned from the exchange server, the problem has GOT to be with ldapsearch / debian. I CAN do sucessful queries from windows environment.

Can we help you?X

anyone got more ideas?

TIA! (again) - Bob

------=_Part_3429_11049753.1196459258457

Content-Type: text/html; charset=ISO-8859-1
Can't find what you're looking for?X
Content-Transfer-Encoding: 7bit Content-Disposition: inline

CR - TX for your reply, your script &amp; data was very useful.<br><br>I&#39;ve made some progress... I still don&#39;t know why I can&#39;t authenticate using my admin account / password (and NOTHING I do seems to resolve this).


BUT - with my improved understanding of the structure of the ldapsearch command (TX SK);
and a re-newed attempt to access the ldap server anonymously (CR ;_); it appears that I can now connect to my exchange server.

now, my problem is I still can't run any queries, I only get:
# search result
search: 2
result: 2 Protocol error

After much googling on ldap protocol error 2, I'm again stuck.
I found hits that referenced a "-C" option to ldapsearch; which doesn't seem to apply anymore, since I find no doc's on -C in the manpage.
I found another hit that might indicate that ldap V3 and exchange 5.5 might produce a protocol error, but I've started using -P2 anyway, with no different response.

although this error is returned from the exchange server, the problem has GOT to be with ldapsearch / debian. I CAN do sucessful queries from windows environment.

anyone got more ideas?

TIA! (again) - Bob






------=_Part_3429_11049753.1196459258457--

Date: Fri, 30 Nov 2007 16:30:41 -0600
From: Owen Heisler <owenh000@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: please help about etch
Message-ID: <20071130223041.GA6519@owenh.hopto.org> Content-Type: multipart/signed; micalg=pgp-sha1;

        protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline
Content-Language: en

Don't know where to look next?X

--KsGdsel6WgEHnImy

Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, 2007.11.30 16:22, chloe K wrote:
> 2/ I follow the link
> http://kernel-handbook.alioth.debian.org/ch-common-tasks.html to compi=
le
> the kernel. 2.6.18
>=20
> final step dpkg -i ../linux-image-2.6.18_custom.1.0_i386.deb is ok too
>=20
> When i boot up the new kernel, it said
>=20
> cannot open root device "hda3" or unknow-block(0,0)
> please append a correct "root"=3Dboot option
> kernel panic
>=20
> I only change one to support large memory, other remains unchange
> What wrong I did?

It seems that you did not use the --initrd option of make-kpkg, which will= =20
cause an initrd to be created when the kernel package is installed (and gru= b=20
will add the initrd line).

For this custom kernel you've already built and installed, you should be ab= le=20
to run "update-initramfs -ck 2.6.18" (You may need the "_custom.1.0" here t= oo)=20
and then "update-grub" to fix the problem.

--KsGdsel6WgEHnImy

Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHUI8R9XC8Sh1vpNARAtu0AKCinhgO7/qEwNjtvD5DOUNOZmSdEwCfb6L7 SxDrmJLMVlQSzZDJl5yIeK0=
=LyZI
-----END PGP SIGNATURE----- --KsGdsel6WgEHnImy--

Confused? Frustrated?X

Date: Fri, 30 Nov 2007 13:21:18 -0800
From: David Brodbeck <brodbd@u.washington.edu> To: debian-user list <debian-user@lists.debian.org> Subject: Re: Why ext3 doesn't need defragmentation ?

Message-Id: <7C8FD676-A090-42A4-B192-480F6490185C@u.washington.edu>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Content-Transfer-Encoding: 7bit

On Nov 30, 2007, at 9:45 AM, Stefan Monnier wrote:
> No. The NTFS file system does not need defragmentation.
> The best explanation I've heard of why they have a defragmenter for it
> is that it was considered easier to write a defragmenter than to go
> about explaining that FAT32 just sucks.

Are you sure about that? I've seen some really heavily fragmented NTFS filesystems. Or are you saying that fragmentation doesn't affect NTFS's performance?

Microsoft didn't provide a defragmenter for NTFS until Windows 2000 -- on NT4 and earlier they suggested you buy a third-party utility.

Date: Fri, 30 Nov 2007 15:59:13 -0500 (EST) From: Richardopen003@SIFY.COM <CEN_F@HOTMAIL.COM> To: debian-user-digest@lists.debian.org
Subject: RICHARD OPENE

Message-ID: 
Content-type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

MY DEAREST FRIEND =20

I STRONGLY BELIEVE THAT THIS EMAIL WILL COME TO YOU AS A GREAT SHOCK BUT =
I WANT YOU TO UNDERSTAND THAT I MEAN NO HARM. MY NAME IS RICHARD OPENE; I=
Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X
AM THE CHIEF AUDITOR OF ABIB INTERNATIONAL IVORY COAST. I NEED YOUR SINC= ERE COOPERATION ON THIS BUSINESS TRANSACTION THAT DEMANDS UP MOST SECRECY=
.
I=92M FULLY AWARE OF A LOT OF SCAMS WHICH HAS BEEN GOING ON IN THE INTERN=
ET BUT I WANT YOU TO UNDERSTAND THAT THIS IS NOT A SCAM OR A JOKE. THE EN=
TIRE TRANSACTION IS IN THE VALUE OF =A310.2M AND THE FUNDS ARE IN AN ACCR=
EDITED BANK IN EUROPE. I ONLY NEED YOUR HONEST COOPERATION TOWARDS THIS  =
ENTIRE ISSUE .
THE ENTIRE TRANSACTION WILL GO THROUGH ALL LEGAL PROCESS THAT ARE REQUIRE=
D FOR MONEY TRANSFER INTERNATIONALLY TO GUARANTEE THAT THERE WILL BE NO C=
OMPLICATION TOWARDS THESE. AND I WILL SEE THAT THE SAVE KEEPING DEPARTMEN=
T OF THE BANK WILL RELEASE THE FUNDS TO YOU.
I AM ASSURING YOU THAT THIS IS 100% RISK FREE, WHEN I RECEIVE YOUR RESPON=
SE  I WILL BE IN A BETTER POSITION TO NOTIFY YOU ON THE GENESIS OF THESE =
PROJECT AT LEAST FOR YOU TO BE REST ASSURE THAT THERE ARE NO RISK INVOLVE=
D THEN WE CAN DISCUSS ON WHAT GETS TO YOU AND OTHER DETAILS RELATED TO TH=
IS SUBJECT. I LOOK FORWARD TO YOUR IMMEDIATE RESPOND PLEASE SEND ALL RESPOND TO MY PR= IVATE EMAIL. WHICH IS { CEN_F@HOTMAIL.COM}=20 YOURS FAITHFULLY=20
RICHARD OPENE=20
CHIEF AUDITING OFFICER=20
ABIB INTERNATIONAL IVORY COAST =20
FOR YOUR ATTENTION ONLY

Date: Fri, 30 Nov 2007 17:16:19 -0600
From: Owen Heisler <owenh000@gmail.com>
To: debian-user List <debian-user@lists.debian.org> Subject: Re: random keystrokes ignored on console Message-ID: <20071130231619.GA5659@owenh.hopto.org> Content-Type: multipart/signed; micalg=pgp-sha1;

Do you need help?X

        protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline
Content-Language: en

--oyUTqETQ0mS9luUI

Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, 2007.11.29 22:39, Owen Heisler wrote:
> On Thu, 2007.11.29 21:32, Owen Heisler wrote:
> > Sometimes, when I type in the console, about 40% of the keystrokes are =
ignored. =20
> > If I type (for example) "startx" and hit enter, I'll see "sart" or some=
such and=20
> > the command fails. In that same case, typing "sttartxx" and enter prob=
ably=20
> > would have worked, with "startx" being run. The enter key is also affe=
cted, so=20
> > maybe I'd have had to hit it twice. This is frustrating, obviously. T=
his
> > - does not seem to be related to system temperature,
> > - does not happen in X,
> > - doesn't seem to be happening consistently,
> > - and affects logging in (username & password) too.
>=20
> I fixed this by upgrading dbus from 1.0.2-1 to 1.1.1-3.

Actually, this didn't fix the problem. After the system is booted, there a= re=20
three dbus processes running: two 'dbus-daemon' and one 'dbus-launch'. Kil= ling=20
the 'dbus-launch' process fixes the problem (until the next reboot, of cour= se).

--oyUTqETQ0mS9luUI

Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHUJnD9XC8Sh1vpNARAlBcAJoDAqwUAAKC12SkzAMKrayzQ/wnPgCeLEGM 9k4N0ioPL8RdVnXthz8HpZg=
=2Tba
-----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--

Do you need more help?X

Date: Fri, 30 Nov 2007 14:53:32 -0800 (PST) From: Alvin Oga <aoga@mail.Linux-Consulting.com> To: debian-user@lists.debian.org
Cc: aoga@mail.Linux-Consulting.com (Alvin Oga) Subject: Re: Why ext3 doesn't need defragmentation ?

Message-Id: <200711302253.lAUMrWRb004128@Maggie.Linux-Consulting.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

hi ya

> David Brodbeck wrote:
>
> On Nov 30, 2007, at 9:45 AM, Stefan Monnier wrote:
> > No. The NTFS file system does not need defragmentation.

all file systems can use a defragmentor

lets assume a disk format of:

1 2 3 4 5 6 7 8 9 10 ...... 63 ( aka sectors )

if you try to read/write a file starting sector 1 into your disk buffer, you may or may not have disk buffer space left to read another 512Byte from sector 2...

if you wait a bit, few milliseconds for the system to services its disk interrupts, you now have disk buffer space to read sector 2 ..

Can we help you?X

but since you waited too long, sector 2 came and went, so now you have to wait for a whole revolution before you can read sector 2


if you format using, than you may or may not have time to read sector 2

1 11 21 31 41 51 61 2 12 22 32 42 52 62 3 13 23 33 43 53 63 4 14...  

the defragmentor can be used to move sectors around to optimize reading the whole file w/o waiting for the next revolution

  • how the defragmentor displays used and unused sectors can make a big difference in the pretty pic you see vs the actual performance

what you see the defragmentor showing would be a continuously allocated file instead of scattered across various sectors within a track or having to move the heads to a different tract to get to the next 512byte

there's only 512bytes per sector
63 sectors per track
and any number of cylinders depending on your disk size

the number of heads and disk buffer size would depend on your disk drive manufacturer and model#

one traack is 512MB * 62 == 31.744KBytes with 16 physical heads .... you can read 509.904KBytes per revolution

Can't find what you're looking for?X

all un-used disk sectors belonging to a different file is read and discarded ... what a waste

with 8MB or 16MB disk buffer .. you can read lots of tracks before the disk buffer is full ... there should NOT be a "slow" system

lba ...
maps all the cylinder/heads/sector into other whacky numbers ( lba blocks )

c ya
alvin

Date: Sat, 01 Dec 2007 02:07:12 +0100
From: "Dvorzhetsky" <dvorzhetsky@airpost.net> To: debian-user@lists.debian.org
Subject: Pining: command to list unstable packages?

Message-Id: <1196471232.27371.1224194189@webmail.messagingengine.com>
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="ISO-8859-1"

Hello,

I use a /etc/apt/preferences file to pick some packages from sid on my lenny setup.
Is there a command to list the packages that comes from sid on my system?

Don't know where to look next?X

Thank you.

Regards

Date: Sat, 01 Dec 2007 03:46:40 +0200
From: Sebastian Tennant <sebyte@smolny.plus.com> To: debian-user@lists.debian.org
Subject: Re: Pining: command to list unstable packages? Message-ID: <87prxrtce7.fsf@moley.moleskin.org> Content-Type: text/plain; charset=us-ascii

Quoth "Dvorzhetsky" <dvorzhetsky@airpost.net>:
> I use a /etc/apt/preferences file to pick some packages from sid on my
> lenny setup.

That's one of the things it's for ;-)

> Is there a command to list the packages that comes from sid on my
> system?

How about:

Confused? Frustrated?X

  $ apt-show-versions | grep unstable

HTH, Sebastian

Date: Sat, 1 Dec 2007 03:08:03 +0100 (CET) From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org
Subject: Re: Is it exist a mailing-list for console only users ? Message-ID: <slrnfl1gg3.p6e.keeling@heretic.nucleus.com>

Douglas A. Tutty <dtutty@porchlight.ca>:
> On Wed, Nov 28, 2007 at 09:56:52PM -0600, Ron Johnson wrote:
>
> > Hard drives aren't *that* expensive, are they?
>
> This is a pervasive attitude. Yes, unless you have a recent box, adding
> reliable drive space can be a pain. Where can I buy a new drive under 8
> GB for my 486? It calls any larger drive an error. I don't know if I
> could put an 80 GB drive in my PII.

Why are you so attached to your PII? I'm in Canada too, and I bought (vfxweb.com) an old PIII-733, added 0.5 Gb RAM and a used CD-RW ($25.00), all of which adds up to a screamer (running the apps I use) for under $200.

-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)    
http://blinkynet.net/comp/uip5.html      Linux Counter #80292
- -    
http://www.faqs.org/rfcs/rfc1855.html    Please, don't Cc: me.

Date: Sat, 1 Dec 2007 03:20:25 +0100 (CET) From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: Is it exist a mailing-list for console only users ? Message-ID: <slrnfl1h79.p6e.keeling@heretic.nucleus.com> Michelle Konzack <linux4michelle@freenet.de>:
> Am 2007-11-24 00:39:21, schrieb s. keeling:
[I've always enjoyed seeing that word "schrieb" in posts by German speakers. It's always seemed so deliciously exotic. :-) ]
> > You're defining what you want with a negative. You don't care about
> > X. What do you care about?
>
> no bloatware because he can not use it (maybe he live in a country where
> he is lucky to have a Am486dx4-100 with 64 MByte of memory -- I know some
Hey, my old machine! It used to be a i486DX33, but I got it all the way to 96Mb (in SIMM stackers 72 pin <--> 30(?) pin) with 486dx4-100, all SCSI! My first baby steps, home-built server. RIP 2000. :-|
> > Usenet News has plenty of non-X related groups. comp.unix.shell might
> > be to your liking, or one of the Debian related alt groups.
>
> The problem is, that NOT ALL users can read usenet...
http://groups.google.com, for searching, not posting. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.

Date: Fri, 30 Nov 2007 18:31:13 -0800 From: "David Fox" <dfox94085@gmail.com> To: debian-user@lists.debian.org Subject: Re: vi issue in etch Message-ID: <359a3c580711301831k9bb086vea432e8563d4851b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/30/07, cls@truffula.sj.ca.us <cls@truffula.sj.ca.us> wrote:
> I tried to use the equivs package to inform Etch that my
> custom vim "provides vi", and link it to the
> /etc/alternatives/vi, but I got lost in the complexity of it.
I am not so sure that you need to go that far to get the same functionality. I'm also not sure how you got 'nvi' installed in Etch. I'm on a lenny system, and I have 'vim basic' installed (which does seem to lack the mouse pointer facilities, but I don't normally try and use vi(m) with a mouse). And, /etc/alternatives/vi on this Lenny install is a symlink to /usr/bin/vim.basic. Now, it seems to me (although untested) that if you were to install vim.full, you would then have the setups needed for your /etc/alternatives to point to the desired flavor of vi you want. One would also think that if it didn't do that (expected) behavior, then it might be a packaging bug.

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

Date: Sat, 01 Dec 2007 11:30:17 +0900 From: David <davidpalmer@westnet.com.au> To: debian-user@lists.debian.org Subject: Re: Is it exist a mailing-list for console only users ? Message-ID: <4750C739.6030504@westnet.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit s. keeling wrote:
> >
> Why are you so attached to your PII? I'm in Canada too, and I bought
> (vfxweb.com) an old PIII-733, added 0.5 Gb RAM and a used CD-RW
> ($25.00), all of which adds up to a screamer (running the apps I use)
> for under $200.
>
That's right! I've just finished configuring three old P1 desktop boxes as: firewall; email server; and fax box. My main box (still in development) is going to be a screamer. The box I've just retired, only because the Mainboard blew up, a 1GHz Athlon based, P3, with 1 Gb of ram, was quite satisfactory for many years. Regards, David.

Date: Sat, 01 Dec 2007 02:06:19 +0000 From: "Dawn A. Goodman" <dawn_goodman@bellsouth.net> To: debian-user@lists.debian.org Subject: Cancel my e-mail Message-Id: <120120070206.21617.4750C19A000E1C380000547122230647029B0A02D2089B9A019C04040A0DBF020E030B010109A102990E0B@att.net> Content-Type: multipart/alternative; boundary="NextPart_Webmail_9m3u9jl4l_21617_1196474779_0" --NextPart_Webmail_9m3u9jl4l_21617_1196474779_0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Please cancel my e-mail -- Dawn A. Goodman, ACCR #262=20 Merrill Legal Solutions=20 2100 3rd Avenue North=20 Suite 960=20 Birmingham, Alabama 35209=20 334-590-9794 Cell=20 334-358-3406 Home=20 --NextPart_Webmail_9m3u9jl4l_21617_1196474779_0 Content-Type: text/html Content-Transfer-Encoding: quoted-printable <html> <!-- BEGIN WEBMAIL STATIONERY --> <head></head> <body> <!-- WEBMAIL STATIONERY noneset --> <DIV></DIV> <DIV>Please cancel my e-mail</DIV> <DIV class=3Dsignature id=3Dsignature>--<BR>Dawn A. Goodman, ACCR #262 <B= R>Merrill Legal Solutions <BR>2100 3rd Avenue North <BR>Suite 960 <BR>Bir= mingham, Alabama 35209 <BR>334-590-9794 Cell <BR>334-358-3406 Home <BR></= DIV> <!-- END WEBMAIL STATIONERY --> </body> </html> --NextPart_Webmail_9m3u9jl4l_21617_1196474779_0--

Date: Sat, 01 Dec 2007 10:38:08 +0800 From: Michael Yang <michael.yxf@gmail.com> To: Debian User Lists <debian-user@lists.debian.org> Subject: Recommend good notes/calendar plugin/client/suites ? Message-ID: <4750C910.9080007@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi All: I'm on the lenny/sid, with xfce4 desktop. I'd like have some useful plugins for my desktop, to write sticky notes, to schedule calendar events and TODO tasks. It could be always displayed on the screen and better to have option of auto-hide. What are you recommendations? Thanks a lot. -Michael

Date: Fri, 30 Nov 2007 20:58:51 -0600 From: Sam Leon <sam@datanet.ath.cx> To: debian-user@lists.debian.org Subject: Re: Why ext3 doesn't need defragmentation ? Message-ID: <4750CDEB.5050903@datanet.ath.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Alvin Oga wrote: > hi ya > >> David Brodbeck wrote: >> >> On Nov 30, 2007, at 9:45 AM, Stefan Monnier wrote: >>> No. The NTFS file system does not need defragmentation. > > all file systems can use a defragmentor > > lets assume a disk format of: > > 1 2 3 4 5 6 7 8 9 10 ...... 63 ( aka sectors ) > > if you try to read/write a file starting sector 1 into your disk buffer, > you may or may not have disk buffer space left to read another 512Byte > from sector 2... > > if you wait a bit, few milliseconds for the system to services its > disk interrupts, you now have disk buffer space to read sector 2 .. > > but since you waited too long, sector 2 came and went, so now you have > to wait for a whole revolution before you can read sector 2 > > ---- > > if you format using, than you may or may not have time to read sector 2 > > 1 11 21 31 41 51 61 2 12 22 32 42 52 62 3 13 23 33 43 53 63 4 14... > > the defragmentor can be used to move sectors around to optimize > reading the whole file w/o waiting for the next revolution > > - how the defragmentor displays used and unused sectors > can make a big difference in the pretty pic you see vs the > actual performance > > what you see the defragmentor showing would be a continuously > allocated file instead of scattered across various sectors > within a track or having to move the heads to a different tract > to get to the next 512byte > > there's only 512bytes per sector > 63 sectors per track > and any number of cylinders depending on your disk size > > the number of heads and disk buffer size would depend on your > disk drive manufacturer and model# > > one traack is 512MB * 62 == 31.744KBytes > with 16 physical heads .... you can read 509.904KBytes per revolution > > all un-used disk sectors belonging to a different file is read and > discarded ... what a waste > > with 8MB or 16MB disk buffer .. you can read lots of tracks before > the disk buffer is full ... there should NOT be a "slow" system > > lba ... > maps all the cylinder/heads/sector into other whacky numbers ( lba blocks ) > > c ya > alvin > > Great info thank you! Sam

Date: Sat, 01 Dec 2007 11:59:51 +0900 From: David <davidpalmer@westnet.com.au> To: Debian User Lists <debian-user@lists.debian.org> Subject: Re: Recommend good notes/calendar plugin/client/suites ? Message-ID: <4750CE27.5080801@westnet.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Michael Yang wrote:
> Hi All:
>
> I'm on the lenny/sid, with xfce4 desktop.
> I'd like have some useful plugins for my desktop, to write sticky notes,
> to schedule calendar events and TODO tasks. It could be always displayed
> on the screen and better to have option of auto-hide.
>
> What are you recommendations?
If you look through the xfce listings in the aptitude interface, I seem to remember a sticky notes app. For the rest, Sunbird does all that. Regards, David.

Date: Sat, 01 Dec 2007 12:33:42 +0900 From: David <davidpalmer@westnet.com.au> To: Debian User Lists <debian-user@lists.debian.org> Subject: Re: Recommend good notes/calendar plugin/client/suites ? Message-ID: <4750D616.7040000@westnet.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit David wrote:
> Michael Yang wrote:
>> Hi All:
>>
>> I'm on the lenny/sid, with xfce4 desktop.
>> I'd like have some useful plugins for my desktop, to write sticky
>> notes, to schedule calendar events and TODO tasks. It could be always
>> displayed on the screen and better to have option of auto-hide.
>>
>> What are you recommendations?
>
> If you look through the xfce listings in the aptitude interface, I seem
> to remember a sticky notes app.
It's not specifically under xfce, but it's called 'rhinotes'. Do a search through the Debian package facility.
>
> For the rest, Sunbird does all that.
And 'orage' is an xfce specific calender app. How hard to you try to search for these? I almost fell over them.
> Regards,
>
> David.
>
>
End of debian-user-digest Digest V2007 Issue #2927 ************************************************** Received on Fri Nov 30 23:09:28 2007

This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 02:57:23 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library