Cybe R. Wizard | 1 May 2005 02:01
X-Face
Picon
Gravatar

Sylpheed-claws 1.0.4 has no spellchecker?

Upgrading my Sylpheed-claws seems to have removed the spellchecker
(aspell(?)). Does anybody know if it is coming back?

Cybe R. Wizard
--

-- 
Their address sums up their attitude: One Microsoft Way.
		Winduhs

Ed Fletcher | 1 May 2005 02:24
Picon

Re: Adding hard drive


Jad wrote:
| current HDD: IDE
|
| OS: Only ubuntu
|
|
|
| it was slave as I dont have more rooms for cables
|
|

Daniel was asking for info like:
1.  Which drive does Ubuntu boot from?  /dev/hda or /dev/hdb
2.  What brand/model drive is existing?
3.  What brand/model drive are you adding?
4.  Was the first drive set as master or stand-alone?
5.  Do you have the bios set to auto-detect ide devices?
6.  Post the results of 'sudo fdisk -l'
7.  Post the results of 'mount'

Once we have that information, we should be able to get an idea of what
is going wrong.

Ed
--
Ed Fletcher
ed <at> fletcher.ca

What difference does it make to the dead, the orphans and the homeless,
(Continue reading)

Stephen R Laniel | 1 May 2005 02:53

Very slow ripping

My CD-ROM drive rips CDs really, really slowly. Right now
I'm in the middle of ripping, and grip is giving me rip
speeds of 3.0x. /proc/sys/dev/cdrom/info gives the info
below, which tells me that I should be able to get 24x. The
machine itself is quite new: it's a ThinkPad R51 with a
1.5-gig Pentium M and half a gig of RAM. It should be
tearing through CDs. Yet it's not. Any idea how to figure
out what the culprit is?

CD-ROM information, Id: cdrom.c 3.20 2003/12/17

drive name:		hdc
drive speed:		24
drive # of slots:	1
Can close tray:		1
Can open tray:		1
Can lock tray:		1
Can change speed:	1
Can select disk:	0
Can read multisession:	1
Can read MCN:		1
Reports media changed:	1
Can play audio:		1
Can write CD-R:		1
Can write CD-RW:	1
Can read DVD:		1
Can write DVD-R:	0
Can write DVD-RAM:	0
Can read MRW:		1
Can write MRW:		1
(Continue reading)

Luke Yelavich | 1 May 2005 03:04

Re: Very slow ripping

On Sun, May 01, 2005 at 10:53:40AM EST, Stephen R Laniel wrote:
> My CD-ROM drive rips CDs really, really slowly. Right now
> I'm in the middle of ripping, and grip is giving me rip
> speeds of 3.0x. /proc/sys/dev/cdrom/info gives the info
> below, which tells me that I should be able to get 24x. The
> machine itself is quite new: it's a ThinkPad R51 with a
> 1.5-gig Pentium M and half a gig of RAM. It should be
> tearing through CDs. Yet it's not. Any idea how to figure
> out what the culprit is?

Is DMA turned on for your drive? Check with the hdparm command like so:

hdparm -d /dev/hdx where X is the pointer to the relevant drive.
--

-- 
Luke

Get my public GPG key here: http://www.themuso.com/themuso-gpg-key.txt
On Sun, May 01, 2005 at 10:53:40AM EST, Stephen R Laniel wrote:
> My CD-ROM drive rips CDs really, really slowly. Right now
> I'm in the middle of ripping, and grip is giving me rip
> speeds of 3.0x. /proc/sys/dev/cdrom/info gives the info
> below, which tells me that I should be able to get 24x. The
> machine itself is quite new: it's a ThinkPad R51 with a
> 1.5-gig Pentium M and half a gig of RAM. It should be
> tearing through CDs. Yet it's not. Any idea how to figure
> out what the culprit is?

Is DMA turned on for your drive? Check with the hdparm command like so:
(Continue reading)

Russell Cook | 1 May 2005 03:08
Picon

Re: Distrowatch down for several days?

Hi Ari,
this telnet connection works for me here in Oz. I guess if it doesn't work for you, you have no proxy just a straight internet connection then maybe you should ask your ISP's help desk to connect to the site, and ping it etc. Maybe they have a routing problem.

Regards Russell

Ari Torhamo wrote:
la, 2005-04-30 kello 11:04 +0200, Vincenzo Di Massa kirjoitti:
Dumb question: are you using a proxy server? can you try to telnet to port 80: $ telnet 66.180.174.35 80 Does it work?
No, I don't use a proxy, checked that in Firefox settings - if a proxy server was set, it would show up there, am I right? $ telnet 66.180.174.35 80 didn't work - got "Trying 66.180.174.35... telnet: Unable to connect to remote host: Connection timed out". Thank's for the trying though :-) Ari
-- Kind Regards Russell ================== www.windsorcycles.com.au bikes.no-ip.info Linux user #369094 ==================
<div>
Hi Ari,<br>
this telnet connection works for me here in Oz. I guess if it doesn't
work for you, you have no proxy just a straight internet connection
then maybe you should ask your ISP's help desk to connect to the site,
and ping it etc. Maybe they have a routing problem.<br><br>
Regards Russell<br><br>
Ari Torhamo wrote:
<blockquote cite="mid1114873890.7221.10.camel <at> localhost.localdomain" type="cite">
  la, 2005-04-30 kello 11:04 +0200, Vincenzo Di Massa kirjoitti:

  <blockquote type="cite">
    Dumb question:
are you using a proxy server?

can you try to telnet to port 80:

$ telnet 66.180.174.35 80

Does it work?

  </blockquote>

No, I don't use a proxy, checked that in Firefox settings - if a proxy
server was set, it would show up there, am I right?

$ telnet 66.180.174.35 80 didn't work - got "Trying 66.180.174.35...
telnet: Unable to connect to remote host: Connection timed out". Thank's
for the trying though :-)

Ari

</blockquote>
--

-- 
Kind Regards Russell
==================
<a class="moz-txt-link-abbreviated" href="http://www.windsorcycles.com.au">www.windsorcycles.com.au</a>
bikes.no-ip.info
Linux user #369094
================== 

</div>
Stephen R Laniel | 1 May 2005 03:18

Re: Very slow ripping

On Sun, May 01, 2005 at 11:04:28AM +1000, Luke Yelavich wrote:
> Is DMA turned on for your drive? Check with the hdparm command like so:
> 
> hdparm -d /dev/hdx where X is the pointer to the relevant drive.

Ah ha! I did not know about that. Voila:

/dev/hdc:
 using_dma    =  0 (off)

Thanks a lot for that advice. So I did hdparm -d1 /dev/hdc
and now I have

/dev/hdc:
 using_dma    =  1 (on)

Solid. But then

1) I reran grip, and I'm still getting rip speeds between 2x
and 3x; and

2) how do I get the hdparm setting to stick around after I
reboot?

-- 
Stephen R. Laniel
steve <at> laniels.org
+(617) 308-5571
http://laniels.org/
On Sun, May 01, 2005 at 11:04:28AM +1000, Luke Yelavich wrote:
> Is DMA turned on for your drive? Check with the hdparm command like so:
> 
> hdparm -d /dev/hdx where X is the pointer to the relevant drive.

Ah ha! I did not know about that. Voila:

/dev/hdc:
 using_dma    =  0 (off)

Thanks a lot for that advice. So I did hdparm -d1 /dev/hdc
and now I have

/dev/hdc:
 using_dma    =  1 (on)

Solid. But then

1) I reran grip, and I'm still getting rip speeds between 2x
and 3x; and

2) how do I get the hdparm setting to stick around after I
reboot?

--

-- 
Stephen R. Laniel
steve <at> laniels.org
+(617) 308-5571
http://laniels.org/
Russell Cook | 1 May 2005 03:18
Picon

Re: Evolution

The Internet menu has the following command line
    evolution --component=mail
The office menu has
    evolution-2.2

I don't know if the start switch makes any difference.

Can someone enlighten me on that?

thanks


DJ_Max wrote:
Norman Silverstone Wrote:
Could someone please explain to me the difference between Evolution Mail in the Internet menu and Evolution in the Office menu. If, as I suspect, there is no difference then what is the purpose in having this piece of software accessible from two menus? I await your replies with great interest. Norman -- ubuntu-users mailing list ubuntu-users <at> lists.ubuntu.com http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
They are both alias that lead to the same program. If it bothers you, then just remove it. I actually never noticed it.
-- Kind Regards Russell ================== www.windsorcycles.com.au bikes.no-ip.info Linux user #369094 ==================
<div>
The Internet menu has the following command line<br>
&nbsp;&nbsp;&nbsp; evolution --component=mail<br>
The office menu has <br>
&nbsp;&nbsp;&nbsp; evolution-2.2<br><br>
I don't know if the start switch makes any difference. <br><br>
Can someone enlighten me on that?<br><br>
thanks<br><br><br>
DJ_Max wrote:
<blockquote cite="midDJ_Max.1ob8wz <at> gs1.ubuntuforums.org" type="cite">
  Norman Silverstone Wrote: 

  <blockquote type="cite">
    Could someone please explain to me the difference between Evolution Mail
in the Internet menu and Evolution in the Office menu. If, as I
suspect,
there is no difference then what is the purpose in having this piece of
software accessible from two menus?

I await your replies with great interest.

Norman

-- 
ubuntu-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ubuntu-users <at> lists.ubuntu.com">ubuntu-users <at> lists.ubuntu.com</a>
<a class="moz-txt-link-freetext" href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users">http://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a>

  </blockquote>

They are both alias that lead to the same program. If it bothers you,
then just remove it. I actually never noticed it.

</blockquote>
--

-- 
Kind Regards Russell
==================
<a class="moz-txt-link-abbreviated" href="http://www.windsorcycles.com.au">www.windsorcycles.com.au</a>
bikes.no-ip.info
Linux user #369094
================== 

</div>
Ari Torhamo | 1 May 2005 03:28
Picon
Picon
Favicon

Re: Distrowatch down for several days?

su, 2005-05-01 kello 11:08 +1000, Russell Cook kirjoitti:
> Hi Ari,
> this telnet connection works for me here in Oz. I guess if it doesn't
> work for you, you have no proxy just a straight internet connection
> then maybe you should ask your ISP's help desk to connect to the site,
> and ping it etc. Maybe they have a routing problem.

I'll contact them on monday. New hope - thanks :-)

Regards,

Ari

Stephen R Laniel | 1 May 2005 03:29

Re: Evolution

On Sun, May 01, 2005 at 11:18:56AM +1000, Russell Cook wrote:
> The Internet menu has the following command line
>     evolution --component=mail
> The office menu has
>     evolution-2.2

On my end, I have

(21:26) slaniel <at> TheloniousMonk:~$ which evolution
/usr/bin/evolution
(21:26) slaniel <at> TheloniousMonk:~$ ls `!!`
ls `which evolution`
lrwxrwxrwx  1 root root 13 2005-04-16 15:02 /usr/bin/evolution -> evolution-2.2

So the two are identical. In turn, evolution-2.2 is

(21:27) slaniel <at> TheloniousMonk:~$ which evolution-2.2
/usr/bin/evolution-2.2
(21:27) slaniel <at> TheloniousMonk:~$ ls `!!`
ls `which evolution-2.2 `
-rwxr-xr-x  1 root root 157K 2005-04-06 12:22 /usr/bin/evolution-2.2

I don't seem to have a manpage for evolution on this end, so
I can't see what the story is with the --component=mail
flag. In any case, they go to the same program on my end.
I've not used the other components of the Evolution suite,
but maybe the one under the Office menu opens (or is leaving
open the option to open) into the full suite, including the
calendar and so forth.

--

-- 
Stephen R. Laniel
steve <at> laniels.org
+(617) 308-5571
http://laniels.org/

Luke Yelavich | 1 May 2005 03:31

Re: Very slow ripping

On Sun, May 01, 2005 at 11:18:48AM EST, Stephen R Laniel wrote:
> Ah ha! I did not know about that. Voila:
> 
> /dev/hdc:
>  using_dma    =  0 (off)
> 
> Thanks a lot for that advice. So I did hdparm -d1 /dev/hdc
> and now I have
> 
> /dev/hdc:
>  using_dma    =  1 (on)
> 
> Solid. But then
> 
> 1) I reran grip, and I'm still getting rip speeds between 2x
> and 3x; and

it is very likely not the case, but is DMA turned on for your Hard drive 
as well? Also, is the system running anything else that is CPU or IO 
intensive at the time?

> 2) how do I get the hdparm setting to stick around after I
> reboot?

You need to add something like the following to your /etc/hdparm.conf 
file

/dev/hdx {
	dma = on
}

Hope this helps.
-- 
Luke

Get my public GPG key here: http://www.themuso.com/themuso-gpg-key.txt
On Sun, May 01, 2005 at 11:18:48AM EST, Stephen R Laniel wrote:
> Ah ha! I did not know about that. Voila:
> 
> /dev/hdc:
>  using_dma    =  0 (off)
> 
> Thanks a lot for that advice. So I did hdparm -d1 /dev/hdc
> and now I have
> 
> /dev/hdc:
>  using_dma    =  1 (on)
> 
> Solid. But then
> 
> 1) I reran grip, and I'm still getting rip speeds between 2x
> and 3x; and

it is very likely not the case, but is DMA turned on for your Hard drive 
as well? Also, is the system running anything else that is CPU or IO 
intensive at the time?

> 2) how do I get the hdparm setting to stick around after I
> reboot?

You need to add something like the following to your /etc/hdparm.conf 
file

/dev/hdx {
	dma = on
}

Hope this helps.
--

-- 
Luke

Get my public GPG key here: http://www.themuso.com/themuso-gpg-key.txt

Gmane