Re: xterm not found in slink

1998-12-29 Thread Gernot Bauer
Thank you Peter for your reply.

Peter wrote:
[snip]
 I dont' know, but if You are use the german mirror it could be happened
 try:
 entry in your /etc/apt/sources.list
 # begin of file /etc/apt/sources/list
 # Remember that you can only use http, ftp or file URIs
 deb http://http.us.debian.org/debian slink main contrib non-free
 #end of file
 and than if You like to upgrade Your whole distribution:
 apt-get update; apt-get dist-upgrade
I think the sources.list-file was one of the problems... It had stable
instead of slink in it... but apt-get segfaults:
mother# cat sources.list
# begin of file /etc/apt/sources.list
# Remember that you can only use http, ftp or file URLs
deb http://http.us.debian.org/debian slink main contrib non-free
# end of file

mother# apt-get update
Get http://http.us.debian.org slink/contrib Packages
Get http://http.us.debian.org slink/main Packages
Get http://http.us.debian.org slink/non-free Packages
Fetched 582k in 15s (36.8k/s)
Updating package file cache...done
Updating package status cache...done
Checking system integrity...ok
Segmentation fault 

Hmm. Damn. Anyone with the same problems? Ill try dselect-apt if it also
segfaults and have a look for new apt-packages...

Thanks, Gery

-- 
-
Wolfgang Gernot Bauer
SKWB Schoellerbank Aktiengesellschaft
Sterneckstrasse 5, A-5024 Salzburg
Tel.:  ++43-662-8684-364
Fax.:  ++43-662-8684-44364
email: [EMAIL PROTECTED]


Re: SUCCESS: xterm not found in slink

1998-12-29 Thread Gernot Bauer
Hi Peter and all the other debianeers...

I figured out my problem with the X-installation: apt had stable
instead of slink in its config file - I only updated part of the
packages (which delsect-ftp for slink) and dselect apt grabbed the
stable-package-files again :(

Seems to work now (at least I can see the xterm, etc. -packages now). I
just wonder why apt segfaults when used in command-line (dselect-apt
works fine).

Peace, Gery
-- 
-
Wolfgang Gernot Bauer
SKWB Schoellerbank Aktiengesellschaft
Sterneckstrasse 5, A-5024 Salzburg
Tel.:  ++43-662-8684-364
Fax.:  ++43-662-8684-44364
email: [EMAIL PROTECTED]


Re: xterm not found in slink

1998-12-28 Thread Gernot Bauer
Peter Berlau wrote:
 
 On Sun, Dec 27, 1998 at 06:52:00PM +0100, Gernot Bauer wrote:
 Hi Gernot
 xterm is in his own package at slink
 therefore You must get the package
 xterm
 also
 xmodmap, if You needed

Thank you Peter (and all the others who replied me on debian-user),

but unfortunately the problem still exists. To be more specific: I dont
have any xterm- or xdm-packages to install...

That's what I did: 
- upgrade to slink via dselect
- apt-dselect and upgrade the Packages files (standard-settings for apt)

There are many obsolete packages (like xbase-client and others - when
I try to de-install them, I get dependency-errors...) but no xdm or
xterm-package. :(

Is it a problem of my debian-mirror?

Gery
-- 
-
Wolfgang Gernot Bauer
SKWB Schoellerbank Aktiengesellschaft
Sterneckstrasse 5, A-5024 Salzburg
Tel.:  ++43-662-8684-364
Fax.:  ++43-662-8684-44364
email: [EMAIL PROTECTED]


Re: xterm not found in slink

1998-12-28 Thread Peter Berlau
On Mon, Dec 28, 1998 at 10:28:31AM +0100, Gernot Bauer wrote:
Hi Gernot,

 There are many obsolete packages (like xbase-client and others - when
 I try to de-install them, I get dependency-errors...) but no xdm or
 xterm-package. :(
 
 Is it a problem of my debian-mirror?
I dont' know, but if You are use the german mirror it could be happened
try:
entry in your /etc/apt/sources.list
# begin of file /etc/apt/sources/list
# Remember that you can only use http, ftp or file URIs
deb http://http.us.debian.org/debian slink main contrib non-free
#end of file
and than if You like to upgrade Your whole distribution:
apt-get update; apt-get dist-upgrade
if Your not sure, or like to see what happened if You do this
type before the above line, first
apt-get -s update; apt-get -s dist-upgrade
which give Your a overlook what would happen if You really start
the apt-get update; apt-get dist-upgrade
note:
if You like this:
you have to install xterm and xmodmap and also Your xfont-upgrades via
apt-get  update xterm; apt-get  install xterm
apt-get  update xmodmap; apt-get  install xmodmap
etc, 
You also can install only packages via install like
the above lines,
apt-get will handle the dependencies itself, no matter and You don't
need to handle dependencies Yourself

cYa
-- 
   Peter


xterm not found in slink

1998-12-27 Thread Gernot Bauer
Just upgraded to slink. It seems that a package containing xterm, xdm,
etc. is missing (and therefore X11 is not working...).

Is there a special place for slink-bug-reports?

Thanx for your help.

Gery
-- 
-
Wolfgang Gernot Bauer
SKWB Schoellerbank Aktiengesellschaft
Sterneckstrasse 5, A-5024 Salzburg
Tel.:  ++43-662-8684-364
Fax.:  ++43-662-8684-44364
email: [EMAIL PROTECTED]


Re: xterm not found in slink

1998-12-27 Thread jpjevans
Gery,

I had the same problem. I used apt-get to install xdm and everything 
worked fine after that.

Gery Wrote:
 Just upgraded to slink. It seems that a package containing xterm, xdm,
 etc. is missing (and therefore X11 is not working...).
 
 Is there a special place for slink-bug-reports?
 
 Thanx for your help.
 
 Gery
 -- 
 -
 Wolfgang Gernot Bauer
 SKWB Schoellerbank Aktiengesellschaft
 Sterneckstrasse 5, A-5024 Salzburg
 Tel.:  ++43-662-8684-364
 Fax.:  ++43-662-8684-44364
 email: [EMAIL PROTECTED]
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 
 

--
'til next we type...
HAVE FUN!! -- Jesse


Re: xterm not found in slink

1998-12-27 Thread Ed Cogburn
[EMAIL PROTECTED] wrote:
 
 Gery,
 
 I had the same problem. I used apt-get to install xdm and everything
 worked fine after that.
 
 Gery Wrote:
  Just upgraded to slink. It seems that a package containing xterm, xdm,
  etc. is missing (and therefore X11 is not working...).
 
  Is there a special place for slink-bug-reports?
 
  Thanx for your help.
 


Both xterm and xdm come in their own packages.


-- 
Ed C.