Re: afterstep 1.0pre5

1997-03-25 Thread Neil A. Rubin
On 24 Mar, Christian Hudon wrote:
> On Mon, 24 Mar 1997, Paul Chau wrote:
> 
>> Could anyone tell me if the afterstep 1.0pre5 been debianised yet or
>> not?
> 
> Don't think so. The Debian package is still at 1.0pre4. If you want, email
> the maintainer (Neil A. Rubin <[EMAIL PROTECTED]>) and tell him that
> 1.0pre5 is out.

Hello all,

 1.0pre5 was released on 3/11, after the 1.3 codefreeze.  The
Debian rule seems to be no new code, except bugfixes, after the code
freeze.  1.0pre5 does fix some very minor misfeatures, but still has
bugs with shading.  It also adds significant new code, including the
Animate module and locking patch.  On the whole, it didn't seem worth
breaking the "no new code" rule over.

Anyway, I plan to fix the one outstanding bug on the 1.0pre4 package
today or tomorrow, and then package up 1.0pre5 to placed in the new
unstable distribution.

Thanks for the nudge. :-)

-- 
Neil A. Rubin <[EMAIL PROTECTED]> - Physics/Mathematics - CWRU '98, IMSA '94
WWW Homepage:  http://b62724.student.cwru.edu/~nrubin/
PGP Public Key available from above page and from good Key Servers.


gcc

1997-03-25 Thread Seth Reinosa
Ahh finally somebody read my clouded mind  and the correct answer was
redirection "program name < file.to be.read"
Thanx alot guys and girls especially to all professionals.


<[EMAIL PROTECTED]>

Thanx
and may God Bless you
Seth R


Re: problem with one of the install images?

1997-03-25 Thread jghasler
Ron Nelson writes:
> I have pulled this image down from both ftp.debian.org and ftp.cdrom.com,
> and used different floppy disks as well.

How many different floppies did you try?  The other day I had to make a new
rescue disk.  I went through *eight* floppies before I found one that
worked.
-- 
John HaslerThis posting is in the public domain.
[EMAIL PROTECTED]Do with it what you will.
Dancing Horse Hill Make money from it if you can; I don't mind.
Elmwood, Wisconsin Do not send email advertisements to this address.


Re: Bug#8119: e2fsck should be linked with -static

1997-03-25 Thread Mark Eichin
> Put root.bin from the rescue disk under /boot. Add a "rescue" option to
> the lilo.conf that boots your regular kernel with INITFS=/boot/root.bin .
> You can now type "rescue" at the LILO prompt and boot into the rescue
> disk without a floppy. Total cost in disk space: 700K. This is less

Hey, that's a cool idea.  Someone want to go package it?  If not, I'll
try to do so this weekend [I ask mostly because it may be easier for
the boot-floppies maintainer to package it for this use too...]


How do I find package?

1997-03-25 Thread Rowan Deppeler
Hi all,

Can anyone tell me how I can locate which debian package has a 
required dependancy??

Ie. Perl5 requires 'Libdl1' but nothing seems to own it?

thanks,
Rowan

. . . . 
Rowan Deppeler System admin
Cybernex Networking
http://www.cybernex.net.au
vk3vw/vk3rcr
. . . .


Re: How do I find package?

1997-03-25 Thread Rob MacWilliams
> Hi all,
> 
> Can anyone tell me how I can locate which debian package has a 
> required dependancy??

I use an editor to search the packages file found in /var/lib/dpkg/methods/ftp/.

> 
> Ie. Perl5 requires 'Libdl1' but nothing seems to own it?

On an i-86 platform it is provided by ldso, which is in the base section.  
Someone else would probably
provide a better answer in regard to the other platforms.

> 
> thanks,
> Rowan
> 
> ... . . . 
> Rowan Deppeler System admin
> Cybernex Networking
> http://www.cybernex.net.au
> vk3vw/vk3rcr
> ... . . .
> 

Later



"Change is inevitable, except from a vending machine."

Rob MacWilliams   [EMAIL PROTECTED]
N9NPU






Re: How do I find package?

1997-03-25 Thread Nicolás Lichtmaier
On Tue, 25 Mar 1997, Rowan Deppeler wrote:

> Can anyone tell me how I can locate which debian package has a 
> required dependancy??
> Ie. Perl5 requires 'Libdl1' but nothing seems to own it?

 You may visit http://www.feedback.com.ar/debian/ and find out

-- 
Nicolás Lichtmaier.-  | From Buenos Aires,
[EMAIL PROTECTED]  |  Argentina!


Re: lprm won't let user remove his own print jobs

1997-03-25 Thread Graeme
Mike Orr <[EMAIL PROTECTED]> writes:

> 
> I seem to have the permissions messed up for lpd, because user's can't
> remove their own jobs.  /var/spool/lpd and subdirs are set to 
> "drwxrwxr-x root.lp".  I tried drwxrwxrwx, drwxrwsr-x and drwxrwsrwx but
> none of these helped.
> 

There are security problems with lpr and it doesn't seem to detect
local users properly. The fix is to upgrade to lprng (which is in the
unstable tree, but I have had no problems---in fact it's a lot nicer
than plain vanilla lpr & co.).

Graeme

-- 
| Graeme A Stewart, pgp public key  finger [EMAIL PROTECTED]|
|  Key fingerprint =  AF C7 BF A4 52 D5 3C 3B  17 A5 62 43 DA 15 E8 97  |
|   "Keep a good head, and always carry a lightbulb."   Dylan   |


Re: ipfwadm rules question...

1997-03-25 Thread Adam Shand
>Thoughts?  I presume this would be much easier if I used a static IP, but
>the boxes I use don't authenticate with TACACS+ or radius, so I can't just
>make an entry..  I'd be able to do some cut/awk type stuff to extract the
>IP and add the stuff to the bottom of /usr/bin/pon, but I just need what
>rule(s) to add...  In fact, here's the awking I'd be using:
>
>ifconfig ppp0 | head -2 | tail -1 | awk -F " " '{print $2}' \
>| awk -F: '{print $2}'

I don't know anything about ipfwadm but it would be much easier to use on
of these variables in /etc/ppp/ip-up and then remove the rule in ip-down

#Arg  Name   Example
#$1   Interface name ppp0
#$2   The ttyttyS1
#$3   The link speed 38400
#$4   Local IP number12.34.56.78
#$5   Peer  IP number12.34.56.99

Adam.


Network Configuration

1997-03-25 Thread Jordi Inglada
Hello,

last week, I had a problem with my ethernet card not being detected by
the modconf program so I asked this list. I got lots of answers and
finally my card is detected. 

The problem now is that I can't make it work. I mean, I can't do ftp,
telnet, etc... When I try some of these, I wait and wait,... If I use
nfs as the access method to the distribution, I got the message "server
 seems to be down or inexistent".

I have configured the network, I have installed the drivers (my card is
a DIGITAL depca), the card is found when rebooting at the correct
address and interruption...

Could somebody give me a hint about what's happenning? Maybe there's
something I forgot to do. I'm a beginner in LINUX, so I would apreciate
being told what to do step by step.

Thanks.


Jordi INGLADA


recent purchase of used IBM ps1/ps2

1997-03-25 Thread KBuras
I am looking for jummpers,pinouts, any available help to get these units
going maybe with IBM's dos package. I am doing this as both a challenge and
to resell to a needy home, of course, only after I am sure that it's working
correctly.
 Have it to the "F" key screen. Any suggestions or help?!!?
Keith Buras E-Mail: [EMAIL PROTECTED]


Newbie question

1997-03-25 Thread jr_martinez



  I am new with Linux and I don't know very well what to do in this
  situation:

  - A few months ago I buy a CD with Debian 1.1 distribution included.
  After that, I download Debian 1.2 from www.debian.org.
  I week ago I installed Debian 1.2 but I didn't run dSelect program, in
  that moment. Last night I run dSelect program in order to install
  several packages. When I finished the system was in Debian 1.1. After
  that I reinstall, using floppy disks, Debian 1.2 again. I am not
  very sure what I have rigth know.

  Could any Linux expert advise me how to know what I have in this moment?.
  Is the process I did OK?.

  Thanks in advance.

  J.R.Martinez Miro
  Procurement.
  e-mail: [EMAIL PROTECTED]


Re: Newbie question

1997-03-25 Thread Peter Iannarelli
[EMAIL PROTECTED] wrote:
> 
>   Could any Linux expert advise me how to know what I have in this moment?.
>   Is the process I did OK?.

I'm not really a Linux expert however,
to determine what kernel version you are running
type in "uname -a" at the prompt. 

> 
>   Thanks in advance.
> 
>   J.R.Martinez Miro
>   Procurement.
>   e-mail: [EMAIL PROTECTED]



Regards,

Peter Iannarelli

Bits/KeyIDNIC   Phone
 512/EC3AF635 PI113 416.929.1885

-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3i

mQBNAzMi3UYAAAECAMX2nqFD53kvbt4OqJUQeFiGWWR/tywBlKSfpFNnf7Fu9r7+
hVSZAJOl/bWEyLh/OPcWtPqw37Qdnvo/Eew69jUABRG0EFBldGVyIElhbm5hcmVs
bGmJAFUDBRAzIt1Gnvo/Eew69jUBAZpyAfwNtTwRJVhNir1IQnjClY7a4cQpP4ln
HMny+XQqO4g5zlQXDrHByBb62c8f2OyBr08VxRUeegzTk6d7hvb8PNIz
=LKmM
-END PGP PUBLIC KEY BLOCK-


glibc in 1.3?

1997-03-25 Thread Francesco Tapparo
Hi, 
I'm wondering if glibc 2.0 (i.e. libc.so.6) will be in debian 1.3.
This release of libc is already out, but I not see it in debian.

Thanks fo every answer, and ciao!

Francesco Tapparo
[EMAIL PROTECTED]


Error while installing unstable/binary/base/at_3.0.deb

1997-03-25 Thread Andreas Tille
While doing

   dpkg -i at_3.0.deb

I got the following errormessage.
The at_2.9b??.deb in stable works.

(Reading database ... 21163 files and directories currently installed.)
Preparing to replace at 3.0 (using at_3.0.deb) ...
Unpacking replacement at ...
/var/lib/dpkg/info/at.postrm: spool}: command not found
dpkg: warning - old post-removal script returned error exit status 127
dpkg - trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/postrm: spool}: command not found
dpkg: error processing at_3.0.deb (--install):
 subprocess new post-removal script returned error exit status 127
/var/lib/dpkg/tmp.ci/postrm: spool}: command not found
dpkg: error while cleaning up:
 subprocess post-removal script returned error exit status 127
Errors were encountered while processing:
 at_3.0.deb

Is there anybody who observed the same or should I send a bug report
(or are there any developers reading this and take it as a bug report
and I havn't to send this twice)

Andreas.


Can't find unstable/binary/base/modutils_*.deb

1997-03-25 Thread Andreas Tille
There is no modutils_??.deb in /bo/binary-i386/base
but modules_2.1.23-1.deb depends on it.

Is my ftp server wrong or isn't this file existing?

Andreas


wish4.2 - the disappearing file

1997-03-25 Thread Douglas Bates
I recently installed the tk42 and tcl76 packages then went to
recompile my kernel.  On using
 make xconfig
I discovered that tk didn't seem to be working.  Trying to check
further on this has produced some mystifying behaviour.
 $ ls -l /usr/bin/wish4.2
 -rwxr-xr-x   1 root root 5780 Mar  3 21:41 /usr/bin/wish4.2
 $ file /usr/bin/wish4.2
 /usr/bin/wish4.2: ELF 32-bit LSB executable, Intel 386, version 1, stripped
 $ /usr/bin/wish4.2 /usr/doc/tk42/examples/hello
 bash: /usr/bin/wish4.2: No such file or directory

I even checked with strace and the first call to execev with the
argument of /usr/bin/wish4.2 fails.  That message of "No such file or
directory" can appear in mystifying ways for shell scripts but I have
never seen a case like this before.  One is reduced to shouting at the
screen, "It's there, I tell you.  It's really there!".

The reason I was recompiling the kernel is to adjust the IRQ's used by
my sound card.  I fell back on a plain
 make config
but even that failed.  When I indicated that I had an Ensoniq sound
card it prompted later for the base address (SSCAPE_BASE) with the
default of 330.  No matter what I respond at that point it just
returns a message that there is no help available for that variable.
Does "make config" have difficulty with the "hex" type of variable?

Suggestions welcomed.

-- 
Douglas Bates[EMAIL PROTECTED]
Statistics Department608/262-2598
University of Wisconsin - Madison


Re: wish4.2 - the disappearing file

1997-03-25 Thread Jean Pierre LeJacq
I'm not sure if this has been reported as a bug yet.

wish4.2 has been linked against /lib/ld-linux.so.2 which
hasn't been released yet as a debian package.  You can see
this by using "strings" on the wish4.2 executable.

A quick solution, that so far is working for me, is to
create a symbolic link to the version of /lib/ld-linux.so.?
that you do have installed. 

I'll check and submit a bug report if it hasn't already been
submitted.

-- 
Jean Pierre


On Tue, 25 Mar 1997, Douglas Bates wrote:

> I recently installed the tk42 and tcl76 packages then went to
> recompile my kernel.  On using
>  make xconfig
> I discovered that tk didn't seem to be working.  Trying to check
> further on this has produced some mystifying behaviour.
>  $ ls -l /usr/bin/wish4.2
>  -rwxr-xr-x   1 root root 5780 Mar  3 21:41 /usr/bin/wish4.2
>  $ file /usr/bin/wish4.2
>  /usr/bin/wish4.2: ELF 32-bit LSB executable, Intel 386, version 1, stripped
>  $ /usr/bin/wish4.2 /usr/doc/tk42/examples/hello
>  bash: /usr/bin/wish4.2: No such file or directory


Re: wish4.2 - the disappearing file

1997-03-25 Thread David Engel
On Mar 25, Jean Pierre LeJacq wrote
> I'm not sure if this has been reported as a bug yet.

Yes, it has, and it's already been fixed.

> wish4.2 has been linked against /lib/ld-linux.so.2 which
> hasn't been released yet as a debian package.  You can see
> this by using "strings" on the wish4.2 executable.

ld-linux.so.2 is the dynamic linker for glibc which is available
in the experimental section.

David
-- 
David EngelODS Networks
[EMAIL PROTECTED]   1001 E. Arapaho Road
(972) 234-6400 Richardson, TX  75081


Re: glibc in 1.3?

1997-03-25 Thread David Engel
On Mar 26, Francesco Tapparo wrote
> I'm wondering if glibc 2.0 (i.e. libc.so.6) will be in debian 1.3.
> This release of libc is already out, but I not see it in debian.

It's in the experimental section.

David
-- 
David EngelODS Networks
[EMAIL PROTECTED]   1001 E. Arapaho Road
(972) 234-6400 Richardson, TX  75081


Diald setup problem - Please help

1997-03-25 Thread Ramasubramanian Ramesh
Hi all:

  I have the following problem which makes diald difficult to use. I have a
straight forward installation of debian with options (diald,ppp) file adjusted
to reflect my setup. Whenever I fire a network needy application (like telnet,
ftp) diald immediately wakes up and sets up the connection. However the
utility that woke up diald simply hangs. Furthermore, any other session started
soon after a connection is established goes through. Let me explain this with
a little example

command: telnet 
actions: (1) telnet fires up resolves host addresses and tries to connect
 (2) diald wakesup and makes connection
 (3) connection is setup but telnet still hanging

Suppose I start another telnet at this time to same address the second one
will go though while the first one is still hanging. Furthermore, if diald
disconnect phone line due to inactivity then all running tools will hang even
if diald wakes up and reestablishes the connection immediately. I suspect some
routing problem but cannot figure out how to fix it.

Here is some config info.

  for diald
mode ppp
fifo 
accounting-log 
baud 57600
modem
crtscts
defaultroute
connect "chat -f chatscript"
local 127.0.0.3
remote 
dynamic

device is ttyS1 (not cua1)

The options file of pppd is empty

kernel 2.0.x with slip, cslip and ppp

Please help. If I can help you with any debug output please let me know. I can
produce what you want and ship it to you. (I had asked this question to Eric,
the author of diald, but so far I have not received any response. Then again,
the problem started only after I switched from a very old slackware to debian
1.2 recently)

Thanks
Ramesh



X and Keyboards

1997-03-25 Thread Hubert Palme
After upgrading to 1.2.7, X does only know a US keyboard. Where in 
the many configuration files can I tell X, that I have a German one 
-- and where can I read about it?  

Thanks in advance!

Hubert Palme


DHCP

1997-03-25 Thread Mike Smith
I've set up the dhcpd debian package (0.5.13-4) with only Win95 machines
using it at present.  For some reason this is causing a problem with the
local DNS mapping.  One day everything works like it should, the next
day the DHCP clients won't see local machines except by IP address.
There is no consistency to the problem...it's been working fine the last
5 days, but didn't work the 3 days before that.  There is never (barring
other network problems :) any trouble with outside sites finding our
machines or ours finding outside machines.

I'm at a loss as to what could be causing this.  Any ideas?  The
DNS stuff worked just fine before I changed the Win95 boxes and still
works fine on non DHCP clients.

Thanks,
Mike


Re: X and Keyboards

1997-03-25 Thread Tomislav Vujec
"Hubert Palme" <[EMAIL PROTECTED]> writes:

> After upgrading to 1.2.7, X does only know a US keyboard. Where in 
> the many configuration files can I tell X, that I have a German one 
> -- and where can I read about it?  

Add line:
XkbDisable
to section Keyboard in file /etc/X11/XF86Config. This will disable Xkb
extension from XFree86 3.2 wich itself disables xmodmap settings.

-- 
Tomislav Vujec   [EMAIL PROTECTED]
---
To understand recursion, one must first understand recursion...


Re: Network Configuration

1997-03-25 Thread David Wright
On Tue, 25 Mar 1997, Jordi Inglada wrote:

>   The problem now is that I can't make it work. I mean, I can't do ftp,
> telnet, etc... When I try some of these, I wait and wait,... If I use
> nfs as the access method to the distribution, I got the message "server
>  seems to be down or inexistent".
> 
>   I have configured the network, I have installed the drivers (my card is
> a DIGITAL depca), the card is found when rebooting at the correct
> address and interruption...

Ouch! Depca card, eh? A couple of things to check:

It's not enough for the card to be detected. It's also rather important 
that any probing for other hardware doesn't interfere with the depca 
card. So you probably won't get it to work with an installation kernel 
which probes for everything everywhere.

The depca driver may also not work if you compile it as a module, so 
when you compile your kernel, select it as built-in.

I hope that helps. Me, I'm replacing my depca cards with 3c509 ones. 
Depcas worked with pathworks and with netbeui (just about), but they 
freeze up with PC-NFS after a couple of minutes so I'm calling it a day
(as is the Open University).
--
David Wright, Open University, Earth Science Department, Milton Keynes MK7 6AA
U.K.  email: [EMAIL PROTECTED]  tel: +44 1908 653 739  fax: +44 1908 655 151


Re: Network Configuration

1997-03-25 Thread Oliver Elphick
In message <[EMAIL PROTECTED]>, writes: 
  >Hello,
  >
  > last week, I had a problem with my ethernet card not being detected by
  >the modconf program so I asked this list. I got lots of answers and
  >finally my card is detected. 
  >
  > The problem now is that I can't make it work. I mean, I can't do ftp,
  >telnet, etc... When I try some of these, I wait and wait,... If I use
  >nfs as the access method to the distribution, I got the message "server
  > seems to be down or inexistent".
  >
  > I have configured the network, I have installed the drivers (my card is
  >a DIGITAL depca), the card is found when rebooting at the correct
  >address and interruption...
  >
  > Could somebody give me a hint about what's happenning? Maybe there's
  >something I forgot to do. I'm a beginner in LINUX, so I would apreciate
  >being told what to do step by step.
  >
Date: Tue, 25 Mar 1997 13:30:08 +
From: "Oliver Elphick" <[EMAIL PROTECTED]>

First, try the command ifconfig

You should see something like:# ifconfig
loLink encap:Local Loopback  
  inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
  UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
  RX packets:31668 errors:0 dropped:0 overruns:0
  TX packets:31668 errors:0 dropped:0 overruns:0

eth0  Link encap:10Mbps Ethernet  HWaddr 00:4F:49:00:E0:5D
  inet addr:193.195.30.1  Bcast:193.195.30.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:164771 errors:0 dropped:0 overruns:0
  TX packets:184328 errors:13 dropped:0 overruns:0
  Interrupt:11 Base address:0xef80 

# 

If you don't see lo and eth0, have a look at the boot scripts in /etc/init.d
(which are linked to /etc/rc[2345].d)

If ifconfig shows these, try doing commands to localhost (which uses
the loopback interface - that is, the machine talks to itself as if it
were another machine); for example, ftp localhost, ping localhost.

If that works, try pinging other machines on your network, using their
IP numbers; next try their names.  > Hello,
> 
>   last week, I had a problem with my ethernet card not being detected by
> the modconf program so I asked this list. I got lots of answers and
> finally my card is detected. 
> 
>   The problem now is that I can't make it work. I mean, I can't do ftp,
> telnet, etc... When I try some of these, I wait and wait,... If I use
> nfs as the access method to the distribution, I got the message "server
>  seems to be down or inexistent".
> 
>   I have configured the network, I have installed the drivers (my card is
> a DIGITAL depca), the card is found when rebooting at the correct
> address and interruption...
> 
>   Could somebody give me a hint about what's happenning? Maybe there's
> something I forgot to do. I'm a beginner in LINUX, so I would apreciate
> being told what to do step by step.
> 
>   Thanks.
> 
> 
>   Jordi INGLADA
> 
> 


Next look at how names are resolved - that is, translated to IP addresses.
Does your system use DNS or /etc/hosts; are these set up right?  If you
send a query to a nameserver, the program will wait at least 2 minutes before
giving up.

And so on...



Oliver Elphick  [EMAIL PROTECTED]
Isle of Wight  http://homepages.enterprise.net/olly


Linking problems boundary="==_Exmh_13452812500" boundary="==_Exmh_13601327980"

1997-03-25 Thread Oliver Elphick
This is a multipart MIME message.

--==_Exmh_13601327980
Content-Type: text/plain; charset=us-ascii

I have the following errors when trying to compile and link a class that
derives from QListBox:

 g++ -g -o  try try.cc try1.cc -I/usr/include/X11/qt -L/usr/X11R6/lib -lqt 
-lg++
 /tmp/cca197912.o: In function `ListBox::ListBox(QWidget *, char const *, 
unsigned int)':
 /usr/home/olly/cprogs/priory_db/try1.cc:44: undefined reference to 
`ListBox::QPaintDevice virtual table'
 /usr/home/olly/cprogs/priory_db/try1.cc:44: undefined reference to `ListBox 
virtual table'

I attach a minimal set of files which demonstrate the bug.

I don't know if this is in fact a bug in the GNU compiler or in QT.

Version levels:
Debian Linux 1.2
GCC 2.7.2.1
libg++  2.7.2
QT  1.0

Oliver Elphick  olly@lfix.co.uk
Isle of Wight  http://homepages.enterprise.net/olly


--==_Exmh_13601327980
Content-Type: application/octet-stream
Content-Description: try.cc
Content-Transfer-Encoding: quoted-printable

/* Test program */

 #include   // Every program needs one!
 #include 

 #include "listitem.h"  // Main window's header file



int main (int argc, char **argv)
{
QApplication a(argc, argv);
  =

QWidget mw;
a.setMainWidget(&mw);
ListItem *li =3D new ListItem;
mw.show();
  =

return a.exec();
}


--==_Exmh_13601327980
Content-Type: text/plain; charset=us-ascii
Content-Description: try1.h
Content-Transfer-Encoding: quoted-printable

/=
*

Priory database

listitem.h  Header file for listitem, one of the four data windows

*=
/

 #ifndef LISTITEM_H
 #define LISTITEM_H

 #include 
 #include 
 #include 
 #include 
 #include 

class QLabel;

class ListItem : public QListBoxText
{
  Q_OBJECT
public:
  ListItem(const char *k=3D0, const char *t=3D0);
  void setKey(const char *);
  void setValues(const char *, const char *);
  const char *key() const;
protected:
  void resizeEvent(QResizeEvent *);
private:
  String *ky;
};

//

class ListBox : public QListBox
{
  Q_OBJECT
public:
  ListBox(QWidget *parent=3D0, const char *name=3D0, WFlags f=3D0);
  const char * key(int);
  const char * currentKey();
  void removeItem(int);
  void insertItem(const ListItem * li, int i=3D-1);
  void clear();
private:
  QList *kix;
};

 #endif LISTITEM_H

--==_Exmh_13601327980
Content-Type: application/octet-stream
Content-Description: try1.cc
Content-Transfer-Encoding: quoted-printable

/=
*

Priory database

listitem.cc  Class file for listitem, which groups two labels
together for use in a list box; one label is for use as a hidden
key to some other table

*=
/


 #include 
 #include 
 #include "try1.h"

ListItem::ListItem(const char *k=3D0, const char *t=3D0)
: QListBoxText(t)
{
  cerr << "ListItem::ListItem\n";
  ky =3D new String(k);
}


void ListItem::setKey(const char *k)
{
  delete ky;
  ky =3D new String(k);=

}

const char * ListItem::key() const
{
  return (const char *) ky;
}

void ListItem::setValues(const char *k, const char *t)
{
  setText(t);
  setKey(k);
}



ListBox::ListBox(QWidget *parent, const char *name, WFlags f)
  : QListBox(parent, name, f)
{
  kix =3D new QList();
}

const char * ListBox::key(int i)
{
  return *(kix->at(i));
}

const char * ListBox::currentKey()
{
  return key(currentItem());
}

void ListBox::insertItem(const ListItem *it, int ix)
{
  QListBox::insertItem(
   it->text(),
   ix);
  if (ix >=3D 0)
{
  kix->insert((unsigned int) ix, (const char * const *)it->key());
}
  else
{
  kix->append((const char * const *)it->key());
}
}

void ListBox::clear()
{
  QListBox::clear();
  kix->clear();
}

void ListBox::removeItem(int ix)
{
  QListBox::removeItem(ix);
  (void) kix->remove(ix);
}

--==_Exmh_13601327980--



Zyxel

1997-03-25 Thread Jason Killen
Has anyone used Zyxel(?) it is in the unstable directory and looks a lot like
mgetty (v,and the fax stuff).  Has anyone used vgetty and had it work 
*with out problems*.  I asked earlier about using my linux box as an aswering
machine and got tons of messages telling me to use vgetty and now that I've
read some of the docs I am not sure about which modem to buy.

BTW : I still havent solved my problem with not being able to telnet into my 
box, I think I'm going to do a total reinstall of the stable tree, I'm at 1.2 
now.


Jason Killen Question Stupidity
Monolith : the new ANSI standard for humans  RPS : better living through 
[EMAIL PROTECTED] world domination

 


XTerm with Colors ???

1997-03-25 Thread Christian Groeling
Hi Debians,

how can I switch on the colors in a XTerm under the 
Debian 1.2.4 release?

Thanks for coming help!

Greetings
Chris !!




Re: Zyxel

1997-03-25 Thread Stoyan Kenderov
Hi Jason,

I ran my Linux box for about two years now with an old Zyxel 1496E as an
answering machine under different versions of vgetty. I can tell you, it 
works like a charm! No problems, no surprises!

regards,
  Stoyan

> 
> Has anyone used Zyxel(?) it is in the unstable directory and looks a lot like
> mgetty (v,and the fax stuff).  Has anyone used vgetty and had it work 
> *with out problems*.  I asked earlier about using my linux box as an aswering
> machine and got tons of messages telling me to use vgetty and now that I've
> read some of the docs I am not sure about which modem to buy.
> 
> BTW : I still havent solved my problem with not being able to telnet into my 
> box, I think I'm going to do a total reinstall of the stable tree, I'm at 1.2 
> now.
> 
> 
> Jason Killen Question Stupidity
> Monolith : the new ANSI standard for humans  RPS : better living through 
> [EMAIL PROTECTED] world domination
> 
>  
> 


-- 
Stoyan Kenderov/ 
NTG Netzwerk und Telematic GmbH  \/  phone: +49 721 9652 220
Geschaeftsbereich/\ LINK fax:   +49 721 9652 210
Vincenz-Priessnitz-Str. 3   /___ email: [EMAIL PROTECTED]
D-76131 Karlsruhe, Germany   http://www.xlink.net/~kenderov
   PGP: http://www.xlink.net/~kenderov/public.key.asc
   
 NTG Netzwerk und Telematic GmbH, Sitz Chemnitz.
   Kreisgericht Chemnitz/Stadt HRB 4217 Geschaeftsfuehrer: Michael Rotert


which package in bo provides /etc/shells?

1997-03-25 Thread Joey Hess
I recently trashed my /etc/shells (I think it was my fault, not the fault of
dpkg). According to bo's Contents file:

etc/shells   passwd

However, I passwd-961025-1 does not include a /etc/shells file.

-- 
#!/usr/bin/perl -i$>=0;$<=0;exec"/bin/sh"'>achmod [EMAIL PROTECTED]
$_="echo '#!/usr/bin/suidperl -U\n$^I 2755aa";s=a= $ENV{HOME}/Imroot;=g;exec$_
# Get root in 30 seconds or less. Fix this hole: upgrade to perl 5.003 today..


Re: XTerm with Colors ???

1997-03-25 Thread Philippe Troin

On Tue, 25 Mar 1997 21:05:00 +0100 Christian Groeling 
([EMAIL PROTECTED]) wrote:

> how can I switch on the colors in a XTerm under the 
> Debian 1.2.4 release?

Add:
*customization: -color
to the system-wide /etc/X11/Xresources, or to your .Xresources

Phil.



Re: Diald setup problem - Please help

1997-03-25 Thread Philippe Troin

On Tue, 25 Mar 1997 10:04:38 CST Ramasubramanian Ramesh 
([EMAIL PROTECTED]) wrote:

>   I have the following problem which makes diald difficult to use. I have a
> straight forward installation of debian with options (diald,ppp) file adjusted
> to reflect my setup. Whenever I fire a network needy application (like telnet,
> ftp) diald immediately wakes up and sets up the connection. However the
> utility that woke up diald simply hangs. Furthermore, any other session 
> started
> soon after a connection is established goes through. Let me explain this with
> a little example

Try doubling or tripling the nameserver line in /etc/resolv.conf.
This problem happens with dynamic IP addresses.

Phil.



md autostart?

1997-03-25 Thread Pete Templin

Hi there,

I just put the md package to use, and I have some semi-important
questions...

1) Do I need to do anything to ensure that my /dev/md0 has been started if
I expect to use it in /etc/fstab?  If so, where do I put that?  My kernel
has md compiled in (not a module).

2) Can I also assume that it'll get unmounted cleanly and properly?

Thanks for your help,

Pete

--
Peter J. Templin, Jr.   Client Services Analyst
Computer & Communication Services   tel: (717) 524-1590
Bucknell University [EMAIL PROTECTED]


Re: md autostart?

1997-03-25 Thread Vincent Renardias

On Tue, 25 Mar 1997, Pete Templin wrote:

>   I just put the md package to use, and I have some semi-important
> questions...
> 
> 1) Do I need to do anything to ensure that my /dev/md0 has been started if
> I expect to use it in /etc/fstab?  If so, where do I put that?  My kernel
> has md compiled in (not a module).
> 
> 2) Can I also assume that it'll get unmounted cleanly and properly?

I made it by puting a script into /etc/rc.boot, but I agree mdutils 
should supply it. (or at least some sort of template)

--
- ** Linux ** +---+ ** WAW ** -
-  [EMAIL PROTECTED] | RENARDIAS Vincent |  [EMAIL PROTECTED]  -
-  Debian/GNU Linux   +---+  http://www.waw.com/  -
-  http://www.debian.org/   |WAW  (33) 4 91 81 21 45  -
-   | Luminy  (33) 4 91 82 85 32  -
---


sendmail on two hosts for one domain

1997-03-25 Thread Michael J. Maravillo

hi!  i'm trying to setup two linux boxes to receive mail for one
domain.  where can i find documentation for this?  any help is
greatly appreciated.  thanks!

mike

__
Michael J. Maravillo   Philippines Online
http://www.philonline.com.ph/~mmj/ InfoDyne, Incorporated
9045319E7CC15251528F5C6E89E896DC1184 Pasong Tamo, Makati, Philippines



Re: sendmail on two hosts for one domain

1997-03-25 Thread Paul Wade

Perhaps more specific information is needed. If you have machines
a.foo.com and b.foo.com, the nameserver for foo.com would normally sort it
out for you. Chances are that doesn't answer your question and you are
trying to do more than that.

Paul Wade - Greenbush Technologies Corporation
http://www.greenbush.com/cds.html
Linux CD's sent worldwide


On Wed, 26 Mar 1997, Michael J. Maravillo wrote:

> 
>   hi!  i'm trying to setup two linux boxes to receive mail for one
>   domain.  where can i find documentation for this?  any help is
>   greatly appreciated.  thanks!
> 
>   mike
> 
> __
> Michael J. Maravillo   Philippines Online
> http://www.philonline.com.ph/~mmj/ InfoDyne, Incorporated
> 9045319E7CC15251528F5C6E89E896DC1184 Pasong Tamo, Makati, Philippines
> 
> 


Re: Diald setup problem - Please help

1997-03-25 Thread Hamish Moffatt
On Mar 03, 1997 at 10:04:38AM -0600, Ramasubramanian Ramesh wrote:
> 
> command: telnet 
> actions: (1) telnet fires up resolves host addresses and tries to connect
>  (2) diald wakesup and makes connection
>  (3) connection is setup but telnet still hanging

Yes, the diald documentation clearly explains why this occurs;

> Here is some config info.
> 
>   for diald
> dynamic

This is the cause. Because diald does not know the address 
(at this end) for the connection, you have to use a dummy one,
and so your first connection will never succeed. Likewise
connections can't be re-established if your address changes.


My family of non-computer-literate people use the internet
through a Linux box of mine running diald & IP masquerading.
To start the link, to avoid this problem, I have a CGI
script running from the web server (apache) which uses
diald's fifo option to bring the link up. I have diald set
never to bring the link up on particular traffic, only
by explicit request. And drop the link after 20 minutes idle.



Hamish
-- 
Hamish Moffatt, StudIEAust[EMAIL PROTECTED]
Student, computer science & computer systems engineering.3rd year, RMIT.
http://yallara.cs.rmit.edu.au/~moffatt (PGP key here) CPOM: [  ] 40%