Re: Suggestion for change to debian package format

1999-03-29 Thread Maarten Boekhold


BENJAMIN FARRELL wrote:
> 
> I assume that most of the dependences are going to be librarys, mybe it
> could be possible to have dpkg purge out any librarys that don't have
> anything depending on them. (or mybe some debian person could come up with
> some cmd line option for dpkg to do this :).

Just some way to get a list of all packages that don't have any
dependencies on them would be very useful already.

Maarten

-- 

Maarten Boekhold, [EMAIL PROTECTED]
TIBCO Finance Technology Inc.
The Atrium
Strawinskylaan 3051
1077 ZX Amsterdam, The Netherlands
tel: +31 20 3012158, fax: +31 20 3012358
http://www.tibco.com


Re: Can't get sound module installed

1999-03-26 Thread Maarten Boekhold
>   humbug% ll /dev/dsp
>   crw-rw-rw-   1 root audio 14,   3 Jul 21  1998 /dev/dsp
> 
> I think the default permissions are crw-rw, but I couldn't access it as a
> user that way (and putting me in the audio group didn't work).
> 
> anybody got any ideas why that is?

Did you logout/login again after you added yourself to the audio group?
You're shell (or xdm or whatever you loin with) won't pick up the new
groups until you login again.

Maarten

-- 

Maarten Boekhold, [EMAIL PROTECTED]
TIBCO Finance Technology Inc.
The Atrium
Strawinskylaan 3051
1077 ZX Amsterdam, The Netherlands
tel: +31 20 3012158, fax: +31 20 3012358
http://www.tibco.com


Re: apt-get update help

1999-03-10 Thread Maarten Boekhold
> I thought maybe it was a problem with my /etc/sources.list file.  I

It probably is, because

> tried changing to a different site, but that didn't help.  Here is my
> /etc/sources.list file, and following that, my apt-get update errors.
> 
> # begin /etc/sources.list
> # Use for a local mirror - remove the ftp1 http lines for the bits
> # your mirror contains.
> # deb file:/your/mirror/here/debian stable main contrib non-free

  ^^

This tells apt which 'version' of debian to get. 'stable' is, well,
stable. There's also
'unstable', which is the current development version, and then there's
sometimes 'frozen', which is what 'unstable' becomes before it is
promoted to 'stable'.


> # See sources.list(5) for more information, especial
> # Remember that you can only use http, ftp or file URIs
> deb http://ftp1.us.debian.org/debian main contrib non-free

   
Here you tell apt to use the 'main' distribution, while you _mean_ to
tell it you wantto use the main _section_ of the _stable_ distribution
(I assume here you want to install packages from the stable
distribution).


Maarten

-- 

Maarten Boekhold, [EMAIL PROTECTED]
TIBCO Finance Technology Inc.
The Atrium
Strawinskylaan 3051
1077 ZX Amsterdam, The Netherlands
tel: +31 20 3012158, fax: +31 20 3012358
http://www.tibco.com


Re: Outgoing port 53 redirected to special port.

1999-03-09 Thread Maarten Boekhold
> Just for the sake of it and for learning-purposes i would now like to
> build a better wall. The problem is that one computer that they scan
> from is the name-server and that one is hard to isolate it completely
> from here. The only thing i allow from the DNS is UDP from 1024-65535
> since DNS, in case the packets isn't larger than 512 bytes which i
> haven't encountered so far, uses UDP on a port that the program can
> access itself.
> 
> What i now would like to do is to organize it so that all the outgoing
> requests to the nameserver goes through a special port. I guess it would
> be done it i set up a nameserver on my own machine that sends the

Wouldn't it be sufficient for this purpose to only accept connections on
those ports which are in reply to a request from your own system? I
thought ipfwadm could do this with the '-k' flag.

> requests which should come back on port 53 but i don't like the idea of
> another large program that takes up my memory.

It's not that big, and you could even make it caching so your lookups
will be a little faster.

Maarten

-- 

Maarten Boekhold, [EMAIL PROTECTED]
TIBCO Finance Technology Inc.
The Atrium
Strawinskylaan 3051
1077 ZX Amsterdam, The Netherlands
tel: +31 20 3012158, fax: +31 20 3012358
http://www.tibco.com


Re: APT: packages held back

1999-03-08 Thread Maarten Boekhold


[EMAIL PROTECTED] wrote:
> 
> > This showed numerous packages as being 'kept back':
> 
> Packages are held back when you choose Hold in dselect. When there are
> dependancy/conflict errors apt tells you.

So, does this mean I'll have to go into dselect and see if these
packages are placed on hold? I wonder how this happens, cos for sure I
never did this myself, and I can't remember ever having had serious
problems with dpkg etc. which might have automagically marked these
packages as on hold.

Maarten

-- 

Maarten Boekhold, [EMAIL PROTECTED]
TIBCO Finance Technology Inc.
The Atrium
Strawinskylaan 3051
1077 ZX Amsterdam, The Netherlands
tel: +31 20 3012158, fax: +31 20 3012358
http://www.tibco.com


APT: packages held back

1999-03-08 Thread Maarten Boekhold
[Note: this is a repost, since nobody responded to it, yet I find it
hard to believe that nobody knows the answer to my question.]

Hi,

Yesterday I wondered how much MBs I'd have to download to upgrade my
hamm
system (plus *some* slink stuff in there) to slink, so I set my
sources.list
and did 'apt-get update' + 'apt-get upgrade' (and answered 'no' ;).

This showed numerous packages as being 'kept back':

The following packages have been kept back
  zgv libtiff3g-dev mc most aalib1 lynx eeyes xv ncftp gnome-panel xbase
aumix
  elvis g++ util-linux imlib-progs xemacs20-nomule tk8.0 minicom
jdk1.1-dev
  apache transfig whiptail libreadlineg2-dev dialog gnome-utils
tk8.0-dev
  libobgnome0 octave screen tcl8.0-dev libgtkxmhtml0 xemacs20-bin tcl8.0
  xdelta bsdmainutils libjpeg-progs egcc ddd xserver-common ncurses-bin
gdb
  netstd bash libtiff3g kbd xpaint gnome-core libgpmg1 procps joe dpkg
ncftp
  libobgtk1 gpm libgnome0 gimp tcsh-i18n statserial bc ae less lftp rpm
  libreadlineg2 tcsh tya

Now to my understanding this means that these packages *are* already
installed, but will not be upgraded to the versions in slink because of
some
potential dependency/conflict problems.

What kind of effect will this have on my system? How to find out what
kind of
conflicts there are, and how to go about to fix them?

I also have a remark concerning the current apt package in slink:
Although the
man-pages refer to documentation in /usr/doc/apt (ie. guide.text.gz),
these
documents are no longer available. My previous version of apt (0.16-1 I
think,
pretty old), did have these docs in the package. Could this be
considered as a
bug?

Maarten

-- 

Maarten Boekhold, [EMAIL PROTECTED]
TIBCO Finance Technology Inc.
The Atrium
Strawinskylaan 3051
1077 ZX Amsterdam, The Netherlands
tel: +31 20 3012158, fax: +31 20 3012358
http://www.tibco.com


APT: packages held back

1999-03-05 Thread Maarten Boekhold
Hi,

Yesterday I wondered how much MBs I'd have to download to upgrade my
hamm
system (plus *some* slink stuff in there) to slink, so I set my
sources.list
and did 'apt-get update' + 'apt-get upgrade' (and answered 'no' ;).

This showed numerous packages as being 'kept back':

The following packages have been kept back
  zgv libtiff3g-dev mc most aalib1 lynx eeyes xv ncftp gnome-panel xbase
aumix
  elvis g++ util-linux imlib-progs xemacs20-nomule tk8.0 minicom
jdk1.1-dev
  apache transfig whiptail libreadlineg2-dev dialog gnome-utils
tk8.0-dev
  libobgnome0 octave screen tcl8.0-dev libgtkxmhtml0 xemacs20-bin tcl8.0
  xdelta bsdmainutils libjpeg-progs egcc ddd xserver-common ncurses-bin
gdb
  netstd bash libtiff3g kbd xpaint gnome-core libgpmg1 procps joe dpkg
cftp
  libobgtk1 gpm libgnome0 gimp tcsh-i18n statserial bc ae less lftp rpm
  libreadlineg2 tcsh tya

Now to my understanding this means that these packages *are* already
installed, but will not be upgraded to the versions in slink because of
some
potential dependency/conflict problems.

What kind of effect will this have on my system? How to find out what
kind of
conflicts there are, and how to go about to fix them?

I also have a remark concerning the current apt package in slink:
Although the
man-pages refer to documentation in /usr/doc/apt (ie. guide.text.gz),
these
documents are no longer available. My previous version of apt (0.16-1 I
think,
pretty old), did have these docs in the package. Could this be
considered as a
bug?

Maarten

-- 

Maarten Boekhold, [EMAIL PROTECTED]
TIBCO Finance Technology Inc.
The Atrium
Strawinskylaan 3051
1077 ZX Amsterdam, The Netherlands
tel: +31 20 3012158, fax: +31 20 3012358
http://www.tibco.com


Re: gtk

1998-08-28 Thread Maarten Boekhold
On Fri, 28 Aug 1998, M.C. Vernon wrote:

> 
> > Hi debianized...
> > 
> > Someboady here knows how to make these new stuff of gtk themes work ??
> 
> What do you mean? are you referring to gnome, or what - what are you
> trying to do - gnome themes, E themes...?
> 
> Matthew

No, he's refering to GTK+ themes. The fact that Gnome uses GTK doesn't 
mean that they suddenly *become* gnome themes ;)

See http://www.labs.redhat.com/themes.shtml

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


Re: Beowulf cluster

1998-08-28 Thread Maarten Boekhold
On Thu, 27 Aug 1998, Gregory Dickinson wrote:

> This might sound silly, but does anyone know of any documentation anywhere 
> that tells one how
> to set up a Beowulf-type cluster for SMP.

A beowulf cluster does no SMP (Although there are libraries which can 
'emulate' SMP behaviour). It's better described as MPP.

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


Re: gtk themes + pon

1998-08-27 Thread Maarten Boekhold
> Well i have a tipical problem that coulnot find the answer. In my
> system, im able to conect to internet via root, but the users cannot.
> (currently to enable the conection to a user root must ejecute pon, but
> thats not the idea...)I explain:
> 
> As a user, linux said (when i ejecute `pon') nothing, but when ejecuting
> plog, linux say:
> 
> 
> Aug 26 19:55:17 computron pppd[218]: Terminating on signal 15.
> Aug 26 19:55:17 computron pppd[218]: Connection terminated.
> Aug 26 19:55:17 computron pppd[218]: Exit.
> Aug 26 19:55:39 computron pppd[740]: pppd 2.3.5 started by
> filsin, uid 1000
> Aug 26 19:55:41 computron chat[742]: /etc/chatscripts/provider
> -- open failed: Permission denied
> Aug 26 19:55:41 computron pppd[740]: Connect script failed
> 
> 
> 
> So i guess this is a permition problem, i have try to change the
> permitions to the folowing files:

You're probably on the right track here. I had the same problem, and it 
was a permission problem. I don't remember the exact directory name, but 
it's in /etc/, and I think it's /etc/peers. I can't check, cos I don't 
have a debian system around here (and if I had it wouldn't have ppp, 
direct connection here).

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


Re: Netscape: "Can't open display"

1998-08-10 Thread Maarten Boekhold
> I'm running X; however, I'm running it as root. When I try running 
> Netscape in an xterm window, it tells me I can't run Netscape as root. So 
> I try logging in as a normal user and I get the "can't open display" 
> message. If I try "netscape &" like you suggest above, I get a message 
> like "[1] 563".
> 
> As I tell you these details, I'm getting the sneaking suspicion that my 
> problem is related to user privileges.

It is. Are you starting X with xdm? Then you have to fiddle with the 
'xauth' program and .Xauthority files. Read the manpages 'xauth' and 
'Xsecurity'.

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


XBanner trouble

1998-08-09 Thread Maarten Boekhold
Hi,

I wrote about this to the xbanner maintainer a while back, but I either 
didn't get an answer, or it was a "I don't know", don't remember:

I'm having trouble with xbanner 1.31-13 after I upgraded the rest of my 
system to hamm. I already had libc6 by then, and a devel-environment for 
libc6, and I did the rest of the upgrade with apt.

I used to have an XPM on my xdm-screen, now I get a message that xbanner 
cannot open that picture. It's still in the right location, and I have 
the corerct version of libXpm installed.

Also, I use the 'Glint' options of xbanner. But now these 'sparkles' also
appear on my X root-window *after* I have logged in.

Anybody knows these problems?

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


Re: New Debian user's reaction to X

1998-08-03 Thread Maarten Boekhold
> Of course, there are newer ones. But that time I was
> not able neither to ftp or post anything since I got an
> internal modem (miro connect 34, bullshit) emulating
> com3. This was quite a big challenge I didn't master
> yet, so BTW if anyone has info about how getting
> started an internal complicated modem by Miro, please
> let me know it'd be great, great, great.

Unless this is a 'windows-modem', there should be no problem at all. An 
internal modem will behave exactly like an external one. You can view an 
internal modem as a normal comm-port connected to a seperate modem, but 
now all on one card (or even IC). What is your problem with it?

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


RE: Strange thing ...

1998-08-03 Thread Maarten Boekhold
On Mon, 3 Aug 1998, Mario Filipe wrote:

> 
> On 03-Aug-98 Ana Graca Silva wrote:
> > 
> > Hello All
> > I was trying to upgrade my installation of debian, using apt. When I do
> > apt-get update it gives me the folowing output :
> 
> Really! You shouldn't do that it's dangerous!

Why?

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: New Debian user's reaction to X

1998-08-03 Thread Maarten Boekhold
On Mon, 3 Aug 1998, Radtke wrote:

> On Sun, 2 Aug 1998, Ian Lynagh wrote:
> > In article <[EMAIL PROTECTED]>, Randy Edwards
> > <[EMAIL PROTECTED]> writes
> > 
> > >Debian's X installation needed a
> > >*lot* of work.
> > Which one?
> > The text based one (xf86config) or the graphical one (XF86Setup)?
>   
>   Hello all,
> 
>  Since most half a year I am following any Debian list
> since I was using a Debian 1.3.1 dist. Difficulties
> came up immediately after having installed debians main
> packages and adding X packages for getting my X
> running. Nice dream I had. Bad reality reveals. It's
> one BIG problem installing any package; i.e. the
> netscape one: it required some engl. version 3.x of it.
> Problem: no more available. Finally i got it from
> anywhere out of hell... Then installation failed. Why ?
> I do not know this. But discussing with others we
> conluded that at least the dselect-'utility' isn't too
> strong in effectivity. (It seems to be a order problem
> even if checking dependencies) So now my answer to your
> question: Unfortunately it is obvious to me (and
> others) that beside the dselect-tool the x-tools need
> some help, too. It isn't too comfortable to be useful
> installing X, unfortunately.

So, concluding, this has nothing to do with installing the X-windows 
system, but with the netscape application. I don't know where you got the 
installer for netscape3 from, but there has been an installer for netscape4
for ages now.

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: Filter for printer Canon bjc-4100..............

1998-07-29 Thread Maarten Boekhold
On Wed, 29 Jul 1998, phillip Neumann wrote:

> Hi
> 
> I have a question about (my) printer. To print postscript i installed 
> the magicfilter package and select the filter for canon bjc-600. It 
> works fine. The only problem is that i have a canon 4100, and comparing 
> with win95, that have the right filter, in linux, its much more slowly 
> and cannot print in colors
> 
> Where can i get a filter for canon bjc-4100 
> 
> I have try with apsfilter, but it even dont have a filter for canon 
> 600...

I use magicfilter with a bjc-4300, and it works like a charm. It's not 
slower than under windows (although I don't use that that much), and it 
prints in color. I don't remember having done anything special for that, 
other than making sure I have the non-free gs installed (gs-aladdin 5.10-9).

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: DVD support for linux

1998-07-23 Thread Maarten Boekhold
> PCI supported, or AWE 64 ISA?  Also is there really a big difference between
> 66Mhz bus and 100Mhz bus.  I heard that it is just for the memory?  Also AGP
> info on that?

*just* for the memory? Do you know how much time a modern processor is 
waiting on data from main memory? This is called the 'memory wall' among 
other names. 100MHz vs. 66MHz makes a difference

Maarten

ps. if you want to read about this, there lots of papers on it. I even 
have some here. Mail me if youwant the titles.

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: Enlightenment, Fnlib, and Imlib -> get 'em while they're hot

1998-07-23 Thread Maarten Boekhold
On Thu, 23 Jul 1998, Richard L. Alhama wrote:

> On Thu, 23 Jul 1998, Damon Muller wrote:
> 
> > Hi,
> > 
> > > Ok, What I believe to be the final build of the Enlightenment trilogy is
> > > uploaded to www.livenet.net/~shaleh/software/enlightenment.  If you have
> > > ANY probelms, please let me know.  Otherwise I a day or so I will upload
> > > this to the main Debian archive.
> > 
> > Got this, installed it - it's awsome! :) Keep up the good (and fast!)
> > work!
> > 
> > Seems to work well, but it took a bit of searching around to get all of
> > the relevant packages. Also interesting fun working out which order they
> > had to be installed in :)
> 
> I'm getting errors on the e14 package.  Seems like my imlib is broken
> 
> Error message when I start E14
> enlightenment: error in loading shared libraries
> /usr/lib/libpng.so.2: undefined symbol: __register_frame_info.

I had this error once too, just not with E, but with some QT apps. It's
got to do with your libstdc++ being out of date I think. When I upgraded
my libstdc++, things started working again. I don't remember if I 
upgraded libc too at that time, so you might want to try that also.

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: CGI on apache Revisited (wierd problems)

1998-07-22 Thread Maarten Boekhold
On Wed, 22 Jul 1998 [EMAIL PROTECTED] wrote:

> wierd problems, at least from my standpoint.
> I was having problems getting my CGI to run on apache
> and to a certain point still am. 
> When I goto the browser and type for instance
> 
> http://www.gbasin.net/~kent/counter.cgi 
> 
> it counts as its supposed to...  allthough 
> when I place the 
> 
> in my web page it is entirly skipped by apache.
> I am assuming it is some kind of parser setting but which one?

What's this file called? Does it have .shtml as its suffix? Apache needs to
know that this file contains serverside include stuff

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


RE: 2 Xsessions?, 2 graphics cards?

1998-07-21 Thread Maarten Boekhold
On Tue, 21 Jul 1998, Ted Harding wrote:

> On 20-Jul-98 Stuart Marshall wrote:
> > Is there some way to run more than one X session on my debian PC?
> > 
> > Ideally I would do something like run an 8-bit depth xdm session
> > that logged me into a remote sun computer and a second X session
> > that is 16-bit depth that is my local session.  If it requires a
> > second video card it is no problem.  I would then be able to switch
> > between the two sessions via ALT-F7, ALT-F8 or something.
> 
> The following should do what I think you're asking for:
> 
> With no X up at all,
> 
> 1. From your local machine (say on tty1) do
> 
>startx -- -bpp 16 &
> 
> This should start a 16-bit X session on your local machine (on VT-7). Now
> do Alt-F1 to get back to tty1.
> 
> 2. Still from your local machine, and from tty1, do
> 
>startx -- :1 -bpp 8 &

If you're using xdm to logon to your computer, you should also be able to 
have one xdm-loginscreen directly connected to that sun machine, and the 
other to your local box. I *think* the only thing required is to put a 
line like '1: local /usr/X11R6/bin/X -bpp 8' in /etc/X11/xdm/Xservers.

Can somebody with more knowledge of xdm-workings please comment on this?

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: Configuring GNOME v.20?

1998-07-20 Thread Maarten Boekhold
Ok, I've got a .xinitrc file that starts a window-manager et. al. 
> However, X's startup sequence seems to be dysfunctional;  it no longer
> reads /etc/X11/Xresources automatically.  I have to include an xrdb line
> in .xinitrc to force it to read Xresources.  I never used an .xinitrc
> file before.  Before installing GNOME everything worked fine.  Does
> GNOME effectively require every user to have an .xinitrc file?  Is
> anyone using it without an explicit .xinitrc file?

You use 'startx' to start X? Have a look at /etc/X11/init/xinitrc (I 
think) and see which files from your home-dir it uses.

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: Configuring GNOME v.20?

1998-07-20 Thread Maarten Boekhold
On Mon, 20 Jul 1998, Ed Cogburn wrote:

> I've installed the GNOME packages, but I missed the message during
> install that mentioned making a change to /etc/X11/window-managers.  I
> now have no window manager running, and I can't for the life of me
> figure out what I'm supposed to do to get the GNOME system running. 
> There's nothing helpful in '/usr/doc/gnome-*', and there are no man
> pages.  What do I do to the window-managers file to get GNOME to come
> up, and what are the config files for GNOME, i.e., how do you configure
> it?

You shouldn't have to change anything to the window-managers file. Gnome 
does not contains a window-manager, gnome *is* not a window manager. You 
should get your preferable windowmanager running, and then add
'panel &' to your .xsession (if you're running xdm) or .xinitrc (if you're
using startx), and if you want to gsm (the gnome session manager, it's in 
package gnome-session). If you add these, remember to put them *before* 
any call to a window-manager, or else they wont be started. I'm sure 
somebody else can give a better explanation

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: Dumping Core on Purpose

1998-07-17 Thread Maarten Boekhold
On Thu, 16 Jul 1998, Stephen J. Carpenter wrote:

> On Thu, Jul 16, 1998 at 12:13:44PM -0400, Brian White wrote:
> > > Yes. use CTRL-\
> > 
> > I've never heard of that.
> 
> neither have II just tried it...it makes programs exit fast but
> I have yet to produce a core dump with it
> 
> > Actually, though...  I was looking for the program to dump core when it
> > wanted (rather than at user request) and then be able to keep executing.
> 
> I already replied once...I suggested signals how about this:
> if (fork() == 0) 
>   signal(getpid(), SIGFPE);

How about abort()?? From the Solaris manpages:

 Catching the signal is intended to provide  the  application
 writer  with a portable means to abort processing, free from
 possible  interference  from   any   implementation-provided
 library   functions.   If  SIGABRT  is  neither  caught  nor
 ignored, and the current directory is writable, a core  dump
 may be produced.

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: Dumping Core on Purpose

1998-07-17 Thread Maarten Boekhold
On Thu, 16 Jul 1998, Vassilii Khachaturov wrote:

> Yes. use CTRL-\

Nope, that would kill the program...

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: [What's the reason !?] ATAPI reset complete ......

1998-07-16 Thread Maarten Boekhold
On Thu, 16 Jul 1998, Nuno Carvalho wrote:

> Michael Beattie wrote:
> 
> > > > Everytime I use dselect or make an intensive search on my CD-ROM
> > > >(Philips 24x) I get the following message :
> > > ...
> > > >  hdb: irqtimeout: status=0xd0
> > > >  hdb: ATAPI reset complete
> > >
> > > I don't know, but I sometimes get these with my ATAPI Zip disk, too.
> > > The 1.5 minute delay is bothersome.  (2.1.94 kernel)
> 
>  I've heard the reasons could be:
> 
>-Bad Sectors
>- Incompatibility from PIIX driver
> 
>  I think that if we change some options from kernel we could resolve the 
> problem !
>  I will try someways and i'll tell you !

I have this problem too. P133, triton II, some obscure brand 8x CD-ROM 
player. It's nothing major of a problem, the thing works just fine 
otherwise. This is probably not related to bad CD's or anything, I get it 
all the time, with any type of CD.

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: window manager cofiguration

1998-07-13 Thread Maarten Boekhold
On Mon, 13 Jul 1998, Tom Malloy wrote:

> Some window managers require you to have a mouse in a window for it to be
> active. Others allow you to click the mouse in the window and it stays
> active even if you move the mouse away.  This is probably adjustable in
> the configuration files for each window manager.  What is this feature
> called and do I turn it off or on.  Thank You

The feature is called 'Sloppy Focus'. If you turn it on, you get the 
second behaviour you describe.

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


http mirror list?

1998-07-10 Thread Maarten Boekhold
Hi,

I've searched on a lot of places, but I couldn't find any:

is there a list of debian mirrors which are accessible through http? and 
which have frozen and unstable? (this is for use with apt, and I prefer a 
mirror somewhere in europe, but not france, they have very slow links...)

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: Where are the Release Notes of Kernel?

1998-07-06 Thread Maarten Boekhold
On Mon, 6 Jul 1998, Alex Kwan wrote:

> How do I know what is the change  from the last version
> (e.g. 2.0.33) to the updated version (e.g. 2.0.34)?=20
> I want to know the information like which drivers are added,
> which bugs are fixed, and which drivers are supported by
> the updated Kernel right now. Would someone let me know where is It ?
> (FreeBSD have the complete Release Notes on their Web Site.)

Have a look at http://www.linuxhq.com (or look in the source distribution 
of the kernel, in Documentation/)

Maarten


_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


(Dutch:) dosemu and banking software

1998-06-20 Thread Maarten Boekhold
Hi,

thought I'd ask here, is there anybody from Holland who knows if the 
banking software from the ABN/AMRO bank works with dosemu? I'd like to 
get that software, but I don't like having to reboot to winSomething for 
it :) (it is dos-software, but uses some graphics AFAIK, and ofcourse the 
modem).

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


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


afterstep-1.0 package somewhere?

1998-04-17 Thread Maarten Boekhold
Hi,

Does anybody still have an afterstep_1.0 package lying around? I 
accidentally installed 1.4, and I hate it. Completely new configuration, 
which I don't want to learn right now (other than that it looks very 
nice, though I already noticed some problems with the pager after less 
than an hour of use).

Maarten

ps. I want a libc6 package

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


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


Re: (off-topic) Blender? [Was: cheap graphics station]

1998-04-12 Thread Maarten Boekhold
> > Could you tell me, what sort of program "Blender" is and where to get it?
> 
> Blender is a high quality 3d graphics program that alows you to model
> scenes and render them as well as creating animations. you can find out
> more about it at www.neogeo.no (IIRC) the linux version is'nt out yet

Actually it's www.neogeo.nl

> won't be until the 15th.

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


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


Re: gnome

1998-03-14 Thread Maarten Boekhold
On Sat, 14 Mar 1998, Richard Sevenich wrote:

> 
> I am looking for a window manager to go with long term. I recently
> installed kde and find it quite nice, but I'd like to look at other
> options also. I understand the reason why debian has given some
> support to gnome and would like to try it when it is reasonably
> functional.
> 
> So are there current users of gnome who find it already usable? If so
> I'll pull it in. I'd appreciate comments from those with gnome
> experience.

GNOME is not a window manager.

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
E-mail the word "unsubscribe" to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]


ddd doesn't do a thing

1998-02-09 Thread Maarten Boekhold
Hi,

Some time ago I upgraded to ddd-2.1.1 with lesstifg-0.82-4, and ever 
since, ddd doesn't do a dd thing anymore. It starts up, and that's 
it. I can't even open a menu to open a file, or typw in the console 
window. Anybody knows how to fix this? I really start to miss my debugger

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Afterstep blues

1998-01-26 Thread Maarten Boekhold
On 26 Jan 1998, Sten Anderson wrote:

> Maarten Boekhold <[EMAIL PROTECTED]> writes:
> 
> > Difference between the computers: I use xdm, he doesn't, 
> 
> When using xdm, the relevent file is ~/.xsession 
> 
> When using startx, the relevant file is ~/.xinitrc

Not on my system it is startx uses .xsession as well.

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Afterstep blues

1998-01-23 Thread Maarten Boekhold
Hi,

I've decided I need some help. I don't get it anymore. I upgraded a lot of
packages on my own computer to be able to use libc6 versions of X-programs
(most notably the gimp), and it has worked. I use afterstep as window manager
(version 1.0-5.1). This one also works just fine.

Now I have installed *exactly* the same packages on the computer
of a friend (which had almost the same install as mine computer, and I should
know, I installed it), in *exactly* the same order, and I can't get
afterstep to work. Put afterstep in .xsession, and it just hangs whenever
afterstep tries to draw some pretty lines around windows. btw. windows don't
appear at all. Example .xsession:

xterm  &
afterstep

doesn't show a thing. Other example:

xterm ..

shows an xterm, but this setup is hardly usable :) I also tried:

afterstep & $wmpid=$!
start some things
wait $wmpid

Doesn't do it either.

Difference between the computers: I use xdm, he doesn't, I have an S3 968,
he an ATI MACH64.

One thin I noticed: on his computer 'top' fails to run *after* I have tried
to start afterstep. If I start top *before* I have started afterstep for
the first time after a reboot, it works.

So, anybody got a clue? Did I miss some package? Relevant packages
installed on both systems:

xlib6_3.3.1-2.deb
xlib6g_3.3.1-2.deb
xpm4.7_3.4j-0.5.deb
xpm4g_3.4j-0.5.deb
afterstep_1.0-5.1.deb
m4_1.4-6.deb

Maarten

_________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


more on 'clean hamm install'

1998-01-15 Thread Maarten Boekhold
Hi,

Tonight I had to install a new debian system, and I wanted it to be 
completely 'hamm' from the beginning. Since there are no install disks 
for hamm yet, I decided to do the following (also on recommendation from 
some other folks here on the list):

Install using the 'bo' disks, untill dselect pop op
Then, following the libc5-to-libc6 howto install in order these packages:

ldso
libc6
ncurses3.0
ncurses3.4
libreadline2
I got to here. Here dpkg started complaining that libreadline2 depended 
on libc5. I was very surprised to find out this wasn't installed yet. 
But, I'm clever (at least I thought I was), so I rebooted to win95, 
downloaded libc5, and booted linux again (using a boot-disk).

Got a login-prompt, logged on as root, and got a message from ld.so that 
it couldn't load libreadline.so.2 . Damned. So I rebooted again, booted 
up again using a rescue-disk, and indeed, libreadline.so.2 wasn't 
installed. There were libreadline files in /lib/libc5-compat though, so 
something was unpacked alright.

I tried to install libc5 using dpkg (dpkg --root=/mnt -i libc5), but 
this failed with an 'unresolved symbol sysinfo'. dpkg --help worked however.

Then I extracted libreadline and libhistory on another linux machine, 
and, using the rescue disk I copied these into place, plus I made the 
correct symlinks.

This didn't help very much. I can try to logon, I get the motd, and then 
back to the login prompt.

So, that's where I'm stuck now. Anybody got an idea what to do next? What 
if I extract the libc.so from the libc5 package and copy that to 
/lib/libc5-compat, would that help?

The only other solution I have is clean-install again, and then to go 
through the dselect stage to install a very minimal number of packages 
(only those marked 'required'?).

Maarten

ps. aren't there somewhere experimental hamm install disks that I can 'test'?

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Clean hamm installation

1998-01-15 Thread Maarten Boekhold
Hi,

Is it already possible to install a new system directly with hamm? I need 
to do an install tonight, and want it to be hamm.

I noticed that the hamm/main/disks-i386/current directory points to 
bo/disks-i386/current. Does this mean that I can install a clean libc6 
system using those install disks? Or would a better approach be to 
install a minimal bo system and then upgrade?

Maarten

_
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


hamm CD in area NL?

1998-01-09 Thread Maarten Boekhold
Hi,

is there somebody in (or close to) the netherlands who has the means to
burn a CD with the current hamm-distribution (main/contrib/non-free)? And
then ofcourse send it to me. I can't do this, and downloading the whole
thing on 28k8 is no fun and costs a fortune. Running around with floppy
disks ain't fun either :)

Maarten

_____
|     Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


-dev's and upgrade to libc6

1998-01-09 Thread Maarten Boekhold
Hi,

I already have upgraded large parts of my non-dev packages to libc6, 
which wasn't too much trouble. now I want to upgrade my development stuff 
to libc6. Is the only thing required to just to upgrade all -dev packages 
to their equivalents in hamm? And after that can I just remove -altdev 
packages? (I had to install libdl1-altdev cos some include-files where 
missing else).

What about libraries I have sompiled myself that I still use to link
against? Do I have to recompile those? (had to install some stuff for
research, namely SUIF, if that rings a bell to anybody). 

Maarten

_
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: The GIMP problems

1997-12-08 Thread Maarten Boekhold
On Mon, 8 Dec 1997 [EMAIL PROTECTED] wrote:

> I can't draw anything in the gimp.  Lines don't show up, using the pencil,
> brush, or other drawing tools.  The spline tool does lines, but when I
> switch over to pencil or brush, etc., the lines disappear.  I get some
> messages, including 

My experience (with a very old version of the GIMP), was that you can 
only draw lines etc. when you convert your image to RGB (or at least 
something 24bit I think). Maybe this is still true.

Maarten

_________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: How to use the Compose key?

1997-10-06 Thread Maarten Boekhold
On Mon, 6 Oct 1997, Peter S Galbraith wrote:

> 
> > To be concrete: Which key or combination of keys do I have to press to
> > be able to compose something like ê or á? (I did this with emacs in
> > the iso-accents-mode).  Is it the same for the console and in X?
> > 
> > Where can I read on how to define the compose key?
> 
> For testing purposes, I've added a compose key as my F11 key like so:
> 
> $ xmodmap -e "keycode 95 = Multi_key"
>  
> But when I press [Multi_key] followed by apostrophe followed by [e], 
> nothing is entered and I hear a beep.
> 
> I was expecting to see: é

I would like to know this too. Tried to get this working some time ago 
but failed.

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble?  e-mail to [EMAIL PROTECTED] .


where's dlfnc.h?

1997-10-03 Thread Maarten Boekhold
Hi,

I just went on to compile the newest greatest etc version of PostgreSQL 
(6.2), and the compile failed because dlfnc.h can't be found. This file 
is supposed to be in ldso At least it was in ldso_1.8.8-1.deb. I 
recently installed ldso-1.9.6-2, because I also want libc6, and there it 
is missing.

Also, I noticed that all section 3 manpages for libdl are missing from 
that version I'll try to use the dlfnc.h from 1.8.8-2, but I have a 
feeling this is not gonna work.

Maarten

_____
|     Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: postgresql for debian

1997-10-03 Thread Maarten Boekhold
On Fri, 3 Oct 1997, Hamish Moffatt wrote:

> Is there a postgresql package for debian?
> There is only postgres95 as far as I can find.
> I want to start developing a web database app and don't want
> to work with an old version. Nor do I particularly
> want to compile the source nor install the RPM.

AFAIK there's only a postgres95-1.09 package, which is *really* out of
date. Postgresql 6.2 was just released yesterday and is sooo much better
(stability, performance, functionality) Actually I think that building a
package isn't that difficult. There should probably be some discussion as
to where all the files should go, or somebody could take a look at msql
where they put it in our distribution. 

The main problem with a postgresql package (IMHO) is that many times when 
an upgrade becomes available, also a dump/restore of all databases is 
needed, because some system-tables have changed. That's why I never 
started building a package (that, and the fact that I have no idea 
anymore what it takes to build one, last package I build was over a year 
ago, and so much has changed since then :)

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: dos2unix, recode and dbview

1997-09-30 Thread Maarten Boekhold
On Tue, 30 Sep 1997, Johann Spies wrote:

> I had an interesting experience while trying to read a Dos-dbf-file with
> dbview. 
> 
> I first tried 
> 
>   recode ibm-pc:l1  linuxfile 
> 
> and when I ran "dbview linuxfile" I got an error message:
> 
>   Version 226 not supported.
> 
> It worked well when I recoded the file using dos2unix.
> 
> Why the difference?  What does the error message mean?  Does it refer
> toe dbview or to the recoding process?

DBF is a binary file-format (well, at least its headers are binary, the 
field contents are actually stored in plain ascii). You probably have 
messed up the header with the recode stage. You shouldn't use recode on 
the whole file but actually only on the field-contents.

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Possible flex-2.5.4 bug

1997-09-29 Thread Maarten Boekhold
> ~/flexbug $ cat foo2.l
> %array
> 
> %%
> "<"  { int c;
>while ( (c = input()) != '>' && c != EOF )
>  ;/* eat up text of comment */
>if ( c == EOF ) printf( "\n" "error: EOF in comment\n" );
>  }
> foo  printf("bar");
> %%

> ~/flexbug $ echo "*** Here comes the bug. ***" > /dev/null
> ~/flexbug $ ./a.out "foo bar
> error: EOF in comment
> input in flex scanner failed
> ~/flexbug $ echo "Notice that it died inside the yylex() call." > /dev/null
> --

But, since you have already read EOF in the scanner, and you have not 
returned from it, yylex will try to get a new character to continue 
parsing. But EOF has already appaered, so there's nothing in the buffer 
anymore. I think it's normal that you get an error on this. You either 
have to unput(EOF), or to 'return' from the scanner after the 
'printf("error\n");"

Maarten

_
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: netscape4_4.0-5.deb install probs

1997-09-26 Thread Maarten Boekhold
On Fri, 26 Sep 1997, Jim Pick wrote:

> 
> > In either your /etc/profile our your own personal profile put:
> > CLASSPATH="$where_netscape_is:."
> > export CLASSPATH
> 
> Or,
> 
> export MOZILLA_HOME=/usr/lib/netscape
> 
> I don't do this though, because every time I access a web page with Java
> using Netscape 4.03 it dies with a bus error - but only when I am using 
> 24 bit colour.  I prefer the bookmark interface in version 4 to version 3,
> so I'll live without Java.

There are more problems with it I found out. It also isn't fixed for use 
of bash2.0, so helper apps don't start up well. I fixed this myself by 
ripping the postinst script from netscape 3 installer and doin' some 
search-and-replace.

Should I file a bug-report on this you think?

btw. I fixed the handling of java by starting up with 
MOZILLA_HOME=/usr/lib/netscape; netscape & in my .steprc, but I suspect 
this can be fixed too by the search-and-replaces that are in the version 
3 postinst script.

Maarten

_
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


netscape4_4.0-5.deb install probs

1997-09-26 Thread Maarten Boekhold
Hi,

I tried installing communicator 4.03 using netscape4_4.0-4.deb, and got 
the following output:

Installing Communicator files...

Installing Communicator Java files...
./ns-install: line 278:  2389 Broken pipe tar -cf - ${i}
  2390 Done| ( cd ${TARGET}/java/classes; tar -xf 
- )
./ns-install: line 278:  2397 Broken pipe tar -cf - ${i}
  2398 Done| ( cd ${TARGET}/java/classes; tar -xf 
- )

Installing additional component files...
./ns-install: line 305:  2408 Broken pipe ${GZIP} -dc ${pkg}
  2409 Done| ( cd ${TARGET}; tar -x${v}f - )

Registering Communicator 4.03...

Now it seems like java doesn't work properly (which doesn't sound too 
surprising). Netscape gives the following error when trying to execute an 
applet:

Unable to start a java applet: Can't find 'java40.jar' in your
CLASSPATH. Read the release notes and install 'java40.jar'
properly before restarting.

Current value of CLASSPATH:
/usr/local/lib/netscape/plugins:/usrs/bin/X11/plugins: \
/home/boekhold/.netscape/plugins

How can I get communicator to look at the proper place 
(/usr/lib/netscape/java/classes)?

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Incomprehensible CGI error

1997-09-16 Thread Maarten Boekhold
On Mon, 15 Sep 1997, Dave Neuer wrote:

> I am trying to get a CGI script written in Perl running, and I keep
> getting a wierd error that I don't understand:
> 
> "access to /usr/lib/cgi-bin/testscript.pl failed for *machine name*,
> reason: Premature end of script headers"
> 
> Anyone know what this means?  Other Perl scripts with similar
> construction seem to be working OK, can't seem to pin this one down.

Apart from the other suggestions, there might just be an error in your 
script that causes output from perl *before* you send the header. Or 
maybe you'r running with 'perl -w' and have a variable that you use only 
once. That causes output too with -w.

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


IP aliasing

1997-09-10 Thread Maarten Boekhold
Hi,

I tried to steup an IP alias on a machine here. According to the
Virtual-Web mini-HOWTO, I can do:

ifconfig eth0 alias new-address

However, ifconfig says 'alias' is not a hostname. 'man ifconfig' doesn't
say anything about aliasing. This is with netbase 2.13-1.

Anybody who can get me goin' on this?

Maarten

_________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Can't get talk to work

1997-09-06 Thread Maarten Boekhold
Hi,

Ik tried to enable my tcpd to allow 'talk' to my system from ALL, but
can't get it to work. These are my /etc/hosts.deny and /etc/hosts.allow:

# /etc/hosts.deny: list of hosts that are _not_ allowed to access the
system.
#  See hosts_access(5) and /usr/doc/net/portmapper.txt
#
# Example:ALL: some.host.name, .some.domain
# ALL EXCEPT in.fingerd: other.host.name, .other.domain
#
# The PARANOID wildcard matches any host whose name does not match its
# address.

ALL: ALL

# /etc/hosts.allow: list of hosts that are allowed to access the system.
See
#   hosts_access(5) and /usr/doc/net/portmapper.txt
#
# Example:ALL: LOCAL @some_netgroup
# ALL: .foobar.edu EXCEPT terminalserver.foobar.edu
#

ALL:192.168.1.2
ALL:192.168.1.1
ALL:127.0.0.1
wu-ftpd: ALL
in.ntalkd: ALL
in.talkd: ALL
talkd: ALL 

192.168.1.1 is me (I'm a 'masquerading-server', so this is actually not
the address you see from the outside world). Leaving out 'in.ntalkd: ALL'
gives me 'Sep  6 12:48:03 taylor in.ntalkd[647]: refused connect from
192.168.1.2' messages from syslog. Enabling it again gives me 'Sep  6
12:48:27 taylor talkd[649]: recv: Connection refused'. And I keep getting
this last message, even if I put 'in.talkd: ALL' and 'talkd: ALL' in
hosts.allow.

This is with netstd 2.12-1

Anybody got a clue?

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Modem doesn't reset anymore

1997-08-13 Thread Maarten Boekhold
On Tue, 12 Aug 1997, Daniel J. Mashao wrote:

> On Tue, 12 Aug 1997, Maarten Boekhold wrote:
> 
> > Hi,
> > 
> > I suddenly am forced to first start win95 and use dial-up networking there
> > to reset my modem before I can use it from Linux.
> > 
> What kind of modem is it? Some modems especially Zoom needs &d2 as part of
> the init command.

A dynalink 1428VQH. Remeber, till sunday, this modem gave me no
problems...

_________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Modem doesn't reset anymore

1997-08-12 Thread Maarten Boekhold
Hi,

I suddenly am forced to first start win95 and use dial-up networking there
to reset my modem before I can use it from Linux.

I didn't change a thing on my installation, no new packages, no new kernel
(2.0.30 with pentium-memcpy and partial csum), no nothing. It does not
reset my modem, and I haven't been able to find a way to do it by hand.

Does anyone out there knows of any tool that can correctly reset things?

Maarten

_____
|     Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


XF_S3V

1997-07-29 Thread Maarten Boekhold
Hi,

not really the place to ask, but here it goes:

does anybody have a diamond 3d 2400 4MB running at 1280x1024? If so,
with what refresh-rate? The information on the diamond-site says no
1280x1024, XFree 3.3 says it does. Also, the listed refresh-rates on the
diamond-site are low.

Maarten

_
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Video card not located

1997-06-24 Thread Maarten Boekhold
On Tue, 24 Jun 1997, Jon Stearley wrote:

> 
> I'm a Debian newbie, but not a Linux newbie.  Upon running my Xserver, it 
> says it "Can't probe screen #0", which the vendor says means the video 
> card is not being located.  I've installed all the X packages.deb.  
> Perhaps I'm missing a driver or something?  I was able to drive this 
> equipment at 24bits 1600x1200 under RedHat linux, but am interested in 
> runing Debian.  Any ideas?  Thx.

Really? let's see: 1600X1200X3 bytes is 576 bytes, is appr. 5.49 Megs,
and that with a 4mb card!

> 
> OSDebian 1.3
> Xserver   Accelerated X v2.1
> video Matrox Millenium (4mb)
> monitor   viewsonic PT810

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|  [EMAIL PROTECTED] |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: kerneld and iBCS (was Re: ADSM/iBCS)

1997-05-27 Thread Maarten Boekhold
> However, when I don't load the iBCS module by hand, I find the following
> message in /var/log/daemon.log:
> May 27 14:10:24 terrapin modprobe: can't locate module binfmt-332 
> 
> Is there perhaps a bug in /etc/conf.modules? Any idea where else I could
> start looking to track this down? Cheers, Colin.

Do you have a line in /etc/conf.modules at the beginning that says:

alias binfmt-332 iBCS

If not, try adding this by hand and see what happens. I think this ought
to fix your problems.

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: How to trick debian into thinking a package is installed

1997-05-10 Thread Maarten Boekhold
> 1. what's the dirty way to modify the config files so debian thinks
> lesstif is installed?

I don't think that this will work. lesstif isn't binary compatible with
motif AFAIK, only source-level. So to use programs linked against lesstif,
you will need lesstif, and not motif (ofcourse you could recompile
yourself...).

If this is not correct, by all means say so. I don't use any of
motif/lesstif myself :)
 
> On a side note, motif apps really ought to "require" a motif package, and
> lesstiff should "provide" motif, as opposed to packages directly requiring
> lesstif.

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: kfdialog.h

1997-05-08 Thread Maarten Boekhold
> pattern before.  I never knew it expanded the wild card before it
> searched.  Gotta be the old DOS mentality.

Actually, no. It is the *shell* that expands the wildcard on a
unix-system. If you want to pass a wildcard to a program, you have to
explicitly make it clear to the shell *not* to expand it by making a
string. In old DOS, it is the program itself that does the globbing (I
think thats what they call it there).

Maarten

_
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .


Re: postgres95 / libbsd.so

1997-05-08 Thread Maarten Boekhold
> >  Rather than commenting out the -ltermcap, you could replace it with
> > -lncurses, and it will link fine.  Ncurses has termcap emulation.
> 
> GREAT! Actually, I was wondering about that... good that you gave a look
> at the diff file, thank you!

Ah, at my system this was resolved automagically because somewhere in the
Makefile.global (I think) -lncurses was added somewhere.

Maarten

_________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: postgres95 / libbsd.so

1997-05-06 Thread Maarten Boekhold
On Mon, 5 May 1997, Nicola Bernardelli wrote:

>  Sad to say I don't give you a solution. Running the postmaster daemon
> actually results in a complain that it needs that library file and I don't
> have it in Debian 1.2.4 nor it was in 1.1 and it isn't in none of the 6 CD
> of InfoMagic Linux Developers' resource September 96. I tried to rebuild
> the Postgres95 binaries, just wanted to link the static library, but I get
> plenty of source-code-related errors (see gzipped attachment). I'm going
> to give a closer look to see what #ifdef ... may cause that mess of
> errors. 
>  PLEASE let me know if YOU find a solution (that is: library file or
> correct environment settings to rebuild the binaries or both or what
> else). THANK YOU, see you again.

I assume you tried building it from the debian sources? ie. postgres95
1.09? I have looked at your make-output, and am puzzled. I have build
postgres95 version 1.08, 1.09 6.0 and 6.1beta several times on my system
from the original sources, and never had any problems, certainly not like
these. The only thing I consistently have to change is removing linking
with -ltermcap in src/bin/psql/Makefile (Postgres thinks that all
linux-systems have libtermcap...).

My guess is that the debian-sources are screwed up. Try grabbing a .tgz
from ftp.postgresql.org

Maarten

_________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: STL

1997-04-28 Thread Maarten Boekhold
On Mon, 28 Apr 1997, Clint Adams wrote:

> >  I couldn't find any include files... where are they?
> > (I know nothing about stl).
> 
> They're in /usr/include/g++
> 
> For container classes, you'll need to use /usr/bin/genclass

But that's not STL.. that's GNU-stuff. 

Maarten
> 
> See the Info documentation for libg++.
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] .
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Compaq Smart Array Controller

1997-04-18 Thread Maarten Boekhold
> I need to put a UNIX on a Compaq Proliant 800.  I use Debian 1.2 at
home
> love it, but I have a question about hardware compatibility.
> 
> Has any installed Debian on a Compaq server with a SMART2/P Array
> Controler?

About the SMART2 controller, I've heard that it has a
(NCR)|(Symbios)53c875 on it and should be recognized given the prober
drivers are compiled in. I don't know how you can access RAID-features,
but I think it's completely transparent from the OS point of view (aren't
all those things taken care of by the board itself and can't you configure
them by using the cards BIOS?).

I'm curious about the SMART RAID-controller from compaq (ie. version 1).
Anybody got some info on that one?

Maarten

_________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Deb file viewing [was: Dependency ordering]

1997-04-12 Thread Maarten Boekhold
> On Sat, 12 Apr 1997, Paul Wade wrote:
> 
> > I would love to be able to hit the F3 (view) key in mc
> > on a .deb file and get a nice summary of control info and status. 
>

I don't know what setup you have, but my installation of mc does just
this. I have mc_3.2.1-1 here.

Maarten 

_________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


Pentium GCC

1997-03-31 Thread Maarten Boekhold
Hi,

I was just thinking: wouldn't it be a nice idea to have a pgcc package
around for ppl who want to get the most out of their pentium? Even if it
means the package must be in experimental?

It would probably be mostly used to recompile kernels, don't know how big
of an improvement you could get out of that. Most ppl won't take the
trouble of recompiling every single package that have installed :).

Just curious, how much would I gain with an 'pentium optimized' kernel?
Maybe libc? And X?

Maarten

_________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


Re: Connection closed by foreign host.

1997-03-20 Thread Maarten Boekhold
> > Trying 127.0.0.1...
> > Connected to localhost.
> > Escape character is '^]'.
> > Connection closed by foreign host.
> 
> Is there a delay between the 'Escape' and 'Connection closed' lines?  If
> so, it may be trying to resolve the names.  However, if you
> deleted/recreated the hosts.deny file, then it shouldn't be worrying about
> that.

I get this behaviour often just after I opened my ppp-link to the
University and am trying to connect to a HP/UX server (9000/735, HPUX 10).
But only on the first try, when I try again everything goes as expected.

Maarten

_________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


Can't get NFS with ugidd working

1997-03-12 Thread Maarten Boekhold
Hi,

I'm using NFS here at home to share stuff with a room-mate, and we're 
both using different uid's and gid's onthe systems, but the same names. 
So I thought: ugidd.

I enabled it in /etc/init.d/netstd_nfs, editted /etc/hosts.allow and 
/etc/hosts.deny, and have added 'map_daemon' to the export-lines.

But I still get numbers or 'nobody' and 'nosuchgroup' or something like 
that. I don't get it. Isn't this the way I should get this working?

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


Re: 128M ram not detected

1997-01-07 Thread Maarten Boekhold
> I have just configured a pentium pro 200 with 128M ram with debian 1.2.
> However after adding
> append = "mem=128M"
> to the /etc/lilo.conf top still only claims to see 64M
> Can anyone help ?
> Michael

Stupid question, but did you re-run lilo after changing the config-file?

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: using fork in cgi & perl

1997-01-05 Thread Maarten Boekhold
> Well, the child is a zombie because the process which called fork
> did not wait() on the child process. This can be accomplished 
> asynchronously by handling the SIGCHLD signal. The following (somewhat
> modified to remove unecessary SysV stuff) example comes from the
> perlipc manpage:
> 
> sub REAPER { 
> $waitedpid = wait;
> }
> 
> $SIG{CHLD} = \&REAPER;
> # now do something that forks...
> 
> That code will make sure the child doesn't sit there as a zombie.
> As for why the result doesn't come up quickly I can't speculate 
> since I don't know what you're doing.

You might have to use the 'double fork()' trick. This creates two childs, 
where the second child becomes a child of init when the first child have 
exited and the parent wait()'s for the first child. See man perlfunc for 
more info. Sorry I don't give more info, just had a party and had had 
quite a lot of choice from delicious drinks :)

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|[EMAIL PROTECTED]   [EMAIL PROTECTED]  |
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


mounting files as filesystems

1996-10-11 Thread Maarten Boekhold
Hi,

I remember having heard of some way to mount a *file* as filesystem. I 
would want to use this to mount an iso9660 filesystem that is created as 
file. Still with me? :)

I couldn't find info on this anywhere. Is there somebody who has 
experience in burning CD's who has done this and can help me out here?

Maarten

_____
|     Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|  [EMAIL PROTECTED]   [EMAIL PROTECTED] |
-

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


IP-accounting

1996-09-28 Thread Maarten Boekhold
Hi,

I wonder if anybody can help me to some pointers to information about
IP-accounting. I found the manpages a bit sparse for an introduction
suitable for setting things up.

What I'm looking for is a way to determine, on our 'gateway' (a 386dx25
running ppp on 28k8), how many bytes the rest of the computers that are on
our network transmit to and recieve from the outside world.

TIA,

Maarten

_______
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL  |
|   [EMAIL PROTECTED] [EMAIL PROTECTED]   |
---

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: exmh and Xauthority

1996-08-17 Thread Maarten Boekhold
> > I seem to have a problem with exmh (or X). When I start exmh I get a string
> > of
> > 
> > BGRegister insecure server (must run old style xauth). Command ignored.
> > 
> > I think I understand what is happening: my X server is not generating
> > the ~/.Xauthority file needed to run secure and exmh complains. But I
> > haven't been able to fix this problem.
> 
> The simplier way is to use xdm.
> Alternately, you can create the cookie by yourself if you want to use startx. 
> I've got a small program (20 lines of C) that generates such cookies. Email 
> if you want it.

I have a much smpler setup, using a .xserverrc file. It's about 6 lines. 
Similar, mail me (or on the list) if somebody wants this (don't have it 
on this site, so can't include it here, besides, while I'm typing this, 
I'm loaded, this took me about 3 minutes to type :).

Maarten

_____
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|  [EMAIL PROTECTED]   [EMAIL PROTECTED] |
-



Re: kernal-image-2.0.0-0 + stuff...

1996-06-29 Thread Maarten Boekhold
> 
> And finally, I seem to have lost the XF86Config program... I recognized it
> when I was configuring one of the X11 packages, but I didn't have time to
> set it up properly, so I skipped it. I found XF86Config somewhere in
> /etc/ but it was just a symlink to a file that didn't exsist. Is
> XF86Config in one of the packages, or do I have to run a configuration
> script again? (If so, which one?) Thanks for any help given on the above.

Try the 'xf86config' program. /etc/XF86Config is your config-file, ie.
where all parameters and setting are stored.

Maarten

_______
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL  |
|   [EMAIL PROTECTED] [EMAIL PROTECTED]   |
---



Re: elf Mtools screw pooch

1996-05-26 Thread Maarten Boekhold
> Since I upgraded to 1.1, all of the ELF versions of mtools have failed
> on my system, with the error:
> 
> init: set default params
> Can't initialize 'A:'

I'm getting the same messages. xconsole says things about floppy
time-outs. But I have always had trouble with my 3 1/2 diskdrive under
Linux (this particular system). Upon booting my FDC is reported as a 8272A
if that's of any use. 

Maarten


uninstalled packages in 'dpkg -l'

1996-05-16 Thread Maarten Boekhold
Hi,

I always thought that 'dpkg -l' was supposed to show you all *installed*
packages, but, when I do a: dpkg -l 'ncurses*' on my system, I get:

Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=bDesired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersionDescription
+++-===-==-
un  ncurses   (no description available)
ii  ncurses-base1.9.9e-1   Video terminal manipulation: Minimum set of
ii  ncurses-bin 1.9.9e-1   Video terminal manipulation: associated prog
un  ncurses-dev   (no description available)
un  ncurses-develop   (no description available)
un  ncurses-pic   (no description available)
un  ncurses-runtime   (no description available)
ii  ncurses-term1.9.9e-1   Video terminal manipulation: additional term
un  ncurses21-dev (no description available)
ii  ncurses3.0  1.9.9e-1   Video terminal manipulation: shared 

Of these packages, all with a version of  are not installed, and
I don't want these to show up either. They're confusing me.

What can I do about this?

Maarten

_______
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL  |
|   [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|  Take life as a party!  |
---


Re: 1.1 setup for /dev/xconsole?

1996-05-14 Thread Maarten Boekhold
> >If you try bringing up xconsole and see nothing, then it's possible that
> >you've already been logging messages for a while and the pipe filled up, so
> 
> Has anyone noticed that with recent kernels, the pipe to xconsole fills
> up on boot up before boot up is finished, which causes all kinds of
> problems. This started around 1.3.65 and still is a problem, so I
> stopeed using xconsole.

I'm using 1.3.71, no probs with xconsole, system is a (to 1.1) upgraded 
0.93R6.

Maarten

_______
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL  |
|   [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|  Take life as a party!  |
---


Re: Checking if the network is up

1996-05-11 Thread Maarten Boekhold
 
> I just have my ip-up script (it's a ppp config script, see man pppd)
> touch a file in /usr/local/etc/ppp when I connect, and ip-down remove
> the file when I disconnect.  Then I can just check for the existence
> of that file, and know if I'm connected.  Alternatively, you could

doesn't work if the connection is dropped by a bad line or such things.

Maarten 

_______
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL  |
|   [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|  Take life as a party!  |
---


Re: Checking if the network is up

1996-05-10 Thread Maarten Boekhold
Hi,

how about:

#!/bin/sh

if ! ping -c 3 known_address_which_is_in_etc_hosts | grep -q "round-trip"
then
do_your_stuff
fi

We use this to check our leased line every 5 mins.

Maarten

___
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL  |
|   [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|  Take life as a party!  |
---


xconsole

1996-05-07 Thread Maarten Boekhold
Hi,

when I start X through xdm, I get a nice xconsole that displays all kind 
of messages. When I start xconsole by hand from an X-session (or from my 
.xsession-file), I don't get them. How do I get them anyway?

Maarten

ps. an 'echo "testing" > /dev/console` shows up in the window

_______
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL  |
|   [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|  Take life as a party!  |
---


mirror and symlinks

1996-05-06 Thread Maarten Boekhold
Hi,

I just played around with mirror, and found the following:

In the dirstructure I'm replicating are some dirs that are very large, 
and I will not be able to get it all on one filesystem, so I have created 
for two dirs two symlinks to another filesystem. But, everytime I start 
to mirror, those two dirs are fetched completely. I suspect it has 
something to do with those symlinks and mirror thinking it's different, 
cos on the remote system these are just plain dirs.

Is there a solution/flag/option to change this behaviour?

Maarten

___
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL  |
|   [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|  Take life as a party!  |
---


Re: mirror and symlinks

1996-05-06 Thread Maarten Boekhold
Hi,

I have already found the answer: the option local_follow_symlinks or 
something like that.

Maarten

___
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL  |
|   [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|  Take life as a party!  |
---


Re: xdm config after install

1996-05-06 Thread Maarten Boekhold
On Sun, 5 May 1996, Martin Schulze wrote:

> Hallo Maarten!
> 
> }I didn't say 'yes' when xbase asked me if I wanted to start xdm at 
> }boot-time, but now I'd like to see how it works here. How do I set this up?
> }I tried just to type 'xdm' at the root-prompt, but it didn't do a thing.
> 
> I would suggest doing a "dpkg --configure xbase".

Tried that, complained it couldn't do that, something was wrong and it 
was already installed
  
> PS: Such questions should go into debian-user.

You're right, sorry, I'll never do it again.

Maarten

___
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL  |
|   [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|  Take life as a party!  |
---