make(1) question

2004-04-21 Thread Mikhail Teterin
Hello! How can I describe creation of a non-existing file without full name -- by suffix only? For example, the following example: %.txt: @echo $* works with gmake: % gmake SayIt.txt SayIt but not with BSD make: % make SayIt.txt make: do

Re: switching to an internal DSL modem -- natd, ipfw

2004-02-05 Thread Mikhail Teterin
[Now CC-ing Chuck Cranor -- the en's author] => => http://store.yahoo.com/softbuyweb/inpcidslmod3.html => =What makes you think we have a driver for this? => The en(4) manual page and the description of this product (on the => page above) as one based on Efficient Network's chi

problems with device detection on Vaio laptop

2003-12-16 Thread Mikhail Teterin
Hello! I have some problems with this rather "loaded" laptop (dmesg.boot attached). As can be seen from dmesg.boot, neither the FireWire nor the WiFi are enabled at boot: fwohci0: mem 0xe0211000-0xe02117ff at device 5.1 on pci2 fwohci0: latency timer 1 -> 32. fwohci0: ca

troubles telnet-ing with Kerberos

2003-08-14 Thread Mikhail Teterin
Hello! I'm trying to make the FreeBSD 5.x machine accept users based on Kerberos' tickets. The telnet and telnetd seem like the most functional pair for this excercise. (rlogin's man page documents Kerberos options, but they are not implemented, it seems). The KDC is a Win2K server (with Active

Re: ``Resource temporarily unavailable'' in vi

2003-07-14 Thread Mikhail Teterin
=>Every once in a while, a vi-session dies on me with: => => input: Resource temporarily unavailable =Are you running ksh93 per chance? I've seen this after I started an =OpenGL program such as xscreensaver-demo from ksh93 (however that =could have influenced the terminal settings or whateve

``Resource temporarily unavailable'' in vi

2003-07-14 Thread Mikhail Teterin
Every once in a while, a vi-session dies on me with: input: Resource temporarily unavailable What does it mean, why does it happen, and how can I prevent it? Thanks a lot! -mi P.S. Running recent -current. ___ [EMAIL PROTECTED] mail

Using .cvsignore

2003-03-28 Thread Mikhail Teterin
Hello! I'm trying to avoid storing (and updating) some parts of the FreeBSD's repository -- some of the locales under the ports collection, kerberos stuff under src... I tried the obvious -- adding chinese korean portuguese [...] to the /usr/ports/.cvsignore (nex

problems with amd(8)

2003-02-19 Thread Mikhail Teterin
Hi! I'm trying to make it easier to use NFS from my desktop with amd. Using the vanilla /etc/amd.map (tried changing vers to 2) and only modifying one of the arguments to amd from the default provided by /etc/defaults/rc.conf, I have the amd running as: amd -a /var/run/.amd -l syslog /hos

sendmail and SSL-based relaying

2003-02-03 Thread Mikhail Teterin
Hello! I set things up once some time ago for one of my machines to relay e-mail from another -- based on SSL-certificate presented. I'm my own issuer. The setup was working for a while, but broke recently -- the relay-to-be now rejects relaying, even though it verifies the certificate Ok. Here a

What's wrong (-Wconversion)?

2003-01-10 Thread Mikhail Teterin
The following little file #include uint16_t f(uint16_t in) { return htons(in); } , when compiled with -Wconversion: cc -Wconversion -c t.c , gives the following mistery warning: t.c: In function `f': t.c:4: warning: passing arg

What's wrong -- -Wconversion?

2003-01-10 Thread Mikhail Teterin
The following little file #include uint16_t f(uint16_t in) { return htons(in); } , when compiled with -Wconversion: cc -Wconversion -c t.c , gives the following mistery warning: t.c: In function `f': t.c:4: warning: passing arg

rlogin, ssh tak forever

2002-12-16 Thread Mikhail Teterin
Hello! Rlogin and/or ssh into my machine takes forever. Apparently -- a name resolving issue, since rlogind remains idle for most of the time. Attaching debugger to the server rlogind process yields: 0x280ba50f in kevent () from /usr/lib/libc.so.5 (gdb) where #0 0x280ba50

passwordless rlogin vs. passwordless rsh

2002-11-27 Thread Mikhail Teterin
The account in question has no password. The system runs -current. Rlogin to the account works with no problems, and so does simple rsh (which execs rlogin). But attempts to run a command with rsh fail. Seems inconsistent... This is a secure network, protected by a firewall. Rsh is needed (desir

Parhelia and FreeBSD

2002-09-25 Thread Mikhail Teterin
Does Matrox' Parhelia work for anyone on FreeBSD? With X11 on two or three digital monitors? Thanks! -mi To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

more than one keyboard and X11

2002-09-25 Thread Mikhail Teterin
Hello! I plan to connect several monitors to a FreeBSD machine, and, if at all possible, make one of them a separate X-monitor, with its own mouse keyboard (USB). I know, I can specify an alternative pointer device in XF86Config (/dev/psm0 and /dev/ums0, for example), but what about the keyboa

<    1   2