helps.
-
Robert Withrow, R.W. Withrow Associates, Swampscott MA, [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Hi:
I notice that usbd.conf has this for the mouse device:
device "Mouse"
devname "ums[0-9]+"
attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"
If usbd.conf could use rc.conf, this could be modified to
attach "/usr/sbin/moused ${moused_flags} -p /dev/$
XBASE}/dev/null
@mknod ${LINUXBASE}/dev/null c 2 2
@${CHMOD} 666 ${LINUXBASE}/dev/null
But, as I said above, there is no /compat/linux/dev after the install,
so you can color me confused.
--
Robert Withrow, [EMAIL PROTECTED], +1 978 288 8256, ESN 248
To Unsubscribe: send ma
m??? Doing "chmod 666 /compat/linux/dev/null" fixes the problem.
This looks like a bug in the linux-base port. I'll file a PR.
--
Robert Withrow, [EMAIL PROTECTED], +1 978 288 8256, ESN 248
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
eamin'?
-----
Robert Withrow, R.W. Withrow Associates, Swampscott MA, [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
atible with newer systems.
---------
Robert Withrow, R.W. Withrow Associates, Swampscott MA, [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
t; that is what most other ports depend on? The minority
of ports that actually care what version of X is installed could always
use the version-specific names...
--
Robert Withrow -- (+1 978 288 8256, ESN 248)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
.
Also, I think I've found a work-around: If I configure ypbind
to use the -m and -S options ("manycast" versus broadcast) the problem
seems to go away.
Thanks!
(I've CC'd questions because of the work-around info above.)
--
Robert Withrow -- (+1 978 288 8256, ESN 24
to the core problem. Maybe
I've missed this?
Anyone working on this? It is a pretty serious problem (since you basically
can't do anything once it happens in typical NIS/Amd installations). I'd
appreciate, at least, knowing if there is a non-reboot work-around.
Thanks!
--
Robert
--
Robert Withrow -- (+1 978 288 8256, ESN 248)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
hat if you want to start/stop a *subtree*, you
should ask the RC *system* to do that somehow.
--
Robert Withrow -- (+1 978 288 8256, ESN 248)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
[EMAIL PROTECTED] said:
:- Devices include video-devices like TV-Out on the Voodoo3 which could
:- seemingly be enabled using i2c.
And, I think, Meade telescopes...
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubs
am or you have a unexpected
lurking bug.
IMO, "magic" filenames are bad design. Orthogonality should always
win out.
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
[EMAIL PROTECTED] said:
:- The majority of these programs could be handled by adding knowledge of
:- "-" as a magic filename to fopen(3).
Suppose I *want* a filename called "-"? My tough luck, huh?
I *like* /dev/stdin. It's orthogonal!
--
Robert Withrow --
at I want to or would be competant to lead such a project, but
I am working in that area, so I wanted to ping potential collaborators.
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
info...)
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
t know how much help I can offer, though. So my opinion is
pretty much worthless. ;-)
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
ich uses that option.
/defaults type:=host;fs:=${autodir}/net/${rhost}/root;rhost:=${key}
*
opts:=rw,soft,intr,nodev,nosuid,grpid,resvport,vers=2,proto=udp,rsize=8192,wsize=8192,noconn
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with
e entire source tree and
do what they did, but perhaps there is an easier way? Like, where
are architecture-specific things hiding?
3. How do you actually cross-build FreeBSD? Is there a FAQ?
a. Again, I plan on scanning for alpha, but a cookbook would
be easier.
Thanks!
--
Ro
ay :0 as the console.
DisplayManager._0.setup: /usr/X11R6/lib/X11/xdm/Xsetup_0
DisplayManager._0.startup:/usr/X11R6/lib/X11/xdm/GiveConsole
Thanks!
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
true
+ DisplayManager._1.authName: MIT-MAGIC_COOKIE-1
! The following three resources set up display :0 as the console.
DisplayManager._0.setup: /usr/X11R6/lib/X11/xdm/Xsetup_0
DisplayManager._0.startup:/usr/X11R6/lib/X11/xdm/GiveConsole
--
Robert Withrow -- (+1 978 288 8256)
[
required pam_deny.so
bash-2.03$
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
questions was to turn off authorization on
the :0 display, which doesn't seem safe.
Any other ideas?
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
s a powerPC port, but I'd rather use the
FreeBSD codebase rather than theirs, for a number of reasons.
Perhaps if just select portions of there code were used it
would be OK.
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "
b3 rw ""
- /view/bob-1/tree/bacvob4 rw ""
- /view/bob-1/tree/bcc rw ""
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
,
file
This doesn't look healthy to me. I didn't see anything about this in the
archives...
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
ven't found a solution
posted. Reference follow:
http://www.freebsd.org/cgi/getmsg.cgi?fetch=1894326+1897263+/usr/local/www/db/text/1999/freebsd-questions/19990509.freebsd-questions
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
and it runs with the ed driver,
and gives me good performance on a 100Tx network.
--
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
iring the port to add the new uid/gid).
So, I'd suggest this proposal *not* be addopted.
-----
Robert Withrow, R.W. Withrow Associates, Swampscott MA, w...@rwwa.com
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
iring the port to add the new uid/gid).
So, I'd suggest this proposal *not* be addopted.
-----
Robert Withrow, R.W. Withrow Associates, Swampscott MA, [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
bugs, don't
ye know?
---------
Robert Withrow, R.W. Withrow Associates, Swampscott MA, w...@rwwa.com
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
heesh! :-(
-
Robert Withrow, R.W. Withrow Associates, Swampscott MA, w...@rwwa.com
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
?
-
Robert Withrow, R.W. Withrow Associates, Swampscott MA, w...@rwwa.com
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
net-visible place
:- for things that resemble /usr/local things (and that really should be
:- kept in one place), while having /usr/local reside on each local
:- machine (so that folks installing ports don't stomp all over each
:- other).
We call that /usr/global.
--
Robert With
34 matches
Mail list logo