OT: Powerbook Problem.

2004-11-11 Thread pixiedave
Hope someone can help!  When I boot my powerbook, my desktop image
loads, and then the apple bar starts to load, then the rainbow wheel
keeps spinning, and the apple bar keeps flashing on and off as iif it
is trying to load.  A disc will eject with the eject button, and the
volume buttons work including the display, but the os never finishes
loading.  So I want to reinstall, but how do i get the g4 to boot from
the install dvd without having the machine up and running, installing
the disc, choosing install and rebooting?  I imagine there is a key
sequence, but cant find it
-- 
You Never Blow Your Trip Forever Daevid Allen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Knoppix-like FreeBSD-on-a-CD?

2004-11-10 Thread pixiedave
On Wed, 10 Nov 2004 09:34:23 -0500, Paul Hoffman [EMAIL PROTECTED] wrote:
 Sorry if I'm missing something obvious, but is there a
 FreeBSD-on-a-CD project similar to Knoppix for Linux?
 
 --Paul Hoffman
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
There is also a port freesbie in sysutilities, that lets you build
your own custom freesbie disc.

-- 
You Never Blow Your Trip Forever Daevid Allen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem making jail in 5.3-STABLE

2004-11-09 Thread pixiedave
On Tue, 9 Nov 2004 08:59:41 +0100, Axel S. Gruner
[EMAIL PROTECTED] wrote:
 Use this patch:
 
 Index: Makefile.inc1
 ===
 RCS file: /data/ncvs/freebsd/src/Makefile.inc1,v
 retrieving revision 1.438.2.4
 diff -u -r1.438.2.4 Makefile.inc1
 --- Makefile.inc1   30 Sep 2004 23:36:06 -  1.438.2.4
 +++ Makefile.inc1   4 Nov 2004 13:24:16 -
 @@ -180,13 +180,13 @@
 GROFF_TMAC_PATH=${WORLDTMP}/legacy/usr/share/tmac
 
  # bootstrap-tools stage
 -BMAKEENV=  DESTDIR= \
 -   INSTALL=sh ${.CURDIR}/tools/install.sh \
 +BMAKEDEV=  INSTALL=sh ${.CURDIR}/tools/install.sh \
 PATH=${BPATH}:${PATH} \
 WORLDTMP=${WORLDTMP} \
 MAKEFLAGS=-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}
  BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \
 ${BMAKEENV} ${MAKE} -f Makefile.inc1 \
 +   DESTDIR= \
 BOOTSTRAPPING=${OSRELDATE} \
 -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC -DNOPROFILE \
 -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS
 @@ -194,6 +194,7 @@
  # build-tools stage
  TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \
 ${BMAKEENV} ${MAKE} -f Makefile.inc1 \
 +   DESTDIR= \
 BOOTSTRAPPING=${OSRELDATE} -DNOLINT -DNO_CPU_CFLAGS
 -DNO_WARNS
 
  # cross-tools stage
 @@ -201,11 +202,10 @@
 
  # world stage
  WMAKEENV=  ${CROSSENV} \
 -   DESTDIR=${WORLDTMP} \
 _SHLIBDIRPREFIX=${WORLDTMP} \
 INSTALL=sh ${.CURDIR}/tools/install.sh \
 PATH=${TMPPATH}
 -WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1
 +WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1 DESTDIR=${WORLDTMP}
 
  # install stage
  .if empty(.MAKEFLAGS:M-n)
 
 Save it as Makefile.inc1.diff in your home, switsch to /usr/src.
 Become root:
 #patch  /your/home/Makefile.inc1.diff
 
 Build the jail.
 
 I got this patch from a friend of mine, for me it works perfect.
 
 
I followed your directions and got;
127# patch  /home/pixiedave/Makefile.inc1.diff
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|
|===
|RCS file: /data/ncvs/freebsd/src/Makefile.inc1,v
|retrieving revision 1.438.2.4
|diff -u -r1.438.2.4 Makefile.inc1
|--- Makefile.inc1   30 Sep 2004 23:36:06 -  1.438.2.4
|+++ Makefile.inc1   4 Nov 2004 13:24:16 -
--
Patching file Makefile.inc1 using Plan A...
patch:  malformed patch at line 11: # bootstrap-tools stage
127#  
any ideas, patching is new to me.


-- 
You Never Blow Your Trip Forever Daevid Allen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: release 5.3 'Configure' missing 'XFree86' option

2004-11-09 Thread pixiedave
On Wed, 10 Nov 2004 17:52:00 +1300, James Pole [EMAIL PROTECTED] wrote:
 On 10/11/2004, at 4:42 PM, Mike Jeays wrote:
 
  It seems to have Xorg as a replacment.  I am having all sorts of
  trouble
  configuring X for one machine - it seems to be a new learning
  experience
  altogether.  Guess I am a bit frustrated this evening...
 
 Configuring Xorg is quite simple.
 
 As root run the following commands
 Xorg -configure
 [...wait until it creates an custom configuration in your home dir
 based on your hardware, the screen may go blank during this stage...]
 mv ~user/Xorg.conf /usr/X11R6/lib/X11/Xorg.conf
 
 Are you planning to run a login manager (e.g. gdm, kdm, xdm)? This
 greatly simplifies the set-up process of Xorg (and XFree86 too) as Xorg
 would not need to run as an user to use a login manager. I find that
 running Xorg/XFree86 as root with a login manager is usually the
 easiest way to set up an X server on FreeBSD.
 
 Regards,
 James
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
xorg runs right out of the box, just do a startx.  I too was confused
without the x server config in sysinstall.  Before I started looking
for a clue, I just typed startx and voila twm starts.  I have
installed 5.3's on several machines some very old, and a full
instalation results in a running x with startx.  Beets the hell out of
the old sysinstall setup.

-- 
You Never Blow Your Trip Forever Daevid Allen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem making jail in 5.3-STABLE

2004-11-08 Thread pixiedave
On Mon, 8 Nov 2004 16:26:38 -0600, Doug Poland [EMAIL PROTECTED] wrote:
 Hello,
 
 I have two systems freshly cvsup'd and built to 5.3-STABLE as of
 yesterday.  Today I wanted to experiment with creating and using jail
 environments.  I followed the man page exactly and on both machines have
 the same error, to wit...
 
 setenv D /data/jail/172.16.1.99
 mkdir -p $D
 cd /usr/src
 make world DESTDIR=$D
 
 ...snip...
 
 --
  stage 1.2: bootstrap tools
 --
 cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=
 INSTALL=sh /usr/src/tools/install.sh
 PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 WORLDTMP=/usr/obj/usr/src/i386  MAKEFLAGS=-m /usr/src/tools/build/mk
 DESTDIR=/data/jail/172.16.1.99 -m /usr/src/share/mk make -f
 Makefile.inc1  BOOTSTRAPPING=503000  -DNOHTML -DNOINFO -DNOLINT -DNOMAN
 -DNOPIC -DNOPROFILE  -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS
 bootstrap-tools
 === games/fortune/strfile
 /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for
 /usr/src/games/fortune/strfile
 rm -f .depend
 mkdep -f .depend -a-I/usr/obj/usr/src/i386/legacy/usr/include
 /usr/src/games/fortune/strfile/strfile.c
 echo strfile: /data/jail/172.16.1.99/usr/lib/libc.a
 /usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a  .depend
 cc -O -pipe  -I/usr/obj/usr/src/i386/legacy/usr/include -c
 /usr/src/games/fortune/strfile/strfile.c
 make: don't know how to make /data/jail/172.16.1.99/usr/lib/libc.a. Stop
 *** Error code 2
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 
 I must be doing something wrong, but have followed the instructions
 precisely.  Any suggestions?
No, I and others are getting the same error, and this question has
been posted twice in the last few days, so far no responses.
 
 --
 Regards,
 Doug
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
You Never Blow Your Trip Forever Daevid Allen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3-RELEASE won't build jail

2004-11-07 Thread pixiedave
On Sat, 6 Nov 2004 23:41:24 -0700, Chad Leigh -- Shire.Net LLC
[EMAIL PROTECTED] wrote:
 With a 5.3-RELEASE system made from cvsup of an RC1 system (from a Beta
 7 from a 5.2-CURRENT from mid summer)
 
 ok, this is on i386 (on Opteron).  My amd64 system also has the same
 problem.  It was a new Beta7 system which was cvsup-ed to RC1 then to
 5.3-RELEASE.   It shows the exact same problem so this seems to be a
 more general 5.3-RELEASE problem.  I did not have this problem with
 Beta7 or RC1.
 
 I can do a normal buildworld for the system itself but if I set DESTDIR
 I get the following (make world or make buildworld the same with
 DESTDIR)
 
 myhost# make buildworld DESTDIR=/local/jails/test
 
 --
   Rebuilding the temporary build tree
 --
 rm -rf /usr/obj/usr/src/i386
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/bin
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/games
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/include/c++/3.3
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/include/sys
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/lib
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/libexec
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/sbin
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/dict
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devX100
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devX100-12
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devX75
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devX75-12
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devascii
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devcp1047
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devdvi
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devhtml
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devkoi8-r
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devlatin1
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devlbp
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devlj4
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devps
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devutf8
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/tmac/mdoc
 mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/tmac/mm
 mkdir -p /usr/obj/usr/src/i386/lib
 mkdir -p /usr/obj/usr/src/i386/usr/bin
 mkdir -p /usr/obj/usr/src/i386/usr/include
 mkdir -p /usr/obj/usr/src/i386/usr/lib/compat/aout
 mkdir -p /usr/obj/usr/src/i386/usr/libdata/ldscripts
 mkdir -p /usr/obj/usr/src/i386/usr/libexec
 mkdir -p /usr/obj/usr/src/i386/usr/sbin
 mkdir -p /usr/obj/usr/src/i386/usr/share/misc
 mkdir -p /usr/obj/usr/src/i386/usr/share/snmp/defs
 mkdir -p /usr/obj/usr/src/i386/usr/share/snmp/mibs
 mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
 /usr/obj/usr/src/i386/usr/include /dev/null
 ln -sf /usr/src/sys /usr/obj/usr/src/i386
 
 --
   stage 1.1: legacy release compatibility shims
 --
 cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=
 INSTALL=sh /usr/src/tools/install.sh
 PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/
 legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/
 sbin:/usr/bin  WORLDTMP=/usr/obj/usr/src/i386  MAKEFLAGS=-m
 /usr/src/tools/build/mk  DESTDIR=/local/jails/test -m
 /usr/src/share/mk /usr/obj/usr/src/make.i386/make -f Makefile.inc1
 BOOTSTRAPPING=503001  -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC
 -DNOPROFILE  -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS legacy
 === tools/build
 /usr/obj/usr/src/i386/usr/src/tools/build created for
 /usr/src/tools/build
 cd /usr/src/tools/build; /usr/obj/usr/src/make.i386/make buildincludes;
 /usr/obj/usr/src/make.i386/make installincludes
 rm -f .depend
 mkdep -f .depend -a-I/usr/obj/usr/src/i386/legacy/usr/include
 /usr/src/tools/build/dummy.c
 cc -O -pipe  -I/usr/obj/usr/src/i386/legacy/usr/include -c
 /usr/src/tools/build/dummy.c
 building static egacy library
 ranlib libegacy.a
 sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libegacy.a
 /usr/obj/usr/src/i386/legacy/usr/lib
 
 --
   stage 1.2: bootstrap tools
 --
 cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=
 INSTALL=sh /usr/src/tools/install.sh
 PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/
 legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/
 sbin:/usr/bin  WORLDTMP=/usr/obj/usr/src/i386  MAKEFLAGS=-m
 /usr/src/tools/build/mk  DESTDIR=/local/jails/test -m
 /usr/src/share/mk /usr/obj/usr/src/make.i386/make -f Makefile.inc1
 BOOTSTRAPPING=503001  -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC
 -DNOPROFILE  -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS 

Re: su: Sorry - 5.2.1 -

2004-11-06 Thread pixiedave
you have to be in group wheel to su.
ssh barrs root login as default.


On Sat, 6 Nov 2004 11:23:44 -0600, Gable Barber [EMAIL PROTECTED] wrote:
 $ su
 su: Sorry
 $
 
 The FAQ says to post this first :
 
 $ uname -a
 FreeBSD tcb.garagemoderne.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:
 Mon Feb 23 20:45:55 GMT 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
 $
 
 And I cant SSH in as root. I am VERY new to FreeBSD, and am lost. I
 have been using Linux (RH9/Fedora) for awhile, so I understand some
 basics, but I cannot figure this one out.
 
 Thanks in advance for help.
 
 Gable -
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
You Never Blow Your Trip Forever Daevid Allen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


font size on console.

2004-10-25 Thread pixiedave
hey all, is therer a way to adjust the resolution on the console?  I
have played around with the settings in sysinstall, but it does not
apear to do anything.  I have huge characters, and like small size
fonts and more real estate.

If it matters, ATI 7500 TV card and a 17 inch lcd display.
Running 6.0 on a P4 Intel Board.

Thanks and cheers
Dave
-- 
You Never Blow Your Trip Forever Daevid Allen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


No emails since wedensday, test!

2004-09-25 Thread pixiedave
Heve not recieved a message since wedensday, and I know that there
have been questions sinced then, this is a test.
-- 
You Never Blow Your Trip Forever Daevid Allen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


starting kde in 5.3

2004-09-21 Thread pixiedave
Hey all, I amused to 4 stable, and have upgraded to 5.3.
I like that xorg runs out of the box, the old setup sucked!.  Anyways,
I compiled kde3 from ports. That took forever!  What do I need to do
to start it?
startx just runs twm.  I am assuming i need to change a config file,
but never have done so with x11.
Thanks Dave
-- 
You Never Blow Your Trip Forever Daevid Allen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]