Re: svn doesnt connect to server

2009-06-03 Thread Peter Robinson

Brad King wrote:




OK, I got it to work.  THANKS! In case anyone else is reading this
1) I added a stable debian repository in /etc/apt/sources.list
2) aptitude update
3) Checked versions of libneon27-gnutls using v key, removed bad one 
and installed libneon27-gnutls (0.28.2-6.1)

cheers Peter





Peter Robinson wrote:

For what ever reason I was not able to downgrade as above.


If your /etc/apt/sources.list does not refer to 'stable' then the
method I posted may not work.

 I then
uninstalled the 0.28.4-1 version and installed the previous one from 
/var/cache/apt/archives#


dpkg -i libneon27_0.28.2-6.1+b1_i386.deb

which was installed OK. Still have the same SVN problem. Is it 
necessary to reinstall subversion or relink it? Shouldnt that work 
automagically?


Check that your svn binary is actually using the library installed
by that package:

$ ldd /usr/bin/svn | grep libneon
libneon-gnutls.so.27 = /usr/lib/libneon-gnutls.so.27

$ ls -l /usr/lib/libneon-gnutls.so.27
lrwxrwxrwx 1 root root 24 2009-06-02 10:29 
/usr/lib/libneon-gnutls.so.27 - libneon-gnutls.so.27.1.2


$ dpkg -S /usr/lib/libneon-gnutls.so.27.1.2
libneon27-gnutls: /usr/lib/libneon-gnutls.so.27.1.2

-Brad




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: svn doesnt connect to server

2009-06-02 Thread Peter Robinson

Brad King wrote:

Hi Peter,

I had the same problem this morning and then saw your message.
I used 'ldd' to see what libraries the svn client uses, and
then looked at which ones changed when I updated yesterday.
Then I backed off one package at a time until the problem
went away.

My client works again after downgrading libneon27-gnutls.
Edit your '/etc/apt/preferences' and add this:

---
Package: libneon27-gnutls
Pin: release o=Debian,a=stable
Pin-Priority: 1001
---

Then run 'sudo apt-get install libneon27-gnutls'.  It should
downgrade the package.

Bad version:  libneon27-gnutls (0.28.4-1)
Good version: libneon27-gnutls (0.28.2-6.1)

-Brad



For what ever reason I was not able to downgrade as above. I then 
uninstalled the 0.28.4-1 version and installed the previous one from 
/var/cache/apt/archives#



dpkg -i libneon27_0.28.2-6.1+b1_i386.deb

which was installed OK. Still have the same SVN problem. Is it necessary 
to reinstall subversion or relink it? Shouldnt that work automagically?


Thanks Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




I wish I knew why emacs is smarter than Kile....

2009-06-01 Thread Peter Robinson

Dear gurus,

I use emacs for most programming and scripting tasks (what else?), but 
have to come to like kile for writing LaTeX. I have never seemed to 
manage locales very well, and now after an update on testing, kile 
displays German characters (Umlauts and Esszed i.e. äöüß) as gibberish 
e.g. Ì, while emacs shows everything correctly. What is going on and 
how to fix it?


Thanks Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




svn doesnt connect to server

2009-06-01 Thread Peter Robinson

Hi all,

after an update, my subversion client (svn)  doesnt connect to any SVN 
servers (either my own or others on the internet). This is strange 
because other network connections are working without probolems. The 
error message is:


svn: OPTIONS von »https://xx.xx.xx.xx/svn/bla«: Konnte keine Verbindung 
zum Server herstellen (https://xx.xx.xx.xx)

(Couldnt connect to server)

Wireshark shows that

10.00fe80::::ff02::2ICMPv6Router 
solicitation
20.059216fe80::8000:f227:ac55:f9b3fe80::::
ICMPv6Router advertisement
35.001156Intel_71:f0:4fTecom_6d:76:6cARPWho has 
192.168.2.1?  Tell 192.168.2.33
45.001422Tecom_6d:76:6cIntel_71:f0:4fARP192.168.2.1 
is at xx:xx:xx:xx:xx:xx



Any ideas?
THanks Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Diagnosing sound problems

2009-05-31 Thread Peter Robinson

Andrei Popescu wrote:

On Fri,29.May.09, 23:26:39, Peter Robinson wrote:
   
  
The sound levels are at max. I hear some system sounds but no audio  
(e.g. youtube). The speakers are on full...



Ok, if you do hear some system sounds then you do have working sound.  
Can you please tell exactly what works and what doesn't? BTW, you posted 
the output of speaker-test, but did you get any sound?


Regards,
Andrei
  


I did not get sound from the test. In the meantime I tried
#alsa reload
#alsactl store

and now have sound. Although I am happy about this, I wish I understood 
exactly what wnet wrong. In any case thank you for the help!

-Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Diagnosing sound problems

2009-05-29 Thread Peter Robinson

Hi deb-gurus,

after an update, sound on my system stopped starting automatically and I 
needed to run alsaconf after each boot to get it started. So I updated 
all packages on my system and now it seems that even alsaconf was 
automatically removed. Using the Audio Settings panel in gnome, the test 
never completes. I am at something of a loss as to how to figure out 
exactly where the problem is, any suggestions?

thanks Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Diagnosing sound problems

2009-05-29 Thread Peter Robinson

Andrei Popescu wrote:

On Fri,29.May.09, 08:19:35, Peter Robinson wrote:
  

Hi deb-gurus,

after an update, sound on my system stopped starting automatically and I  
needed to run alsaconf after each boot to get it started. So I updated  
all packages on my system and now it seems that even alsaconf was  
automatically removed. Using the Audio Settings panel in gnome, the test  
never completes. I am at something of a loss as to how to figure out  
exactly where the problem is, any suggestions?

thanks Peter



Fist make sure you have alsa-base installed. If you already had it then 
please provide the relevant entry to your audio device from 'lspci -vvv' 
and the output of 'lsmod | grep snd' and 'cat /proc/asound/cards'.


Regards,
Andrei
  

Thanks Andrei. Here is the output:

lspci -vv
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)

   Subsystem: Intel Corporation Device 2504
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- 
TAbort- MAbort- SERR- PERR- INTx-

   Latency: 0, Cache Line Size: 64 bytes
   Interrupt: pin A routed to IRQ 22
   Region 0: Memory at 8832 (64-bit, non-prefetchable) [size=16K]
   Capabilities: access denied
   Kernel driver in use: HDA Intel
   Kernel modules: snd-hda-intel


pe...@peter:~$ lsmod | grep snd
snd_hda_intel 324248  0
snd_pcm_oss32800  0
snd_mixer_oss  12320  1 snd_pcm_oss
snd_pcm62596  2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy   2660  0
snd_seq_oss24992  0
snd_seq_midi5728  0
snd_rawmidi18496  1 snd_seq_midi
snd_seq_midi_event  6432  2 snd_seq_oss,snd_seq_midi
snd_seq41456  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event

snd_timer  17800  2 snd_pcm,snd_seq
snd_seq_device  6380  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd45604  9 
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device

soundcore   6368  1 snd
snd_page_alloc  7816  2 snd_hda_intel,snd_pcm


pe...@peter:~$ cat /proc/asound/cards
0 [Intel  ]: HDA-Intel - HDA Intel
 HDA Intel at 0x8832 irq 22

-Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Diagnosing sound problems

2009-05-29 Thread Peter Robinson

Andrei Popescu wrote:

On Fri,29.May.09, 19:53:07, Peter Robinson wrote:

[snip]

Everything looks normal. Do you get sound if your run

speaker-test -c2

(interrupt with Ctrl+C)? Are the volume levels ok? Check with alsamixer.

Regards,
Andrei
  
The sound levels are at max. I hear some system sounds but no audio 
(e.g. youtube). The speakers are on full...


speaker-test -c2

speaker-test 1.0.20

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 2048 to 8192
Period size range from 1024 to 1024
Using max buffer size 8192
Periods = 4
was set period_size = 1024
was set buffer_size = 8192
0 - Front Left
1 - Front Right
Time per period = 5,824978
0 - Front Left
1 - Front Right
Time per period = 5,976103
0 - Front Left
1 - Front Right


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




netbook for debian

2009-03-01 Thread Peter Robinson

Hi all,

I am thinking of buying a netbook and would like to ask for opinions 
about good options for use with debian (preferably, alternatively 
Ubuntu). At the moment, I have been looking at

Samsung NC10-anyNet KA06DE 10,2 Zoll WSVGA Netbook
and
Asus Eee PC 1000H 10 Zoll WSVGA Netbook
but I would like to spend as little money as possible to get a reliable 
small laptop for presentations and for writing/surfing while on the road.


thanks cheers Peter



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: netbook for debian

2009-03-01 Thread Peter Robinson

(...)
Thanks to all who ansered. For what it's worth I have decided to go with 
the Asus EeePC 901, which is available here for 235 Euro and would seem 
to be more than enough for my needs (especially since debian support 
seems to be excellent).

cheers Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Bug in Iceweasel: Graphics not displayed

2009-02-24 Thread Peter Robinson

Sven Joachim wrote:

On 2009-02-23 23:23 +0100, Peter Robinson wrote:

  

I have noticed that Iceweasel (i.e., firefox, version 3.06 under
debian sid) does not display the graphics from Wikipedia, although as
far as I can tell images from all other websites are shown
correctly. That is, instead of the images on a page like

http://en.wikipedia.org/wiki/Vasco_da_Gama

one sees only blank white areas.



What is the value of permissions.default.image in about:config ?  If it
is set to 3, Iceweasel will only load images from the same server as the
website, which reduces advertising but also the usability of Wikipedia.

See http://kb.mozillazine.org/Permissions.default.image for more
information.

Sven


  

Thanks, I had permissions.default.image = 1.
Therefore, I guess the problem is related to the SVG viewer 
adobesvg-3.01, since so much of Wikipedia is displayed as svg? Although 
the error message says


failed to initialize shared library 
/home/peter/downloads/adobesvg-3.0/libNPSVG3.so


I am unable to find the setting in Iceweasel that is linking to this (at 
the moment there is no plugin for SVG, do you still need this?


Thanks Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Bug in Iceweasel: Graphics not displayed

2009-02-23 Thread Peter Robinson


Dear all,


I have noticed that Iceweasel (i.e., firefox, version 3.06 under debian 
sid) does not display the graphics from Wikipedia, although as far as I 
can tell images from all other websites are shown correctly. That is, 
instead of the images on a page like


http://en.wikipedia.org/wiki/Vasco_da_Gama

one sees only blank white areas.

Has anyone else had this problem?

CHeers Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Bug in Iceweasel: Graphics not displayed

2009-02-23 Thread Peter Robinson

Ron Johnson wrote:

On 02/23/2009 04:32 PM, Thierry Chatelet wrote:

On 23 February 2009 23:23:55 Peter Robinson wrote:

Dear all,


I have noticed that Iceweasel (i.e., firefox, version 3.06 under debian
sid) does not display the graphics from Wikipedia, although as far as I
can tell images from all other websites are shown correctly. That is,
instead of the images on a page like

http://en.wikipedia.org/wiki/Vasco_da_Gama

one sees only blank white areas.

Has anyone else had this problem?

CHeers Peter


In squeeze, iceweasel 3.06 too, everything is showing OK on the page 
you mentioned.

Thierry



AOL!  In Sid IW 3.0.6-1 all the images (of VdG, maps of Africa, etc) 
all appear.


Maybe OP has some misconfigured plugins?

Any ideas what plugins could be doing this? I have Java, Flash, some 
plugins for videas streams, adobe reader, but nothing too unusual...

-Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Bug in Iceweasel: Graphics not displayed

2009-02-23 Thread Peter Robinson

Thierry Chatelet wrote:

On 23 February 2009 23:54:18 Peter Robinson wrote:
  

Ron Johnson wrote:


On 02/23/2009 04:32 PM, Thierry Chatelet wrote:
  

On 23 February 2009 23:23:55 Peter Robinson wrote:


Dear all,


I have noticed that Iceweasel (i.e., firefox, version 3.06 under debian
sid) does not display the graphics from Wikipedia, although as far as I
can tell images from all other websites are shown correctly. That is,
instead of the images on a page like

http://en.wikipedia.org/wiki/Vasco_da_Gama

one sees only blank white areas.

Has anyone else had this problem?

CHeers Peter
  

In squeeze, iceweasel 3.06 too, everything is showing OK on the page
you mentioned.
Thierry


AOL!  In Sid IW 3.0.6-1 all the images (of VdG, maps of Africa, etc)
all appear.

Maybe OP has some misconfigured plugins?
  

Any ideas what plugins could be doing this? I have Java, Flash, some
plugins for videas streams, adobe reader, but nothing too unusual...
-Peter



Can you try to start iceweasel from a command line? It may show something...


  
Right! Here it is (the German text says Cannot find the shared object 
file libgtksuperwin.so). I have libgtk2.12 installed. As far as I can 
see there is no package called libgtksuperwin...



pe...@peter:~$ iceweasel
LoadPlugin: failed to initialize shared library 
/home/peter/downloads/adobesvg-3.0/libNPSVG3.so [libgtksuperwin.so: Kann 
die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden]

** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
LoadPlugin: failed to initialize shared library 
/home/peter/downloads/adobesvg-3.0/libNPSVG3.so [libgtksuperwin.so: Kann 
die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden]








--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: grub failure after recent dist-upgrade

2009-02-21 Thread Peter Robinson

Brad Rogers wrote:

On Fri, 20 Feb 2009 13:36:42 -0800
Todd A. Jacobs tjacobs-tmp-1235597804.7b5...@codegnome.org wrote:

Hello Todd,

  

error: unknown command 'initrd'
How can I recover from this?



First, you need to get the system up.  Do this by editing the boot
command so the first two lines get removed.  That is, the ones that
begin

set root=

search --fs-uuid

If that doesn't start the system correctly, you'll have to drop to a
grub command line (possibly after a reboot) and enter the lines
beginning

linux /boot/vmlinuz-2
then
initrd /boot/initrd.img

Once you get the system up, comment out all occurrences of the lines
starting (as root)

set root=

search --fs-uuid

All should now work correctly.  Why those two lines stuff things up, I
don't know.  However, since you're the only other person I know of that
has this issue, I'm guessing it's not a universal problem.

  


I had the same problem and solved by commenting out the set and search 
lines in grub.cfg:

menuentry Debian GNU/Linux, linux 2.6.26-1-686 {
#   set root=(hd0,1)
#   search --fs-uuid --set 49db5ebc-7a54-4501-9c3f-12a2e2a36f78
   linux   /boot/vmlinuz-2.6.26-1-686 root=/dev/sda1 ro
   initrd  /boot/initrd.img-2.6.26-1-686
}
I am running lenny i386.
-Peter




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




xemacs flickers

2009-02-19 Thread Peter Robinson

Hi all,

I  have xemacs21 installed on a the following system (PC)


deb ftp://ftp.de.debian.org/debian/ sid main contrib non-free
deb-src ftp://ftp.de.debian.org/debian/ sid main

deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib
deb http://www.debian-multimedia.org unstable main


After using xemacs for several minutes, the menu bar begins to flicker 
and xemacs uses up about 50% of the CPU time in top. I have found 
several mentions of similar problems in google from around 2003 but saw 
now solution. What is going on?


I cannot imagine life without the one true editor...

cheers Peter


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




automake/debian packaging

2008-10-26 Thread Peter Robinson

Hi all,

I have written some C code that I would like to package as a dynamic 
library using automake/autoconf and thence as a debian package. I am 
afraid I have had zero experience with these tools, and the documents I 
have found online are either too simple or too complex to get started. 
Sorry if this is a bit OT, but does anyone on this list have any tips on 
tutorials for creating a dynamic C library from a source tree with the 
following structure:



public_header_file.h (perhaps in directory called include)
directory_with_lots_of_c_and_private_h_files (nicer still would be 
multiple separate directories!)


thanks Peter



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




Re: latex/maketextfm problem

2008-10-24 Thread Peter Robinson

Florian Kulzer wrote:

On Thu, Oct 23, 2008 at 21:39:47 +0200, Peter Robinson wrote:
  

Samuel Bächler wrote:


Peter Robinson wrote:
  

kpathsea: Running mktextfm hv
/usr/share/texmf/web2c/mktexnam: Could not map typeface abbreviation  
v for hv.
/usr/share/texmf/web2c/mktexnam: Need to update  
/usr/share/texmf-texlive/fonts/map/fontname/special.map?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;  
nonstopmode; input hv

This is METAFONT, Version 2.71828 (Web2C 7.5.6)

kpathsea: Running mktexmf hv
! I can't find file `hv'.
* \mode:=ljfour; mag:=1; nonstopmode; input hv



[...]

  
For me one thing seems quite clear: the hv-file (whatever it is) is  
missing. Install it or try to do

it without it. Hope this will help.
  

Thanks,
I have figured out that hv is referring to a helvetica font. I have not  
been able to figure out which debian package provides this font, or if  
it needs to be installed otherwise. I have just tried the  
ttf-mscore-fonts package with no luck.



AFAIK, the Helvetica font family is referred to as phv in latex's font
selection scheme, e.g. \renewcommand{\familydefault}{phv} to set the
default font family of a document to Helvetica. The fonts are provided
by the package texlive-fonts-recommended.

In your case, however, mktextfm seems to look for the metafont source
for a hv font; this source should be named hv.mf and I cannot find a
file of that name anywhere in Debian or CTAN. If this is an unusual or
commercial font, then there should be some documentation or remarks in
the comments on where to get the font. (Could it be one of the HV math
fonts from MicroPress?) What kind of files are you trying to process?

  
I now think that the problem was that the cls file was trying to 
redefine the default helvetica font to a proprietary font called hv that 
is available on dome other system (?Windows). After commenting out those 
lines, the error messages disappeared.

-THanks Peter



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




Re: latex/maketextfm problem

2008-10-23 Thread Peter Robinson

Samuel Bächler wrote:

Peter Robinson wrote:

kpathsea: Running mktextfm hv
/usr/share/texmf/web2c/mktexnam: Could not map typeface abbreviation 
v for hv.
/usr/share/texmf/web2c/mktexnam: Need to update 
/usr/share/texmf-texlive/fonts/map/fontname/special.map?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; 
nonstopmode; input hv

This is METAFONT, Version 2.71828 (Web2C 7.5.6)

kpathsea: Running mktexmf hv
! I can't find file `hv'.
* \mode:=ljfour; mag:=1; nonstopmode; input hv
Find out what this file 'hv' is needed for. Maybe your template is a 
old one and hv is somehow

not needed anymore.


Please type another input file name
! Emergency stop.
* \mode:=ljfour; mag:=1; nonstopmode; input hv

Transcript written on mfput.log.
grep: hv.log: Datei oder Verzeichnis nicht gefunden
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
input hv' failed to make hv.tfm.

kpathsea: Appending font creation commands to missfont.log.
! Font \footnotefont=hv at 6.0pt not loadable: Metric (TFM) file not 
found.

l.163 \font\footnotefont\frutigermed at 6pt
For me one thing seems quite clear: the hv-file (whatever it is) is 
missing. Install it or try to do

it without it. Hope this will help.

Cheers

Sam





Thanks,
I have figured out that hv is referring to a helvetica font. I have not 
been able to figure out which debian package provides this font, or if 
it needs to be installed otherwise. I have just tried the 
ttf-mscore-fonts package with no luck.

-Peter


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




latex/maketextfm problem

2008-10-22 Thread Peter Robinson

Hi all,

I am trying to use a latex template that leads to the following error. 
The problem seems to be related to a file called hv or to the fact that 
fonts cannot be created at a certian size (last two lines). I have seen 
some problems similar to the second issue in various mailing lists, but 
was not able to find a solution. Anyone have any ideas?
PS, I have a sid system, psfontmgs is installed, and most of the 
tetex/latex stuff is installed (and working).


Thanks Peter


kpathsea: Running mktextfm hv
/usr/share/texmf/web2c/mktexnam: Could not map typeface abbreviation v 
for hv.
/usr/share/texmf/web2c/mktexnam: Need to update 
/usr/share/texmf-texlive/fonts/map/fontname/special.map?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; 
nonstopmode; input hv

This is METAFONT, Version 2.71828 (Web2C 7.5.6)

kpathsea: Running mktexmf hv
! I can't find file `hv'.
* \mode:=ljfour; mag:=1; nonstopmode; input hv

Please type another input file name
! Emergency stop.
* \mode:=ljfour; mag:=1; nonstopmode; input hv

Transcript written on mfput.log.
grep: hv.log: Datei oder Verzeichnis nicht gefunden
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
input hv' failed to make hv.tfm.

kpathsea: Appending font creation commands to missfont.log.
! Font \footnotefont=hv at 6.0pt not loadable: Metric (TFM) file not found.
l.163 \font\footnotefont\frutigermed at 6pt

?   



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




Using gtkpod for an ipod

2008-06-21 Thread Peter Robinson

| Hi all,

I have a 30 GB iPod that I would like to migrate to my debian box. I am 
currently trying to get gtkpod running.


What is the recommended way of mounting the ipod (I am currently running 
fluxbox with no automnatic mounts).


If I try to mount it as hfsplus or vfat I get an error like:

peter:/home/peter# mount -t hfsplus /dev/sdb /mnt/ipod
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
  missing codepage or helper program, or other error
  In some cases useful info is found in syslog - try
  dmesg | tail  or so


dmesg | tail shows:

peter:/home/peter# dmesg | tail
sd 8:0:0:0: [sdb] Mode Sense: 6c 00 00 08
sd 8:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1 sdb2
sd 8:0:0:0: [sdb] Attached SCSI removable disk
sd 8:0:0:0: Attached scsi generic sg2 type 0
hfs: unable to find HFS+ superblock
FAT: bogus logical sector size 2
VFS: Can't find a valid FAT filesystem on dev sdb.
hfs: unable to find HFS+ superblock
hfs: unable to find HFS+ superblock


Cannot find an answer in the docs, any help appreciated!

cheers, Peter



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




Re: Using gtkpod for an ipod

2008-06-21 Thread Peter Robinson

Sven Joachim wrote:

On 2008-06-21 14:10 +0200, Peter Robinson wrote:

  

If I try to mount it as hfsplus or vfat I get an error like:

peter:/home/peter# mount -t hfsplus /dev/sdb /mnt/ipod
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
  missing codepage or helper program, or other error
  In some cases useful info is found in syslog - try
  dmesg | tail  or so



This is not really surprising, since this message...

  

dmesg | tail shows:

peter:/home/peter# dmesg | tail
sd 8:0:0:0: [sdb] Mode Sense: 6c 00 00 08
sd 8:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1 sdb2



...shows that the device /dev/sdb is partitioned and has two primary
partitions.

  

sd 8:0:0:0: [sdb] Attached SCSI removable disk
sd 8:0:0:0: Attached scsi generic sg2 type 0
hfs: unable to find HFS+ superblock
FAT: bogus logical sector size 2
VFS: Can't find a valid FAT filesystem on dev sdb.
hfs: unable to find HFS+ superblock
hfs: unable to find HFS+ superblock


Cannot find an answer in the docs, any help appreciated!



Try to mount sdb1 and/or sdb2 and show the results.

Sven

  


of course, you caught me sleeping ... but I am still not sure what 
filetype to specify



peter:/home/peter# mount /dev/sdb1 /mnt/ipod/
mount: you must specify the filesystem type
peter:/home/peter# dmesg | tail
sd 9:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1 sdb2
sd 9:0:0:0: [sdb] Attached SCSI removable disk
sd 9:0:0:0: Attached scsi generic sg2 type 0
hfs: unable to find HFS+ superblock
hfs: unable to find HFS+ superblock
hfs: unable to find HFS+ superblock
hfs: unable to find HFS+ superblock
FAT: invalid media value (0x2f)
VFS: Can't find a valid FAT filesystem on dev sdb1.
peter:/home/peter#


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




Re: Java webstart in amd64

2008-06-09 Thread Peter Robinson

Andrew Sackville-West wrote:

On Mon, Jun 09, 2008 at 08:23:58AM -0700, Andrew Sackville-West wrote:
  

On Mon, Jun 09, 2008 at 01:37:35PM +, Walt L. Williams wrote:


Good Morning

Try this link
http://packages.debian.org/etch/sun-java5-jdk

If you look over on the right there are links for 
Sun Java 6. I am currently using the the backport
of java 6 on etch without trouble. I would recommend 
that you use apt-get or? to install them. I installed

them by downloaded them and installed them
with dpkg, what a pain.
  

Unless I misread the OP, he is looking for the java plugin. There is
no sun-java plugin for amd64.



my bad! I misread...

A
  



In case anyone else is following this post, I have found an interesting 
method of setting things up:


http://www.debian-administration.org/articles/583

still am working on implementing this on my box tho..gruß P.


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




Java webstart in amd64

2008-06-07 Thread Peter Robinson

Dear all,

although I have seen some pages with advice on how to get java working 
in amd64 / testing, I am still a bit confused. Is the best way to go a 
chroot environment? In particular, I have not had great experiences with 
gcjava and prefer the sun version of java, but no javaws is available at 
present for amd64. DOes anyone know of a tutorial on how to get things 
rolling?


thanks :_} Peter


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




Re: Hmmm. A question. Was [Re: Debian is losing its users]

2008-04-01 Thread Peter Robinson

Douglas A. Tutty wrote:

On Mon, Mar 31, 2008 at 01:54:44PM -0500, Vikki Roemer wrote:
  

On Mon, Mar 31, 2008 at 2:42 AM, Chris Bannister
[EMAIL PROTECTED] wrote:


On Sun, Mar 30, 2008 at 02:09:10PM +1100, Owen Townend wrote:
  Hey,
They also alphabetically increment with each release and Gutsy Gibbon,
  Hardy Herron and Intrepid Ibex are the current timeline releases for 7.10,
  8.04 and 8.10 respectively. So it'll have to be 'j' onwards. How about
  Jovial Jackal?

 Wasn't there a Hoary Hedgehog?
  

Yeah, from about 2 years ago before they started going in alphabetical order.

 


I guess Jumpin Jackass wouldn't be a selling feature.

Other than Jackel, what other animals start with the letter 'J'?

Doug.


  

j-bird


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




Toid authentication disabled

2008-03-23 Thread Peter Robinson

Hi all,
I am trying to set up mutt using fetchmail to get mail from y POP3 
server. I am getting the error Toid authentication disabled. What does 
Toid refer to here? I have entered the same settings with fetchmailconf 
as I have in Icedove..

thanks peter

fetchmail: 6.3.8 fragt pop.t-online.de ab (Protokoll POP3) um So 23 Mär 
2008 20:26:40 CET: Abfrage gestartet

Versuche, mit 194.25.134.25/110 zu verbinden...verbunden.
fetchmail: POP3 -ERR Toid authentication disabled
fetchmail: Toid authentication disabled
fetchmail: POP3 QUIT
fetchmail: 6.3.8 fragt ab pop.t-online.de (Protokoll POP3) um So 23 Mär 
2008 20:26:41 CET: Abfrage beendet

fetchmail: Abfragestatus=3 (AUTHFAIL)
fetchmail: normale Beendigung, Status 3
Done.


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




Freeze on Caplock in kile

2008-03-21 Thread Peter Robinson

Hi folks,

I am running the latest unstable system. Three times in the last week my 
machine comnpletely froze up while I was using Kile, seemingly after 
hitting the shift key (?). The two LEDs on the upper right of the 
keyboard then start blinking, the mouse and everything else freezes 
(i.e., it is not possible to restart X but I needed to poweroff the 
computer manually). I havent experienced this since the good old days of 
the blue screen of death of Windows 98, where such events at least had a 
comforting sense of regularity to them :-0.


Any ideas how to trouble shoot this?

Thanks, Peter


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




Re: Freeze on Caplock in kile

2008-03-21 Thread Peter Robinson

Peter Robinson wrote:

Hi folks,

I am running the latest unstable system. Three times in the last week 
my machine comnpletely froze up while I was using Kile, seemingly 
after hitting the shift key (?). The two LEDs on the upper right of 
the keyboard then start blinking, the mouse and everything else 
freezes (i.e., it is not possible to restart X but I needed to 
poweroff the computer manually). I havent experienced this since the 
good old days of the blue screen of death of Windows 98, where such 
events at least had a comforting sense of regularity to them :-0.


Any ideas how to trouble shoot this?

Thanks, Peter


It keeps getting betternow my computer beeped three times and 
everything went black (i.e., the computer shut itself off). I had a look 
at tail /var/log/messages, the last line was:



Mar 21 10:33:20 peter kernel: warning: process `nginx' used the 
deprecated sysctl system call with 1.33.



Could that have anything do to with my problems or does this sound more 
like a hardware issue?


-Peter


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




Re: German characters in English locale

2008-03-11 Thread Peter Robinson

Dan H. wrote:

On Sun, Mar 09, 2008 at 07:09:19PM +0100, Peter Robinson wrote:
  
I like to have my environment in English but need to write German texts 
using latex.



Same here.

  

The typical

\usepackage[ngerman]{babel} % deutsche Sprachunterst�tzung
\usepackage[ansinew]{inputenc} % Zeichencodierung Windows
\usepackage[T1]{fontenc}


does not work.



Are you sure your input encoding is indeed ansinew? I'd bet it's
UTF-8. Last time I checked TeX didn't support UTF-8 so I'm still using
latin1 for TeX.

--D.

  

Thanks to all who replied. The following works perfectly:

\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}

cheers, Peter


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




German characters in English locale

2008-03-09 Thread Peter Robinson

Hi all,

I like to have my environment in English but need to write German texts 
using latex. The typical


\usepackage[ngerman]{babel} % deutsche Sprachunterst�tzung
\usepackage[ansinew]{inputenc} % Zeichencodierung Windows
\usepackage[T1]{fontenc}


does not work. If I type a German character such as ä and try to compile 
with pdflatex, I get:



[PDFLaTeX] finished with exit status 1
./Word-LaTeX-Vergleich2.tex:36:Command \textcurrency unavailable in 
encoding T1. ...ender Weise. Dies ist die \LaTeX-Version.}

(...)
[PDFLaTeX] 1 error, 0 warnings, 4 badboxes

I then tried to reset the locales to include both english and german 
(using dpkg-reconfigure locales), but get


dpkg-reconfigure locales
(Set to en and de...)
locales-all installed, skipping locales generation


What is going on? Any tips? THanks
-Peter


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




Re: Cannot remove thttpd

2008-02-24 Thread Peter Robinson

Jamin Davis wrote:

Peter Robinson wrote:

Stopping web server: invoke-rc.d: initscript thttpd, action stop 
failed.

dpkg: error processing thttpd (--remove):
subprocess pre-removal script returned error exit status 1
Starting web server: thttpd.
Errors were encountered while processing:
thttpd


You could either start thttpd before removal (invoke-rc.d thttpd 
start) or remove the offending script /var/lib/dpkg/info/thttpd.prerm 
and then 'aptitude remove thttpd'. This is probably a bug in the 
thttpd dpkg scripts.





Thanks, that solved the problem with thttpd...but now I get the 
following error message from aptitude:


Using mkinitramfs-kpkg to build the ramdisk.
initrd.img(/boot/initrd.img-2.6.24-1-686
) points to /boot/initrd.img-2.6.24-1-686
(/boot/initrd.img-2.6.24-1-686) -- doing nothing at 
/var/lib/dpkg/info/linux-image-2.6.24-1-686.postinst line 583.

vmlinuz(/boot/vmlinuz-2.6.24-1-686
) points to /boot/vmlinuz-2.6.24-1-686
(/boot/vmlinuz-2.6.24-1-686) -- doing nothing at 
/var/lib/dpkg/info/linux-image-2.6.24-1-686.postinst line 583.

Running postinst hook script update-grub.
User postinst hook script [update-grub] failed to execute: No such file 
or directory

dpkg: error processing linux-image-2.6.24-1-686 (--configure):
subprocess post-installation script returned error exit status 255
dpkg: dependency problems prevent configuration of linux-image-2.6-686:
linux-image-2.6-686 depends on linux-image-2.6.24-1-686; however:
 Package linux-image-2.6.24-1-686 is not configured yet.
dpkg: error processing linux-image-2.6-686 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-2.6.24-1-686
linux-image-2.6-686


--any tips appreciated!, Peter


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




Re: Cannot remove thttpd

2008-02-24 Thread Peter Robinson

Florian Kulzer wrote:

On Sun, Feb 24, 2008 at 11:13:23 +0100, Peter Robinson wrote:

[...]

  
Thanks, that solved the problem with thttpd...but now I get the  
following error message from aptitude:


Using mkinitramfs-kpkg to build the ramdisk.



[...]

  

Running postinst hook script update-grub.
User postinst hook script [update-grub] failed to execute: No such file or 
directory
dpkg: error processing linux-image-2.6.24-1-686 (--configure):
subprocess post-installation script returned error exit status 255
dpkg: dependency problems prevent configuration of linux-image-2.6-686:
linux-image-2.6-686 depends on linux-image-2.6.24-1-686; however:
 Package linux-image-2.6.24-1-686 is not configured yet.
dpkg: error processing linux-image-2.6-686 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-2.6.24-1-686
linux-image-2.6-686



Take a look at /etc/kernel-img.conf and make sure that the postinst_hook
and the postrm_hook give the full path to the update-grub script, i.e.
these two lines should look like this:

postinst_hook = /usr/sbin/update-grub
postrm_hook   = /usr/sbin/update-grub

Also try to run update-grub as root; are there any error messages?

  
Thanks, for some reason grub was not installed according to aptitude 
(although I had been nooting without problems). I installed the grub 
package and seemed to solve the problem.

:-0} Peter


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




Re: Matlab on Debian

2008-02-23 Thread Peter Robinson

Michael Yang wrote:

Hi all:

I want to install the matlab package on debian, do you know any 
repositories I can use?


Thanks.
M.
matlab is a commercial product. For many uses, octave should be just as 
good and is available in debian (the syntax of octave is about 98% 
identical with that of matlab, so take a look at the docs).

-Peter


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




Cannot remove thttpd

2008-02-23 Thread Peter Robinson

Hi,

I would like to remove the package thttpd but get the following error 
message. I do not see the process running (with ps aux for instance). 
How can I get rid of it. Here is the message I get from aptitude:


Preconfiguring packages ...
(Reading database ... 276185 files and directories currently installed.)
Removing thttpd ...
Stopping web server: invoke-rc.d: initscript thttpd, action stop failed.
dpkg: error processing thttpd (--remove):
subprocess pre-removal script returned error exit status 1
Starting web server: thttpd.
Errors were encountered while processing:
thttpd


thanks, Peter


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




Re: Can print from KPDF but not Acrobat

2008-02-11 Thread Peter Robinson

Alan Ianson wrote:

On Sun February 10 2008 08:27:11 am Peter Robinson wrote:
  

Hi all,

I don't seem to have set up printing correctly...I am running a testing
system and can print fine from KPDF but attempting to print from Acrobat
returns the error message:
The print process returns an error. Please check if the printer is
connected to the machine (it is!).
I have seen that a few others had this problem on this list but was not
able to find a solution. I am using Acrobat reader 8.1



I think acroread requires cupsys-bsd, is it installed?


  

Thanks, that solved the problem!
-cheers, peter


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




Can print from KPDF but not Acrobat

2008-02-10 Thread Peter Robinson

Hi all,

I don't seem to have set up printing correctly...I am running a testing 
system and can print fine from KPDF but attempting to print from Acrobat 
returns the error message:
The print process returns an error. Please check if the printer is 
connected to the machine (it is!).
I have seen that a few others had this problem on this list but was not 
able to find a solution. I am using Acrobat reader 8.1


Thanks, Peter


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




Re: CUPS vs lp: Cannot print from acroread

2007-10-22 Thread Peter Robinson

Avi Rozen wrote:

Peter Robinson wrote:

  

Could someone point me in the right direction?



probably this'll fix it:

apt-get install cupsys-bsd

Cheers,
Avi.

  

Thanks! That did the trick. -peter


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




CUPS vs lp: Cannot print from acroread

2007-10-21 Thread Peter Robinson

Hi all,

I am having problems printing from acroread. I have set up a HP 1320 
laser printer using CUPs, and can print PDF files from KPDF without any 
problems.
When I try to print from acroread, my system gets sluggish for 10-15 
secs (although top shows nothing very unusual during this time) until 
finally the print dialog of acroread appears. After I click on print 
one sees the job getting sent off to the printer, but the job lands in 
nirvana and nothing gets printed.

Using the CUPS/manage jobs page at localhost:631, I see no new job.

If I enter lpq, bash tells me

lpq
lpq: lp: unknown printer


Could someone point me in the right direction?

Thanks a lot, Peter


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




Konqueror File Association Pattern

2007-10-12 Thread Peter Robinson

Dear all,

in a fit of click before you think I mistakenly assigned a file 
association pattern to Kile for directories (thinking I was clicking on 
a .tex file). Now, when I click on a directory, Kile is opened, which of 
course makes no sense, especially because I cannot open directories with 
the left mouse button any more.


I have looked in Konqueror-Settings-Configure Konqueror - File 
Associations, but I am not able to find anything for directory. Does 
anyone have any idea of how to remove the association?


Thanks, Peter


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




Re: Konqueror File Association Pattern

2007-10-12 Thread Peter Robinson

Florian Kulzer wrote:

On Fri, Oct 12, 2007 at 17:57:35 +0200, Peter Robinson wrote:
  

Dear all,

in a fit of click before you think I mistakenly assigned a file 
association pattern to Kile for directories (thinking I was clicking on a 
.tex file). Now, when I click on a directory, Kile is opened, which of 
course makes no sense, especially because I cannot open directories with 
the left mouse button any more.



Of course, I had to try this myself immediately...

(It works.)

  
I have looked in Konqueror-Settings-Configure Konqueror - File 
Associations, but I am not able to find anything for directory. Does anyone 
have any idea of how to remove the association?



You can undo this in the File Association menu by going to inode 
directory. In the Embedding tab, check Show file in embedded viewer
or Use settings for 'inode' group.

If you furthermore remove Kile from the list in the General tab then
it will no longer appear as an option in the right-click Open with
menu for directories. 

  



That did it! Thanks! Never again will I click on something without 
thinking... :-0}



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




Re: OT: Choice of OOo and LaTeX (Was: Tool for document management)

2007-09-26 Thread Peter Robinson

[EMAIL PROTECTED] wrote:

On 26 Sep, Peter Robinson wrote:

  

...
  
  
  

If you write in latex you can always convert to RTF via latex2rtf,
which in my experience works excellently. If needed, it is no big
deal to convert this to word format. It is definitely worth the
effort to learn latex.
cheers, peter





 I disagree.  I use latex for some articles which are submitted to
scientific journals, but for the type of writing which Steve has
described, Oo.org is fine, with no learning curve, and he can output it
to .doc or.rtf as necessary.  If he wants to have an index, or
bibliograpy, footnotes, etc. in the book, it´s definitely worth learning
to use latex or some variant.

 If revision history, etc, is necessary or really desirable, using 
lyx and subversion, as other posters suggested, might be a good way to

go; I haven´t used lyx myself for several years, so I´m dont´t know how
easy it would be for him to use.
  


I write all my texts in latex, use JabRef/bibtex to manage references, 
subversion to keep track of things and to collaborate with coauthors, 
and -- if I need to submit to a journal misguided enough only to accept 
word, latex2rtf.
Gone are the days of hundreds of different versions of a manuscript as 
separate word files. Gone are the days when EndNote kept loosing my 
references or word kept screwing up almost anything.
Things have become simply EASIER and I have more time to do real work, 
as opposed to secretarial/editorial chores.

The time I invested to learn all this has been repaid at least 50 times.
Even if Steve or others have different needs, I submit that they too 
will benefit from latex/SVN etc for document management, the cost of 
rethinking a few work steps is truly minor..


just my 2c :- }
-peter


-Chris 



|   Christopher Judd, Ph. D.  [EMAIL PROTECTED]   |



IMPORTANT NOTICE: This e-mail and any attachments may contain
confidential or sensitive information which is, or may be, legally
privileged or otherwise protected by law from further disclosure.  It
is intended only for the addressee.  If you received this in error or
from someone who was not authorized to send it to you, please do not
distribute, copy or use it or any attachments.  Please notify the
sender immediately by reply e-mail and delete this from your
system. Thank you for your cooperation.



  



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




Re: OT: Choice of OOo and LaTeX (Was: Tool for document management)

2007-09-25 Thread Peter Robinson

Steve Lamb wrote:

Douglas A. Tutty wrote:
  

The output is PostScript
so I kept a copy of GhostView (gv) running (watching the file) and
whenever I wanted to see how things looked, just ran lout on my file to
the same output file name.



Yeahhh, no thanks.  I don't like coding HTML with the produce and peek
method of screwing it up.

  

Talk to your publisher.



This presumes I have a publisher.  I never said I did.  I pointed out
that it appears that submissions are desired in two formats. 
Implication being that when I am done with my work I'll be submitting it

to different places in the hopes of getting it picked up.  Since I am
unaware of what company, if any, I will end up with I cannot make any
presumptions about any format they will accept outside of the lowest
common denominator.  Word, plain text or printed manuscript.
  


If you write in latex you can always convert to RTF via latex2rtf, which 
in my experience works excellently. If needed, it is no big deal to 
convert this to word format. It is definitely worth the effort to learn 
latex.

cheers, peter


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




Configuring onboard intel soundcard: No sound

2007-09-15 Thread Peter Robinson

Hey good folks,

I am trying to get sound running on a computer with an intel board and 
the following parameters:


# lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)


# cat /proc/asound/cards
0 [Intel  ]: HDA-Intel - HDA Intel
 HDA Intel at 0x8832 irq 23

# head -n5 /proc/asound/card0/codec#2
Codec: SigmaTel STAC9271D
Address: 2
Vendor Id: 0x83847627
Subsystem Id: 0x80862504
Revision Id: 0x100201

I tried:
modprobe snd-intel8x0 ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; 
modprobe snd-seq-oss


Result: No error message when playing audio but also no sound.


I also tried
#alsoconf (the above card was recognized without problems)
# alsactl store
alsactl: save_state:1253: No soundcards found...
#speaker-test


speaker-test 1.0.14

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib confmisc.c:769:(parse_card) cannot find card ''
ALSA lib conf.c:3510:(_snd_config_evaluate) function 
snd_func_card_driver returned error: No such device

ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_concat 
returned error: No such device

ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_refer 
returned error: No such device

ALSA lib conf.c:3982:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default
Playback open error: -19,No such device
ALSA lib confmisc.c:769:(parse_card) cannot find card ''
ALSA lib conf.c:3510:(_snd_config_evaluate) function 
snd_func_card_driver returned error: No such device

ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_concat 
returned error: No such device

ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_refer 
returned error: No such device

ALSA lib conf.c:3982:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default
Playback open error: -19,No such device



Any ideas? PS, I am running sid with a 2.6.22 kernel.

Thanks, Peter


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




Re: Configuring onboard intel soundcard: No sound

2007-09-15 Thread Peter Robinson

Florian Kulzer wrote:

On Sat, Sep 15, 2007 at 08:02:11 +0200, Peter Robinson wrote:
  



Tach Florian, here is the output of the various commands:

[EMAIL PROTECTED]:~$ cat /proc/interrupts | egrep -i 'hda|23:'
23: 274056  0   IO-APIC-fasteoi   HDA Intel

There is apparently only one codec:
[EMAIL PROTECTED]:~$ ls /proc/asound/card0/
codec#2id oss_mixer  pcm0c/ pcm0p/ pcm1p/


Please post the output of the following:

cat /dev/sndstat
  

cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.14 emulation code)
Kernel: Linux peter 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 UTC 2007 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA Intel at 0x8832 irq 23

Audio devices:
0: STAC92xx Analog (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers:
0: SigmaTel STAC9271D
[EMAIL PROTECTED]:~$ 


[EMAIL PROTECTED]:~$ ls -l /dev/{snd,dsp}
crw-rw 1 root audio 14, 3 2007-09-15 18:16 /dev/dsp

/dev/snd:
total 0
crw-rw 1 root audio 116,  0 2007-09-15 18:16 controlC0
crw-rw 1 root audio 116, 24 2007-09-15 18:16 pcmC0D0c
crw-rw 1 root audio 116, 16 2007-09-15 18:16 pcmC0D0p
crw-rw 1 root audio 116, 17 2007-09-15 18:16 pcmC0D1p
crw-rw 1 root audio 116, 33 2007-09-15 18:16 timer


cat /etc/modprobe.d/sound
  


cat /etc/modprobe.d/sound
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0


***

grep '.*' /sys/module/snd_hda_intel/parameters/*
/sys/module/snd_hda_intel/parameters/enable:N
/sys/module/snd_hda_intel/parameters/id:NULL
/sys/module/snd_hda_intel/parameters/index:0
/sys/module/snd_hda_intel/parameters/model:NULL
/sys/module/snd_hda_intel/parameters/position_fix:0
/sys/module/snd_hda_intel/parameters/probe_mask:-1
/sys/module/snd_hda_intel/parameters/single_cmd:N
[EMAIL PROTECTED]:~$


*

Thanks! Peter



I tried:
modprobe snd-intel8x0 ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; 
modprobe snd-seq-oss



The snd_hda_intel module should be enough, together with snd_pcm_oss for
legacy OSS support. What is your output for lsmod | grep snd?

  

Result: No error message when playing audio but also no sound.

I also tried
#alsoconf (the above card was recognized without problems)
# alsactl store
alsactl: save_state:1253: No soundcards found...
#speaker-test

speaker-test 1.0.14

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib confmisc.c:769:(parse_card) cannot find card ''
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_card_driver 
returned error: No such device



[...]

  


Any ideas? PS, I am running sid with a 2.6.22 kernel.



You might have to pass some additional parameters to the snd_hda_intel
module when you modprobe it. I hope that the output of one of the
commands above will give us a clue.

  



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




Re: Configuring onboard intel soundcard: No sound

2007-09-15 Thread Peter Robinson

Elimar Riesebieter wrote:

On Sat, 15 Sep 2007 the mental interface of
Peter Robinson told:

  

Hey good folks,

I am trying to get sound running on a computer with an intel board and the 
following parameters:


# lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)


# cat /proc/asound/cards
0 [Intel  ]: HDA-Intel - HDA Intel
 HDA Intel at 0x8832 irq 23

# head -n5 /proc/asound/card0/codec#2
Codec: SigmaTel STAC9271D
Address: 2
Vendor Id: 0x83847627
Subsystem Id: 0x80862504
Revision Id: 0x100201

I tried:
modprobe snd-intel8x0 ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; 
modprobe snd-seq-oss


Result: No error message when playing audio but also no sound.



alsaconf is buggy. I prepared a working version for alsa-utils
1.0.14-2 which will come soon. Anyway, on 2.6 Kernels alsaconf isn't
neede. Udev does the job ;)

Try:
# modprobe snd-intel8x0
# mv /var/lib/alsa/asound.state /var/lib/alsa/asound.state.save
# /etc/init.d/alsa-utils start

I suppose Headphone Jack Sense and Line Jack Sense aren't muted
[0] [1] which will be done by the above mentioned commands.

[0] http://www.thinkwiki.org/wiki/AD1981B
[1] 
http://alsa.opensrc.org/index.php/FAQ#My_ALSA_modules_seem_to_be_loaded_fine_but_I_hear_no_sound._Why.27s_that.3F

Elimar


  



That corrected the problem! Thanks for the help to all who answered!
-peter




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




Installing Testing onto an Intel DG965WH-board Machine

2007-07-15 Thread Peter Robinson
Dear all,

I am having some difficulties installing Debian onto my new machine. The 
hardware is:
1)CPU: Intel Core 2 Duo, 2.40 GHz, L2 Cache 4096 kB
2)Board: Intel Desktop Board DG965WH
3)DVD Recorder: ASUS Lightscribe Drive DRW-1814BL
and some other more or less standard equipment.

The problem is that the installation CDs start the installation but then do not 
recognize the DVD drive (I have used jigdo for Testing CD #1), even after BIOS 
updates.


I think the problem is that a relatively recent loadable kernel module is 
required, because Kubuntu is able to start and recognizes all my hardware. I 
therefore did an lsmod for both CDs, and found a list of modules that are 
loaded in the working Kubuntu installation CD and are absent in the Debian 
installation that doesnt work.

I have not been able to find a good description of the various modules, but I 
would assume that it is ata_generic and or pata_marvell from the sound of it. 
(See complete list below). My question is, how do I prepare these modules to 
use them for the Debian install CD? Do I need to compile an entire new kernel 
version or is there a better way?

Thanks, Peter

List of Modules in Kubuntu but not in Debian

ac
acpi_cpufreq
af_packet
agpgart
asus_acpi
ata_generic
backlight
battery
bitblit
bluetooth
button
capability
commoncap
container
cpufreq_conservative
cpufreq_ondemand
cpufreq_powersave
cpufreq_stats
cpufreq_userspace
dev_acpi
dock
drm
e1000
evdev
fbcon
font
freq_table
fuse
i2c_core
i2c_ec
iTCO_vendor_support
iTCO_wdt
intel_agp
ipv6
l2cap
loop
lp
nls_cp437
nls_iso8859_1
pata_marvell
pcc_acpi
pci_hotplug
pcspkr
ppdev
psmouse
radeon
rfcomm
sbs
serio_raw
sg
shpchp
snd
snd_hda_codec
snd_hda_intel
snd_mixer_oss
snd_page_alloc
snd_pcm
snd_pcm_oss
snd_rawmidi
snd_seq
snd_seq_device
snd_seq_dummy
snd_seq_midi
snd_seq_midi_event
snd_seq_oss
snd_timer
softcursor
sony_acpi
soundcore
squashfs
sr_mod
tc1100_wmi
tileblit
tsdev
unionfs
vesafb
video


All Modules Loaded for Debian Test Install CD #1

Module  Size  Used by
vfat   11392  0 
fat45596  1 vfat
rsrc_nonstatic 11648  0 
pcmcia_core35856  1 rsrc_nonstatic
sbp2   20232  0 
isofs  31544  0 
ide_cd 35360  0 
cdrom  32160  1 ide_cd
ide_disk   14720  0 
ide_generic 1280  0 [permanent]
pdc202xx_new7808  0 [permanent]
aec62xx 6656  0 [permanent]
alim15x3   11020  0 [permanent]
amd74xx12956  0 [permanent]
atiixp  5776  0 [permanent]
cmd64x  9884  0 [permanent]
cs5520  4608  0 [permanent]
cs5530  4864  0 [permanent]
cs5535  4224  0 [permanent]
cy82c6934356  0 [permanent]
hpt34x  4992  0 [permanent]
it821x  7684  0 [permanent]
jmicron 4096  0 [permanent]
ns87415 4168  0 [permanent]
opti621 3972  0 [permanent]
pdc202xx_old9344  0 [permanent]
piix9092  0 [permanent]
rz1000  2688  0 [permanent]
sc1200  6528  0 [permanent]
serverworks 8328  0 [permanent]
siimage10880  0 [permanent]
sis551312296  0 [permanent]
slc90e664992  0 [permanent]
triflex 3712  0 [permanent]
trm290  3972  0 [permanent]
via82cxxx   8324  0 [permanent]
usb_storage70848  0 
vga16fb11148  2 
vgastate7680  1 vga16fb
usbserial  28136  0 
usbhid 35552  0 
usbkbd  6656  0 
thermal13320  0 
processor  23212  1 thermal
fan 4740  0 
sd_mod 18832  0 
ohci1394   29744  0 
ieee1394   84408  2 sbp2,ohci1394
parport_pc 31268  0 
parport31816  1 parport_pc
floppy 51748  0 
ahci   17540  0 
libata 87316  1 ahci
scsi_mod  121352  5 sbp2,usb_storage,sd_mod,ahci,libata
generic 5380  0 [permanent]
ide_core  107248  31 
ide_cd,ide_disk,ide_generic,pdc202xx_new,aec62xx,alim15x3,amd74xx,atiixp,cmd64x,cs5520,cs5530,cs5535,cy82c693,hpt34x,it821x,jmicron,ns87415,opti621,pdc202xx_old,piix,rz1000,sc1200,serverworks,siimage,sis5513,slc90e66,triflex,trm290,via82cxxx,usb_storage,generic
ehci_hcd   26888  0 
uhci_hcd   19980  0 
usbcore   108676  7 
usb_storage,usbserial,usbhid,usbkbd,ehci_hcd,uhci_hcd


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



Re: Installing Testing onto an Intel DG965WH-board Machine

2007-07-15 Thread Peter Robinson
On Sun, Jul 15, 2007 at 08:44:23AM -0700, [EMAIL PROTECTED] wrote:
 Quoting Peter Robinson [EMAIL PROTECTED]:
 
 Dear all,
 
 I am having some difficulties installing Debian onto my new machine.  
  The hardware is:
 1)CPU: Intel Core 2 Duo, 2.40 GHz, L2 Cache 4096 kB
 2)Board: Intel Desktop Board DG965WH
 3)DVD Recorder: ASUS Lightscribe Drive DRW-1814BL
 and some other more or less standard equipment.
 
 The problem is that the installation CDs start the installation but   
 then do not recognize the DVD drive (I have used jigdo for Testing   
 CD #1), even after BIOS updates.
 
 
 I had a similar problem on the 965 chipset as well. The installer  
 won't detect anything on the IDE controller. Using an installer with a  
 2.6.20 or 2.6.21 kernel should work for you.
 
 Mike



Thanks Mike,
where can I get a Debian installer with a 2.6.20/21 kernel then? I havent seen 
anything more recent than the testing install CD?

thanks Peter






 
 
 This message was sent using IMP, the Internet Messaging Program.
 
 
 -- 
 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]



Installing Etch on an Intel DG965WH Board

2007-06-17 Thread Peter Robinson
Hi all!

I bought a new computer with the following components:
Intel Desktop Board DG965WH
Intel Core 2 Duo 2.40 GHz (6600)
ASUS DVD Recorder/DVD optical drive
etc

I am trying to install Debian Etch but the installer does not recognize the DVD 
ROM drive and offers the opportunity to add a driver from floppy. I have not 
been able to find the right thing. From a search in Google, I would imagine 
that the problem is the  SATA controller controller of the Intel board, which 
has three modes of operation:

* IDE mode - no AHCI, no RAID
* SATA mode (sometimes called AHCI mode) - AHCI enabled, no RAID
* RAID mode - AHCI enabled, RAID enabled

I have tried all three modes with no success. I am a bit surprise because I 
bought this particular combination because, among other things, of reports in 
the internet that the board worked more or less out of the box with linux...

I would appreciate any ideas on where to look for solutions.

Thanks, Peter :-}


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



Re: Installing Etch on an Intel DG965WH Board

2007-06-17 Thread Peter Robinson
On Sun, Jun 17, 2007 at 02:17:33PM +, Thias wrote:
 On Sun, Jun 17, 2007 at 06:45:41AM -0500, Hugo Vanwoerkom wrote:
  Peter Robinson wrote:
  Hi all!
  
  I bought a new computer with the following components:
  Intel Desktop Board DG965WH
  Intel Core 2 Duo 2.40 GHz (6600)
  ASUS DVD Recorder/DVD optical drive
  etc
  
  I am trying to install Debian Etch but the installer does not recognize 
  the DVD ROM drive and offers the opportunity to add a driver from floppy. 
  I have not been able to find the right thing. From a search in Google, I 
  would imagine that the problem is the  SATA controller controller of the 
  Intel board, which has three modes of operation:
  
  * IDE mode - no AHCI, no RAID
  * SATA mode (sometimes called AHCI mode) - AHCI enabled, no RAID
  * RAID mode - AHCI enabled, RAID enabled
  
  I have tried all three modes with no success. I am a bit surprise because 
  I bought this particular combination because, among other things, of 
  reports in the internet that the board worked more or less out of the box 
  with linux...
  
  I would appreciate any ideas on where to look for solutions.
  
 
 Hi Peter,
 
 Does your DVD drive is connected as IDE or SATA?
 You may have it under /dev/scd0 with that kind of hardware.
 


It is connected as SATA. There is no entry in /dev/ that seems promising 
(/dev/scd0 is not present). It seems funny that the installer CD is able to get 
that far but then is no longer able to read itself...

I have seen that Ubuntu can be booted via USB stick in order to get a working 
system running. I believe something similar is possible for Debian although I 
have never tried it. Does that seem promising?

thanks, Peter


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



Re: Installing Etch on an Intel DG965WH Board

2007-06-17 Thread Peter Robinson
On Sun, Jun 17, 2007 at 12:51:00PM -0400, Frank McCormick wrote:
 On Sun, 17 Jun 2007 16:22:07 +0200
 [EMAIL PROTECTED] (Peter Robinson) wrote:
 
  On Sun, Jun 17, 2007 at 02:17:33PM +, Thias wrote:
   On Sun, Jun 17, 2007 at 06:45:41AM -0500, Hugo Vanwoerkom wrote:
Peter Robinson wrote:
Hi all!

I bought a new computer with the following components:
Intel Desktop Board DG965WH
Intel Core 2 Duo 2.40 GHz (6600)
ASUS DVD Recorder/DVD optical drive
  
  
  It is connected as SATA. There is no entry in /dev/ that seems
  promising (/dev/scd0 is not present). It seems funny that the
  installer CD is able to get that far but then is no longer able to
  read itself...
 
 
 
What MODEL is the DVD drive? - Linux in general should not have
 trouble with DVD drives READ or RW. The Intel MB is also one of THE
 most compatible boards. I run basically the same board with an Intel
 Core 2 Duo 2.6 GHZ and an LG DVD player.
 
 
 Cheers
 
 Frank

Thanks. I have a DRW-1814BLT from ASUS, which is a SATA connection. It is a DVD 
reader/recorder.

For what it's worth I have just tried to install from the first CD of the 
Testing dist (assembled by Jigdo), although I now got a rather long list of 
CDROM drivers, none of them did the trick.


Thanks, Peter


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



Re: Installing Etch on an Intel DG965WH Board

2007-06-17 Thread Peter Robinson
On Sun, Jun 17, 2007 at 03:22:19PM -0400, Frank McCormick wrote:
 On Sun, 17 Jun 2007 19:46:23 +0200
 [EMAIL PROTECTED] (Peter Robinson) wrote:
 
  I bought a new computer with the following components:
  Intel Desktop Board DG965WH
  Intel Core 2 Duo 2.40 GHz (6600)
  ASUS DVD Recorder/DVD optical drive


It is connected as SATA. There is no entry in /dev/ that seems
promising (/dev/scd0 is not present). It seems funny that the
installer CD is able to get that far but then is no longer able to
read itself...
   
   
   
  What MODEL is the DVD drive? - Linux in general should not have
   trouble with DVD drives READ or RW. The Intel MB is also one of THE
   most compatible boards. I run basically the same board with an Intel
   Core 2 Duo 2.6 GHZ and an LG DVD player.
  
  Thanks. I have a DRW-1814BLT from ASUS, which is a SATA connection.
  It is a DVD reader/recorder.
  
  For what it's worth I have just tried to install from the first CD of
  the Testing dist (assembled by Jigdo), although I now got a rather
  long list of CDROM drivers, none of them did the trick.
 
 
From a quick Google search I found some  Linuxers running the
 drive...so it would seem selecting the proper SATA setup in the Bios is
 the key. Did your MB come setup in the computer?
 
 


Yeah, I actually googled first before deciding to buy these components. I 
bought the components from a company here that assembled the parts, tested 
everything with Windows XP, and then thankfully were nice enough to remove 
that software from my computer. So for better or worse I take it that the 
hardware works and that there is a setup problem. As I say, I tried the three 
options to set up SATA, being  *IDE mode - no AHCI, no RAID,  * SATA mode 
(sometimes called AHCI mode) - AHCI enabled, no RAID  and  * RAID mode - AHCI 
enabled, RAID enabled.


There didnt appear to be much else to do in the BIOS settings, but I am no big 
expert.

thanks Peter


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



ams.sty not found after updating to texlive

2007-04-29 Thread Peter Robinson

Dear Debianers,

I am running a debian sid system on a Dell dimension 8300 PC (2.6.18-3-686 #1 
SMP) and am having some problems getting latex working after I updated some 
packages to day. I removed the tetex packages and installed texlive (initially 
including texlive-base, texlive-bin, texlive-common and subsequently 
texlive-all). After this, the system cannot find the ams.sty file for the 
American Mathematical Society package (which should apparently be installed 
with texlive-base -- this package is listed as installed at version 2007-4).

Using find /usr/share -iname amy.sty turned up nothing either.

Any ideas what could be going wrong?

Thanks Peter


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



Re: ams.sty not found after updating to texlive

2007-04-29 Thread Peter Robinson
On Sun, Apr 29, 2007 at 10:35:21AM -0400, Michael Marsh wrote:
 On 4/29/07, Peter Robinson [EMAIL PROTECTED] wrote:
 I am running a debian sid system on a Dell dimension 8300 PC (2.6.18-3-686 
 #1 SMP) and am having some problems getting latex working after I updated 
 some packages to day. I removed the tetex packages and installed texlive 
 (initially including texlive-base, texlive-bin, texlive-common and 
 subsequently texlive-all). After this, the system cannot find the ams.sty 
 file for the American Mathematical Society package (which should 
 apparently be installed with texlive-base -- this package is listed as 
 installed at version 2007-4).
 
 Using find /usr/share -iname amy.sty turned up nothing either.
 
 Any ideas what could be going wrong?
 
 Wasn't ams.sty deprecated years ago?  And wasn't it amstex.sty?
 amsmath.sty is in texlive-latex-base.  amssymb.sty is in texlive-base.
 Why they're separated, I have no idea.


You are right. For some reason I had included the ams package in the latex file 
I was working on as well as the amsmath package. Deleting the reference to ams 
solved the problem.

Thanks for the help!, Peter














 
 -- 
 Michael A. Marsh
 http://www.umiacs.umd.edu/~mmarsh
 http://mamarsh.blogspot.com
 http://36pints.blogspot.com
 
 
 -- 
 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]



Problems Installing R

2006-07-27 Thread Peter Robinson
Hi list,

I am running a generally quite stable unstable system, but recently have had 
troubles installing R 2.3. Although I can get aptitude to install r-base and 
r-base-core without any noticeable problems, when I then try to start R, I get 
the warning message

Error in options(...) : invalid editor parameter
Error: .onLoad failed in 'loadNamespace' for 'utils'
Error in options(...) : invalid editor parameter
In addition: Warning message:
package utils in options(defaultPackages) was not found
Error: .onLoad failed in 'loadNamespace' for 'utils'
Error in options(...) : invalid editor parameter
In addition: Warning message:
package stats in options(defaultPackages) was not found
Error: .onLoad failed in 'loadNamespace' for 'utils'
During startup - Warning message:
package methods in options(defaultPackages) was not found


Didn't find anything in Google on this...any help appreciated.

Take care, Peter


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



iMovie Ersatz for debian?

2005-12-26 Thread Peter . Robinson
Hi List,
I was wondering if anybody has any opinions on the possibilities of ''cutting'' 
family videos on debian linux (specifically, I have had a Mac for many years 
which
I now use only for multimedia applications. In the meantime I have migrated 
completely
to debian with this one exception. Since my mac is now showing its years, I 
want to
do this too with my debian system.)
Thanks in advance for any tips  happy holidays!
Peter


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



GTK Woes

2005-12-14 Thread Peter . Robinson
Hi ,

after a recent dist-upgrade to etch, I have noticed problems with starting 
JabRef, a Java-based reference manager that apparently
uses some native GTK libraries. JabRef basically crashes with the following 
message:

[EMAIL PROTECTED]:~/PDF$ java -jar JabRef-1.8.1.jar

** ERROR **: file
../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line
572 (createRawData): assertion failed: (data_fid != 0)
aborting...
Abgebrochen 


I havent been able to find anything quite to the point by Googling...any ideas?


Thanks, Peter

ps abgebrochen = aborted




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



T-DSL Settings and Intermittent COnnection Problems

2005-11-21 Thread Peter . Robinson
Hi debianers,

after a recent update to unstable (haha), I have been experiencing difficult to 
trace problems
in getting a net connection via pppoe to the German DSL (T-DSL) provider. 
Seemingly at random, it does
not work upon booting,but does work after 1..n reboots.

Here is what happens if I try to ifup the system (the DSL modem is on eth0).


anna:/home/peter# ifup -a
ifup: interface lo already configured
ifup: interface eth0 already configured
anna:/home/peter# /etc/init.d/networking restart
Reconfiguring network interfaces...ifup: interface lo already configured
done.
anna:/home/peter# plog
Nov 14 07:57:51 localhost pppd[5491]: sendPacket: send: Network is down
Nov 14 07:57:51 localhost pppd[5491]: Exit.
Nov 15 06:15:47 localhost pppd[5988]: Plugin rp-pppoe.so loaded.
Nov 15 06:15:47 localhost pppd[6027]: pppd 2.4.3 started by root, uid 0
Nov 15 06:15:47 localhost pppd[6027]: sendPacket: send: Network is down
Nov 15 06:15:47 localhost pppd[6027]: Exit.
Nov 15 06:21:45 localhost pppd[5188]: Plugin rp-pppoe.so loaded.
Nov 15 06:21:45 localhost pppd[5229]: pppd 2.4.3 started by root, uid 0
Nov 15 06:21:45 localhost pppd[5229]: sendPacket: send: Network is down
Nov 15 06:21:45 localhost pppd[5229]: Exit.
anna:/home/peter#



Thanks for any ideas

Peter


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



Re: symlink errors while installing java (Sun's jdk)

2005-11-07 Thread Peter . Robinson



On Mon, Nov 07, 2005 at 01:05:19AM +, Albretch Mueller wrote:
 // __
 Your (Peter's) instructions broke at 4) 2.4 apt-get update and 5) because 
 of the previous problem


I'm not sure I understand what you mean, but perhaps it would be possible to
download the java package directly and install it with dpkg? Everything else 
should
then work without changes.
hth Peter










 
 4) 2.4 Run apt-get update
 apt-get update
 to update the lists of the available packages.
 
 // __
 sh-3.00# apt-get update
 E: Type 'non-free' is not known on line 40 in source list 
 /etc/apt/sources.list
 
 * thing is that part of the statement wrap to the enext line. A one-liner 
 fixed the problem
 
 // __
 sh-3.00# apt-get update
 Get:1 http://kanotix.com ./ Packages [42.4kB]
 Get:2 http://ftp.us.debian.org unstable/main Packages [3708kB]
 Err http://non-us.debian.org unstable/non-US/main Packages  404 Not Found
 Ign http://non-us.debian.org unstable/non-US/main Release
 Get:3 http://security.debian.org stable/updates/main Packages [139kB]
 Hit http://ndiswrapper.sourceforge.net ./ Packages
 Err http://non-us.debian.org unstable/non-US/contrib Packages  404 Not Found
 Ign http://non-us.debian.org unstable/non-US/contrib Release
 Err http://non-us.debian.org unstable/non-US/non-free Packages  404 Not 
 Found
 Ign http://non-us.debian.org unstable/non-US/non-free Release
 Hit http://ftp.de.debian.org stable/main Packages
 Hit http://ftp.de.debian.org stable/main Release
 Ign http://ndiswrapper.sourceforge.net ./ Release
 Hit http://ftp.de.debian.org stable/contrib Packages
 Hit http://ftp.de.debian.org stable/contrib Release
 Hit http://ftp.de.debian.org stable/non-free Packages
 Hit http://ftp.de.debian.org stable/non-free Release
 Get:4 http://ftp.de.debian.org testing/main Packages [3410kB]
 Get:5 http://kanotix.com ./ Release [7964B]
 Get:6 http://security.debian.org stable/updates/main Release [110B]
 Hit http://security.debian.org stable/updates/contrib Packages
 Get:7 http://security.debian.org stable/updates/contrib Release [113B]
 Hit http://security.debian.org stable/updates/non-free Packages
 Get:8 http://security.debian.org stable/updates/non-free Release [114B]
 Hit http://security.debian.org testing/updates/main Packages
 Get:9 http://security.debian.org testing/updates/main Release [111B]
 Hit http://security.debian.org testing/updates/contrib Packages
 Get:10 http://security.debian.org testing/updates/contrib Release [114B]
 Hit http://security.debian.org testing/updates/non-free Packages
 Get:11 http://security.debian.org testing/updates/non-free Release [115B]
 Get:12 http://ftp.us.debian.org unstable/main Release [82B]
 Get:13 http://ftp.us.debian.org unstable/contrib Packages [60.3kB]
 Get:14 http://ftp.us.debian.org unstable/contrib Release [85B]
 Get:15 http://ftp.us.debian.org unstable/non-free Packages [67.6kB]
 Get:16 http://ftp.us.debian.org unstable/non-free Release [86B]
 Get:17 http://ftp.de.debian.org testing/main Release [81B]
 Get:18 http://ftp.de.debian.org testing/contrib Packages [48.8kB]
 Get:19 http://ftp.de.debian.org testing/contrib Release [84B]
 Get:20 http://ftp.de.debian.org testing/non-free Packages [56.0kB]
 Get:21 http://ftp.de.debian.org testing/non-free Release [85B]
 Get:22 http://ftp.de.debian.org unstable/main Packages [3708kB]
 Get:23 http://ftp.de.debian.org unstable/main Release [82B]
 Get:24 http://ftp.de.debian.org unstable/contrib Packages [60.3kB]
 Get:25 http://ftp.de.debian.org unstable/contrib Release [85B]
 Get:26 http://ftp.de.debian.org unstable/non-free Packages [67.6kB]
 Get:27 http://ftp.de.debian.org unstable/non-free Release [86B]
 Get:28 http://ftp.de.debian.org ../project/experimental/main Packages 
 [218kB]
 Get:29 http://ftp.de.debian.org ../project/experimental/main Release [104B]
 Get:30 http://ftp.de.debian.org ../project/experimental/contrib Packages 
 [1177B]
 Get:31 http://ftp.de.debian.org ../project/experimental/contrib Release 
 [107B]
 Hit http://ftp.de.debian.org ../project/experimental/non-free Packages
 Get:32 http://ftp.de.debian.org ../project/experimental/non-free Release 
 [108B]
 Fetched 11.6MB in 1m22s (140kB/s)
 Failed to fetch 
 http://non-us.debian.org/debian-non-US/dists/unstable/non-US/main/binary-i386/Packages.gz
  
  404 Not Found
 Failed to fetch 
 http://non-us.debian.org/debian-non-US/dists/unstable/non-US/contrib/binary-i386/Packages.gz
  
  404 Not Found
 Failed to fetch 
 http://non-us.debian.org/debian-non-US/dists/unstable/non-US/non-free/binary-i386/Packages.gz
  
  404 Not Found
 Reading Package Lists... Done
 E: Some index files failed to download, they have been ignored, or old ones 
 used instead.
 
 // __
 5) Install necessary packages
 It is now time to install the packages that allows for the creation of the 
 deb archive of the Java installation file. And also fakeroot if one wishes 
 to create deb archive as a regular user. Execute
 
 apt-get install java-package fakeroot
 
 // __
 sh-3.00# apt-get 

Re: symlink errors while installing java (Sun's jdk)

2005-11-06 Thread Peter . Robinson
On Sun, Nov 06, 2005 at 04:20:36PM +, Albretch Mueller wrote:
 Hi *,
 
 while installing java on an external drive using knoppix I got symlink 
 errors each time a symlink was tried out:
 
 ./jdk-1_5_0_05-linux-i586.bin  file 21
 
 after spacing out of the License Agreement and starting the installation I 
 got a total of actually 4 symlink errors, each and every time the 
 compilation tried linking a file or directory
 
 I have tried so far comp.lang.java.programmer (search the newsgroup for: 
 symlink errors while installing java . . . ), and knoppix.net 
 (http://www.knoppix.net/forum/viewtopic.php?t=21924) and no one has 
 explained to me why this happens and how to troubleshoot this problem
 
 Also I find quite strange that when I search for these types of errors, 
 namely symlink error: Operation not permitted, (using google) I don't 
 find anything other than my own post.
 
 What does this error actually mean?
 
 Why do these symlink errors happen?
 
 How do you fix them?
 

These instructions are available somewhere on the web but seem to be hard to 
find. In any case, they have worked great for me 
and java installation goes without problems:

1) Download the J2SE JDK from sun
 Download the option under Linux Platform that says self-extracting file (the 
one whose filename ends in .bin), not the RPM one.
 
 2) 2.1 Add deb sources for unstable
 
 Add the following lines to your /etc/apt/sources.list file. You should already 
have similar entries for testing there.
 
 # Unstable
 deb http://ftp.us.debian.org/debian unstable main contrib non-free
 deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib 
non-free
 
 3) 2.2 Edit APT preferences file
 
 Edit the /etc/apt/preferences file. If you don't have that file, just create a 
new one.
 
 Package: *
 Pin: release a=testing
 Pin-Priority: 650
 
 Package: *
 Pin: release a=unstable
 Pin-Priority: 600
 
 Pay attention to the priority values. The higher number the higher priority.
 
 4) 2.4 Run apt-get update
 apt-get update
 to update the lists of the available packages. 
 
 
 5) Install necessary packages
 
 It is now time to install the packages that allows for the creation of the deb 
archive of the Java installation file. And also fakeroot if one wishes to 
create deb archive as a regular user. Execute
 
 apt-get install java-package fakeroot
 
 6) Create the Java deb package
 
 Then create the deb package of the Sun's Java installer by using make-jpkg In 
this example the Java 1.5.0 JRE is used.
 make-jpkg jre-1_5_0-linux-i586.bin   (Works better as root)
 
 7)  If you are unsure, you can check your version of java-package by issuing 
the following command
 
 apt-cache policy java-package | grep Installed
 
 Note: VErsion 0.17 of java-package is minimum required.
 
 8) Install the Java deb package
 
 Install the just created deb package. Example:
 
 dpkg -i sun-j2sdk1.5_1.5.0+final_i386.deb
 
 Note: Name of JDK is sun-j2sdk1.5
 
 
 9) Now install package with Debian-specific things that corresponds to the 
.deb created. Example:
 
 apt-get install sun-j2sdk1.5debian
 
 
 10) 
 Some dependency problem error messages
 
 If you get some error that says something about dependency problems during the 
above commands, ignore them for now and just proceed with both of the above 
commands.
 
 And after both above commands, execute
 
 apt-get -f install
 
 that should solve any dependency issues left.
 
 11) Setup path etc
 
 in .bashrc
 export JAVA_HOME=/usr/lib/j2sdk1.5-sun/[EMAIL 
PROTECTED]:/usr/lib/j2sdk1.5-sun/bin$  export PATH=$PATH:$JAVA_HOME
 
 
 
 HTH,
 Peter

















 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 sh-3.00# whoami
 root
 
 sh-3.00# gcc --version
 gcc (GCC) 3.3.6 (Debian 1:3.3.6-7)
 Copyright (C) 2003 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions. There is NO 
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 sh-3.00# dmesg | grep -i 'linux version'
 Linux version 2.6.12 ([EMAIL PROTECTED]) (gcc-Version 3.3.6 (Debian 
 1:3.3.6-7)) 
 #2 SMP Tue Aug 9 23:20:52 CEST 2005
 
 Is there anyoher piece of info you need from me?
 
 ...
 creating: jdk1.5.0_05/jre/lib/i386/server/
 inflating: jdk1.5.0_05/jre/lib/i386/server/libjvm.so
 inflating: jdk1.5.0_05/jre/lib/i386/server/Xusage.txt
 linking: jdk1.5.0_05/jre/lib/i386/server/libjsig.so -
 ../libjsig.so symlink error: Operation not permitted
 
 creating: jdk1.5.0_05/jre/lib/i386/client/
 inflating: jdk1.5.0_05/jre/lib/i386/client/libjvm.so
 inflating: jdk1.5.0_05/jre/lib/i386/client/Xusage.txt
 linking: jdk1.5.0_05/jre/lib/i386/client/libjsig.so -
 ../libjsig.so symlink error: Operation not permitted
 ...
 creating: jdk1.5.0_05/jre/javaws/
 linking: jdk1.5.0_05/jre/javaws/javaws - ../bin/javaws symlink
 error: Operation not permitted
 ...
 linking: jdk1.5.0_05/man/ja - ja_JP.eucJP symlink error:
 Operation not permitted
 // - - - - - - - - - - - - - - - - - - - - - 

How to include cweb-generated plain tex files in latex (OT?)

2005-11-03 Thread Peter . Robinson
Dear list,
please forgive this somewhat OT question, but a hour's worth of googling didnt 
turn up a solution. I have done a recent programming project 
with Knuths literate programming cweb package, which is an amazing tool that 
generates C code and documentation automagically.
Now I would like to include the generated plain tex files in a LaTeX document, 
but this seems to generate 100s of
errors. Is there something I am missing?

THanks

Peter


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



Where did the AT go?

2005-10-29 Thread Peter . Robinson
Hi list,

after an update of several programs using aptitude, I can no longer type an
 @ from the keyboard (I have a German QWERTZ keyboard, 105-de). Normally, to 
get the @ on this keyboard, you need to type ALT-GR-Q. Other ALT-GR mapped
characters such as ~ and \ are fine. The X configuration file also seems
the same as ever. 

dpkg-reconfigure console-data did not change anything.

Any other ideas? The problem only affects X, when starting without X I can type 
@ as always.

Thanks

Peter


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



diagnostics for unreliable network

2005-10-25 Thread Peter . Robinson
Hi Listers,

after a dist-upgrade to sid two weeks ago, my ADSL connection / pppoe 
intermittently doesnt start. There is no hardware problem as I can get into the 
network without problems from another OS. 
/etc/init.d/network restart executes without messages, but plog then shows:

anna:/home/peter# plog
Oct 25 07:12:14 localhost pppd[5936]: sendPacket: send: Network is down
Oct 25 07:12:14 localhost pppd[5936]: Exit.
Oct 25 07:12:58 localhost pppd[5954]: The remote system is required to 
authenticate itself
Oct 25 07:12:58 localhost pppd[5954]: but I couldn't find any suitable secret 
(password) for it to use to do so.
Oct 25 07:12:58 localhost pppd[5954]: (None of the available passwords would 
let it use an IP address.)

However, the problem only occurs intermittently. Are there any diagnostic tools 
that would allow one to narrow down the problem? I am not sure where to start 
looking?

THanks

Peter


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



Re: Document management system

2005-10-21 Thread Peter . Robinson
On Thu, Oct 20, 2005 at 10:34:13AM -0400, Joseph H. Fry wrote:
 
  I al searching for a document management system or whatever it is
  where i can 
  
  - add files (off course) 
  - add files by more then just one 
  - indexing and searching on content of the files 
  - make statistics that i can export to excel (statistics when i do a
  search)
  
  Anyone knows such a linux software package ?
 
 Check out DoXFS:
 
 http://sourceforge.net/docman/display_doc.php?docid=14323group_id=66432



Can anyone recommend a doc management system specifically for scientific PDF 
papers and abstracts from pubmed? I have had a look at Librarian but cannot 
seem to get it properly installed. I would be interested in something for which 
a debian package exists.

Thanks, Peter


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



Cannot get Xorg to start

2005-10-14 Thread Peter . Robinson
Hi Guys and Gals,
sorry to bother again, I am still struggling with getting Xorg to start on my 
system (debian testing, 2.6.7 kernel). I have used essentially the same 
settings as previously with xfree86. When I enter startx, I get a message that 
no device can be opened for the mouse

xf86OpenSerial: Cannot open device /dev/input/mouse0

If I go cat /dev/input/mouse0 (or /dev/psaux or /dev/input/mice) no device is 
ffound. This is strange because they are the same devices that always worked 
previously. Could this have to do with some unresolved conflict between xfree86 
and xorg? I would greatly appreciate any tips,

thanks
Peter


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



Re: Cannot get Xorg to start

2005-10-14 Thread Peter . Robinson
On Sat, Oct 15, 2005 at 12:26:07AM +0200, Jan C. Nordholz wrote:
  Hi Guys and Gals,
  sorry to bother again, I am still struggling with getting Xorg to start on 
  my system (debian testing, 2.6.7 kernel). I have used essentially the same 
  settings as previously with xfree86. When I enter startx, I get a message 
  that no device can be opened for the mouse
  
  xf86OpenSerial: Cannot open device /dev/input/mouse0
  
  If I go cat /dev/input/mouse0 (or /dev/psaux or /dev/input/mice) no device 
  is ffound. This is strange because they are the same devices that always 
  worked previously. Could this have to do with some unresolved conflict 
  between xfree86 and xorg? I would greatly appreciate any tips,
  
  thanks
  Peter
 
 Hi Peter,
 
 if `cat /dev/input/mouse0` responds with file not found, it means that the
 device file is missing - if it says device not found, the kernel is lacking
 support for that kind of special device. Did you change your kernel at the
 same time you migrated from XF86 to Xorg? Do you have a USB or a PS/2 mouse?
 Did you compile the kernel yourself, or are you using a prepackaged one?
 
 
 Jan
 
 -- 
 Jan C. Nordholz
 jckn At gmx net


dmesg shows

input: IMPS/2 Logitec Wheel Mouse on isa0060/serio1

I am using a self-compiled 2.6.7 kernel which I compiled about a year ago for a 
Dell Dimension 8300. The mouse is an unremarkable one attached via PS/2.

I am not sure what to make of isa0060/serio1, the mouse definitely does not use 
an ISA interface, what does this mean?

THanks, Peter
:-}


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



Re: Sarge not showing all RAM

2004-12-23 Thread Peter Robinson
On Thu, 2004-12-23 at 15:15, Jerome BENOIT wrote:
 Dave Ewart wrote:
  On Thursday, 23.12.2004 at 13:39 +, Jerome BENOIT wrote:
  
  
 Hello List,
 
 I observed a similar behaviour on my Sarge laptop (Inspiron 8200): I
 have 1GB ram but /proc/mening shows (only) 905136 kB and the Gnome
 system monitor 884 MB.
 
 I have to say that my kernel is not 4GB enabled: so far I thought that
 1GB was smaller that 4GB.
 
 In fact, according to the help message provided by the kernel,
 1GB is on the edge: so it is  not so clear to me wether the kernel
 must be 4GB enabled.
 
  
  
  There's something magic about that 905MB line - a 1GB RAM machine of
  ours showed that amount as total RAM when on a non-4GB and non-64GB
  kernel.  Don't know why exactly it's 905MB, but that ties up with what I
  saw.  It's not sharing with AGP memory, because my system didn't have
  that.
  
  Once upgraded to a 4GB kernel, the full 1GB was visible.
  
  Dave.
 
 I am rebuilding my kernel with this option.
 
 We will see,
 Jerome


There are three memory zones on x86 for linux
ZONE_DMA   16 MB
ZONE_NORMAL 16-896 MB
ZONE_HIGHMEM  896 MB

related to various hardware limitations. There's some interesting
discussions of this in 'Linux Kernel Development' by R. Love.
-peter



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



Re: Sarge not showing all RAM

2004-12-23 Thread Peter Robinson
On Thu, 2004-12-23 at 18:33, JerryN wrote:
 I have the book.  Sorry, but it's about as practically informative as
 these numerous emails.
 
 
 
 On Thu, 2004-12-23 at 18:24 +0100, Peter Robinson wrote:
  On Thu, 2004-12-23 at 15:15, Jerome BENOIT wrote:
   Dave Ewart wrote:
On Thursday, 23.12.2004 at 13:39 +, Jerome BENOIT wrote:


   Hello List,
   
   I observed a similar behaviour on my Sarge laptop (Inspiron 8200): I
   have 1GB ram but /proc/mening shows (only) 905136 kB and the Gnome
   system monitor 884 MB.
   
   I have to say that my kernel is not 4GB enabled: so far I thought that
   1GB was smaller that 4GB.
   
   In fact, according to the help message provided by the kernel,
   1GB is on the edge: so it is  not so clear to me wether the kernel
   must be 4GB enabled.
   


There's something magic about that 905MB line - a 1GB RAM machine of
ours showed that amount as total RAM when on a non-4GB and non-64GB
kernel.  Don't know why exactly it's 905MB, but that ties up with what I
saw.  It's not sharing with AGP memory, because my system didn't have
that.

Once upgraded to a 4GB kernel, the full 1GB was visible.

Dave.
   
   I am rebuilding my kernel with this option.
   
   We will see,
   Jerome
  
  
  There are three memory zones on x86 for linux
  ZONE_DMA   16 MB
  ZONE_NORMAL 16-896 MB
  ZONE_HIGHMEM  896 MB
  
  related to various hardware limitations. There's some interesting
  discussions of this in 'Linux Kernel Development' by R. Love.
  -peter
  
  
  
 -- 
 JerryN [EMAIL PROTECTED]

-please don't cc to me, as I read the list
-please don't top post
-if you really want to know, you will need to read the linux kernel
source -- it's all there. The book is a nice jumping off point!
-Peter




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



Re: Laser Printer

2004-11-27 Thread Peter Robinson
Thanks to all who responded. I get the impression that one of the
Samsung models might be the way to go, also after having looked at a few
in shops here. I had originally planned on getting an HP printer, since
my very first printer is an HP 4MP which I have used intensively for 11
years without problems (!)...until recently at least. 
Thanks,

-peter

On Sat, 2004-11-27 at 09:34, Chris Lale wrote:
 On Fri, 2004-11-26 at 16:44, Jeremy Turner wrote:
  On Wed, Nov 24, 2004 at 09:03:52PM +, Chris Lale wrote:
   Samsung support Linux better than some. My ML-1450 came with out-of-date
   drivers on the CD, but I downloaded The latest Linux driver from the
   website and it installed OK. This was with Woody.
  
  I second the support for Samsung.  I recently bought the ML-1740, and on
  the side of the box it actually states support for Linux.  I saw the
  other day on some site like BestBuy.com or something that it was selling
  for $100 with a $50 mail-in rebate (total cost, $50).  I don't know how 
  useful that is to you over in Europe, but dirt cheap.  I'm just about
  out of the first toner cartridge.  They say it's good for 1000 pages.
 
 I have had no trouble re-filling the toner cartridge with one of those
 melt a hole kits. I am still using the original cartridge after 10,700
 pages and the drum is still good.
 
 Chris.
 -- 
 Chris Lale [EMAIL PROTECTED]
-- 
Peter N. Robinson
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.charite.de/ch/medgen/robinson/


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



Laser Printer

2004-11-24 Thread Peter Robinson
Hi,

I am looking to buy a laser printer in the range of 200-250 Euro and
would like to get one that will work under Debian without all too much
fuss. From the specs and the price, Lexmark E232t is looking pretty
nice. Has anyone set this up under a testing Debian system? Can this (or
another printer) be recommended?

Thankx

peter



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



xalan woes

2004-11-17 Thread Peter Robinson
Hi list,

I recently (finally) was able to get a clean install of Java under
debian thanks to the suggestions on this list. I would like to use the
xalan xslt processor, and installed this package with aptitude without
apparent problems.
However, when I try to run it, I get the following error:

java org.apache.xalan.xslt.Process -in lambda.xml -xsl mySeminar.xsl
-out lambda.tex
Exception in thread main java.lang.NoClassDefFoundError:
org/apache/xalan/xslt/Process

any ideas?

Thanks

Peter

-- 
Peter N. Robinson
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.charite.de/ch/medgen/robinson/


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



broken dependnecies; was Re: how to remove exim4 without removing mysql-server?

2004-11-12 Thread Peter Robinson
(...)
 
 Remember, broken dependencies  broken dependencies are not allowed to exist.  
 The dependency
 database must always be consistent.
 
I have been noticing that apt-get deinstalls g++ repeatedly after I
install other programs (mabye 50% of the time). I am new to Debian...why
does this problem occur and what is the best way of setting up apt so
that this is prevented?

-Peter



-- 
Peter N. Robinson
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.charite.de/ch/medgen/robinson/


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



matlab under debian

2004-11-11 Thread Peter Robinson
Hi,

I have the latest version of matlab (7/SP1) that I have not been able to
install under Debian (3.0, kernel 2.6.7).
It seems as if the startup matlab script is trying to get the libc
version number and not succeeding. Has anybody else seen this problem?I
would be grateful for any tips!! WHen one is used to getting lots of
great programs for free with Debian it is particularly annoying to pay
for a program and not be able to install it :-)

-Peter
PS, an example:

[EMAIL PROTECTED]:~$ matlab
/usr/local/bin/matlab: line 1: /lib/libc.so.6: Permission denied

License Manager Error -15.
Cannot connect to license server
 The server (lmgrd) has not been started yet, or
 the wrong [EMAIL PROTECTED] or license file is being used, or the
 port or hostname in the license file has been changed.
Feature:   MATLAB
Server name:   anna
License path:  /usr/local/matlab7/etc/license.dat:/usr/local/matlab7 -
   /etc/*.lic
FLEXlm error:  -15,570.  System Error: 111 Connection refused
For further information, refer to the FLEXlm End User Manual,
available at www.macrovision.com.

MATLAB is unable to connect to the license server.
Make sure the SERVER line in your license file is correct.
Have your MATLAB administrator verify that the license manager is
running and validate network services.

For more information, see The MathWorks Support page at
http://www.mathworks.com/support and search for
license manager error -15
[EMAIL PROTECTED]:~

-- 
Peter N. Robinson
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.charite.de/ch/medgen/robinson/


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



Re: matlab under debian

2004-11-11 Thread Peter Robinson
Thanks for your reply. I have installed the FLEXlm server and it runs
apparently correctly (as checked by the script lmstat which is part of
the matlab setup).

-Peter



 From: 
Jerome
BENOIT
[EMAIL PROTECTED]
 Reply-To: 
[EMAIL PROTECTED]
   To: 
[EMAIL PROTECTED]
   Cc: 
[EMAIL PROTECTED]
  Subject: 
Re: matlab
under debian
 Date: 
Thu, 11 Nov
2004
18:39:47
+

Hello,

my feeling is that you have troubles with the FLEXlm server:
have you installed it ?

I do not use MathLab, but I use Maple which use FLEXlm as well.
As far I can remember, for single user usage FLEXlm is not needed,
otherwise it is needed.

hth,
Jerome

Peter Robinson wrote:
 Hi,
 
 I have the latest version of matlab (7/SP1) that I have not been able
to
 install under Debian (3.0, kernel 2.6.7).
 It seems as if the startup matlab script is trying to get the libc
 version number and not succeeding. Has anybody else seen this
problem?I
 would be grateful for any tips!! WHen one is used to getting lots of
 great programs for free with Debian it is particularly annoying to pay
 for a program and not be able to install it :-)
 
 -Peter
 PS, an example:
 
 [EMAIL PROTECTED]:~$ matlab
 /usr/local/bin/matlab: line 1: /lib/libc.so.6: Permission denied
 
 License Manager Error -15.
 Cannot connect to license server



  The server (lmgrd) has not been started yet, or



  the wrong [EMAIL PROTECTED] or license file is being used, or the
  port or hostname in the license file has been changed.
 Feature:   MATLAB
 Server name:   anna
 License path:  /usr/local/matlab7/etc/license.dat:/usr/local/matlab7 -
/etc/*.lic
 FLEXlm error:  -15,570.  System Error: 111 Connection refused
 For further information, refer to the FLEXlm End User Manual,
 available at www.macrovision.com.
 
 MATLAB is unable to connect to the license server.
 Make sure the SERVER line in your license file is correct.
 Have your MATLAB administrator verify that the license manager is
 running and validate network services.
 
 For more information, see The MathWorks Support page at
 http://www.mathworks.com/support and search for
 license manager error -15
 [EMAIL PROTECTED]:~
 


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


-- 
Peter N. Robinson
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.charite.de/ch/medgen/robinson/


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



Debian Install over T-DSL

2004-08-24 Thread Peter Robinson

Hi list,
please forgive what may be a basic question from a newbie to Debian. In 
order to avoid downloading and burning lots of CDs with jigdo, I have tried 
to install the Debian testing version using a sarge netinstall CD (Aug 20). 
I was hoping to use my T-DSL connection to complete the install, but the 
installation did not appear to have the option of using a DSL connection. I 
now have the basis system running, is there any way of getting the packages 
required for T-DSL access installed? Or is there any way of doing this with 
the existing net-install CD?

Thanks
Peter

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