Re: boot problem

1999-06-21 Thread Anonymous
B [i] B wrote: hi there, im have problems booting linux i get this msg what message ? ;-) regards erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command

Re: iconizing from command line

1999-06-21 Thread Anonymous
Vadim Vygonets wrote: Quoth [EMAIL PROTECTED] on Sun, Jun 20, 1999: /circle I believe you wrote ./circle here. yes If so, one of the mailer daemons that was involved with delivery of this message is broken (can it be Netscape?). The authors should have read RFC 821. mailing myself

Re: FTPD logs

1999-06-21 Thread Anonymous
i think /var/log/xferlog Mike wrote: Hi. Does anyone know where the ftpd keeps his access and transfer logs ? Thanks Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body,

Re: secoundery DNS on linux.

1999-06-21 Thread Anonymous
MA Does anyone knows about a taturial for secondery DNS server ? BIND docs MA I know how to configure a primery, but ehat about a secoundry ? zone "rtfm.com" { type slave; file "slave.rtfm"; masters { 127.0.0.1; }; }; -- [EMAIL PROTECTED] \/

Imap Ldap

1999-06-21 Thread Anonymous
Does anyone here use Imap / Ldap servers with win32 clients? Care to share the expirience? What type of server , etc P.S. If the server also supports pop3 - it's even better. Cheers Regards Alex Dubrovsky "The most likely way

C++ collections for Linux

1999-06-21 Thread Anonymous
Sorry for probably FAQ, but, anyway, what is the most standart C++ collections library (which contains classes like Vector, HashMap, Iterator, etc), and is best for use in Linux apps development? Thanks, Eugene -- - | Eugene

Re: [OFFTOPIC] good old Biper [was: SMS messages from Linux]

1999-06-21 Thread Doron Shikmoni
Does somebody know is there implementation of TAP protocol or should I devote some time for that? check out qpage, at http://www.qpage.org assuming I have enough time to finish my additions, i'll release an israeli beeper hebrew-compliant qpage soon enough. What is the problem with using

wrong subject on my prev mail

1999-06-21 Thread Ilan Finci
Hi Sorry for the wrong subject of prev. mail (altho I do thnak for help I'm getting :) The subject should have been "kernel compilation problem" Sorry, Ilan -- MobilEye Vision Technologies LTD 24 Mishol Hadkalim st. Jerusalem, 97278, Israel Tel: 972-2-5866989 Fax: 972-2-5867720 Email:

Re: thanks

1999-06-21 Thread Anonymous
On Mon, 21 Jun 1999, Ilan Finci wrote: Hi, I do: make config make dep clean make "MAKE=make -j2" install modules modules_install reboot I remember having your problem once, and it was because the kernel image was fucked. --Ariel Hi, I have one small question, I tried to post it on

Re: Barak script

1999-06-21 Thread Anonymous
On Mon, 21 Jun 1999, Alex Dvash wrote: Hi all When I configure dialup adapter in windows, I insert primary and secondary DNS addresses, where goes those numbers in Linux? /etc/resolv.conf (read the man page for details) Do someone have the PPP script , to connect to barak-online?

Re: Linux ISDN howto - whereto??

1999-06-21 Thread Anonymous
Avishay Dinar, MCSE Technical Support Representative E-mail: [EMAIL PROTECTED] Tel: +972-4-959-0660 Fax: +972-4-959-0661 AbirNet Ltd. A PLATINUM Software Company, provides the next generation in network protection and Internet and Intranet intrusion and abuse protection.

boot problem

1999-06-21 Thread Anonymous
sorry about that:)) i get this msg general protection: CPU: 0 EIP: 0010:[0012bb2b] EFLAGS: 00010286 eax: ea21f000 ebx: bfffdc90 ecx: 080abb98 edx: 0006 esi: bfffdd00 edi: 080abb98 ebp: bfffdcd0 esp: 00a05f78 ds: 0018 es: 0018 fs: 002b

Re: question

1999-06-21 Thread Alon Altman
On Mon, 21 Jun 1999, Tiger wrote: Could you help me please with the following information: does it exist the DOS emulator allows full access to the system: direct low addresses access, I/O ports and interrupts. For example, direct writing to display memory (b800:) is required. You

Re: thanks

1999-06-21 Thread Isaac Aaron
If it's only the nfssvc, I can tell you something from my expirience. It's not enough to compile kernel NFS as a module. It depends on something that is not included automatically (I really don't know what). Either compile the kernel with NFS support inside the kernel (not as a module) or

Re: Schedule Program

1999-06-21 Thread Anonymous
Let me expand the question. Does anyone know of any shared calendar solution for Linux? "Kenneth G.Kay" wrote: On Mon, 21 Jun 1999, Ben Nes Michael wrote: Hi Any one know about nice Schedule program for linux ? gnomecal, plan, ical. Ken

Re: Schedule Program

1999-06-21 Thread Anonymous
On Mon, 21 Jun 1999, 23:15 Isaac Aaron wrote: IA Let me expand the question. IA Does anyone know of any shared calendar solution for Linux? On http://www.freshmeat.net/appindex/web/applications.html, look for "calendar", "scheduler", etc. also: Keystone http://www.stonekeep.com/keystone.php3

bttv - video4linux

1999-06-21 Thread Anonymous
Hi! Somebody use video for linux? It's work but only in b/w mode :( Jun 20 23:52:34 mayonez kernel: Linux video capture interface: v1.00 Jun 20 23:52:34 mayonez kernel: i2c: initialized (i2c bus scan enabled) Jun 20 23:52:34 mayonez kernel: i2c: driver registered: tuner Jun 20

Re: C++ collections for Linux

1999-06-21 Thread Anonymous
Quoting Eugene L. Berman [EMAIL PROTECTED]: Sorry for probably FAQ, but, anyway, what is the most standart C++ collections library (which contains classes like Vector, HashMap, Iterator, etc), and is best for use in Linux apps development? You are talking about STL, which is part of the