Re: Wierd X crash

2009-08-05 Thread Morten Grunnet Buhl
* Coert Waagmeester lgro...@waagmeester.co.za [2009-08-05 14:37 +0200]:
...
 Am running FreeBSD 7.2 i386 with the nvidia 173 driver with an AGP
 GeForce FX 5200.
 
 My X works, with xinerama and two screens, perfectly,
 but as soon as I hold down any key (like Backspace to remove a line of
 text) X crashes.
...
 
 Any tips would be greatly appreciated.
- Take a look at this PR
  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133946
  I might be what you are seeing?

-- 
I have no signature!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Versioning File System for FreeBSD?

2009-06-24 Thread Morten Grunnet Buhl
* cpghost cpgh...@cordula.ws [2009-06-24 17:04 +0200]:
 Hi,
 
 is there anybody working on a versioning file system for FreeBSD
 right now?
- I don't know how fare along hammerfs is in being ported to FreeBSD.
  But from what I have heard, feature-wise, it might be something that
  meets your needs.

  An alternative could be ZFS with its snapshot ability.

-- 
I have no signature!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problem: postfix 2.0.18 and mysql 4.0.18 on 5.2.1

2004-02-28 Thread Morten Grunnet Buhl
On Sat, 28 Feb 2004, Martin Hudec wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi,

 I would take a look onto SSL stuff, having that viossl.o and various SSL and
 X509 errors in mind..

 But that is maybe a loong shot.. I am going to install 5.2.1-RELEASE today,
 maybe I will find something out.. right now all I can offer you is hint I
 wrote above..
- Thanks, it must have been one of those moments. I recompiled mysql
leavign out -DWITH_XCHAR=all and it worked fine. Dont know if that was the
actualy fix of if something had gone wrong the first time I compiled. but
anyway it works now :)

/Morten.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Input on solution to temporary routing

2003-02-23 Thread Morten Grunnet Buhl
Hello fellow FreeBSD users,
I am running a privet nat'ed network in my apartment. We are three
computers behind a ipfw + natd firewall/gateway. What I want to do is
make it possible for more than one user behind the firewall to have
httpd/ftp/'what ever' running. what im looking for is to make it
possible for these users to log into the firewall and run a script like
so:

 opensesamy 192.168.0.2 ftp

which would then temporary route outside ftp connections to 192.168.0.2.
The problem is tht Im still pretty new to the hole ipwf and natd, but as
fare a I can read from the natd man it is not possible to add or remove
single natd rules like it is with ipfw. So what I though about was make
the script do something like this

make ifconfig alisa 192.168.0.10
route 192.168.0.10 to 192.168.0.2
open firewall for connections on ftp which inturn will be forwarded to
192.168.0.10.

Looking at was I just wrote makes it all the more messy. I really dont
think this is a decent solution so if someone could guide me in the right
direction I would really appreciate it.

maybe its because its late but my solution really rocked when it was
only in my head?


--
DetEr.dk - Rules are made to control the fun.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Installed colors

2002-11-23 Thread Morten Grunnet Buhl
Peter Milne ([EMAIL PROTECTED]) wrote:
 What is the command to find out what colors Freebsd is capable of.  I
 forgot it and I cant seem to find it.
- Is the command 'vidcontrol show' what youre looking for?

-- DetEr.dk - Rules are made to control the fun.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Buildworld as root???

2002-11-13 Thread Morten Grunnet Buhl
So we meet again
In all my life (with FreeBSD) I have always happily buildworld as an
non privileged user (operator).
But today I cvsup'ed from cvsup.dk.FreeBSD.org and committed the build
with:

mgb@nautilus:/usr/src sudo -u operator make buildworld 

But instead of going to work as it used to it stops fairly quickly with
the message
SNIP
--
 Rebuilding the temporary build tree
--
rm -rf /usr/obj/usr/src/i386
mkdir -p /usr/obj/usr/src/i386/usr/bin
mkdir -p /usr/obj/usr/src/i386/usr/lib/compat/aout
mkdir -p /usr/obj/usr/src/i386/usr/games
mkdir -p /usr/obj/usr/src/i386/usr/libdata/ldscripts
mkdir -p /usr/obj/usr/src/i386/usr/libexec/elf
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/dict
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX100
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX100-12
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX75
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX75-12
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devascii
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devcp1047
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devdvi
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devhtml
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devkoi8-r
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devlatin1
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devlbp
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devlj4
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devps
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devutf8
mkdir -p /usr/obj/usr/src/i386/usr/share/tmac/mdoc
mkdir -p /usr/obj/usr/src/i386/usr/share/tmac/mm
mkdir -p /usr/obj/usr/src/i386/usr/include/arpa
mkdir -p /usr/obj/usr/src/i386/usr/include/dev
mkdir -p /usr/obj/usr/src/i386/usr/include/fs
mkdir -p /usr/obj/usr/src/i386/usr/include/g++/std
mkdir -p /usr/obj/usr/src/i386/usr/include/isc
mkdir -p /usr/obj/usr/src/i386/usr/include/isofs
mkdir -p /usr/obj/usr/src/i386/usr/include/libmilter
mkdir -p /usr/obj/usr/src/i386/usr/include/objc
mkdir -p /usr/obj/usr/src/i386/usr/include/openssl
mkdir -p /usr/obj/usr/src/i386/usr/include/protocols
mkdir -p /usr/obj/usr/src/i386/usr/include/readline
mkdir -p /usr/obj/usr/src/i386/usr/include/rpc
mkdir -p /usr/obj/usr/src/i386/usr/include/rpcsvc
mkdir -p /usr/obj/usr/src/i386/usr/include/security
mkdir -p /usr/obj/usr/src/i386/usr/include/ufs
ln -sf /usr/src/sys /usr/obj/usr/src/i386

--
 stage 1: bootstrap tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=
INSTALL=sh /usr/src/tools/install.sh make -f Makefile.inc1
-DBOOTSTRAPPING  -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE
-DNOSHARED  -DNO_WERROR bootstrap-tools
echo === games/fortune/strfile;  cd /usr/src/games/fortune/strfile;
make DIRPRFX=games/fortune/strfile/ obj;  make
DIRPRFX=games/fortune/strfile/ depend;  make
DIRPRFX=games/fortune/strfile/ all;  make DIRPRFX=games/fortune/strfile/
DESTDIR=/usr/obj/usr/src/i386 install
=== 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-D__FBSDID=__RCSID
/usr/src/games/fortune/strfile/strfile.c
echo strfile: /usr/lib/libc.a   .depend
cc -O -pipe  -Wall-D__FBSDID=__RCSID -c
/usr/src/games/fortune/strfile/strfile.c
cc -O -pipe  -Wall-D__FBSDID=__RCSID  -static -o strfile strfile.o 
install -C -s -o root -g wheel -m 555   strfile
/usr/obj/usr/src/i386/usr/games
install: /usr/obj/usr/src/i386/usr/games/strfile: chown/chgrp: Operation
not permitted
*** Error code 71

Stop in /usr/src/games/fortune/strfile.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
/SNIP

My make.conf file includes these configurations
SNIP
#KERNCONF=NAUTILUS DETER JUKEBOX BUFFY
INSTALLKERNEL=NAUTILUS
CFLAGS= -O -pipe
INSTALL=install -C
NOPROFILE= true
NO_SENDMAIL=   true
NO_BIND=true
BOOTWAIT=   3
MAKE_KERBEROS5=yes
DOC_LANG=  en_US.ISO8859-1
/SNIP

I used to have the COPY in the file but as mentioned in UPDATING I
switch to INSTALL=install -C, and this is what is causing th problems.
I tried commenting it out and the world compiles fine.

uname:
FreeBSD nautilus.deter.dk 4.6-STABLE FreeBSD 4.6-STABLE #6: Mon Aug  5
13:12:41 CEST 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/NAUTILUS  i386

Now to my question('s):

Why does the flag INSTALL=install -C have influence on the buildworld?
And am I doing something wrong or do you really have to be root to do a
buildworld with the INSTALL=install -C flag?

I hope anyone can clarify this for me.

TIA Morten.
--
DetEr.dk - Rules are made to control the fun.

To 

coloring up my life

2002-11-10 Thread Morten Grunnet Buhl
Hey guys,
So I like working in the console, is there any other way?
But I find that all that black and white really gets kind of boring in
the long run. So I want to start coloring everything up nice and pretty.
I have started on my shell (tcsh) and ls. This is where my knowledge on
this subject ends. So my question is, does anyone else have
pointer/tips/hints/ideas on how to put more color in my life?
ie /etc/motd, commands other than ls, other?

TIA, Morten.

--
DetEr.dk - Rules are made to control the fun.
for mails directly to me remove  'no-spam-2' from my email

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: GD2 without X11 from ports

2002-11-10 Thread Morten Grunnet Buhl
Jez Hancock ([EMAIL PROTECTED]) wrote:
 root@dev /usr/ports/graphics/gd2# make -DWITHOUT_XPM -DWITHOUT_X11 -DWITH_LZW 
 So far so good, GD2 is built without the X11 libs.  However when I move on to
 install the port:
 the 'make install' command still attempts to install the X libs.
 Can anyone tell me why this is happening?
 try make install -DWITHOUT_XPM -DWITHOUT_X11 -DWITH_LZW 

Morten
--
DetEr.dk - Rules are made to control the fun.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: canon a40 digicam

2002-10-29 Thread Morten Grunnet Buhl
Omer Faruk Sen ([EMAIL PROTECTED]) wrote:
 Has anyone here achived to work canon a40 digital camera with FreeBSD? 
I hav not use either gphoto or canon a40, but I have a Digital IXUS that 
I have been using with the port graphics/s10sh. Right our of the port it
didnt support my camera so I patched ( 4 lines of code) it to use my
cameras product ID. Maybe you can do the same. if you want I can send
you the patches. just remove the no-spam in my email to replay.

Morten.

--
DetEr.dk - Rules are made to control the fun.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Lexmark Z33 printer help

2002-10-28 Thread Morten Grunnet Buhl

Hello fellow FreeBSD friends,
I would like to hear if anyone have gotten a Lexmark Z33 printer
working. I have found this link [1] to an official linux lexmark driver
but I cant get it working with ghostscript port.
I could really need some pointers  by now. Im completely clueless.

Btw the printer is an usb.. 

TIA, Morten.


1 http://www.lexmark.dk/domino/html/emea/drivem.nsf/(PrinterDetached)/ \
AD5AD632772C66D8C1256B920071D04C?openDocumentCTR=GBLNG=en_GB
--
DetEr.dk - Rules are made to control the fun.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: made a mistake with bash path... now i can't login

2002-10-21 Thread Morten Grunnet Buhl
Bsd Neophyte ([EMAIL PROTECTED]) wrote:
 i was changing the login shell from sh to bash... but i entered the wrong
 location.  now, i cannot login to the system using that account, which is
 the only accout that i can su to root from.
 
 does anyone know how i can resolve this issue w/o taking the system out of
 the garage, booting into single user mode and manually changing the path?

Do you have local access to the machine? if so cant you just log in as
root? Or have I misunderstood this question completely?

It has been ages since I have used su (I use sudo) but as I recall you
have to have the root password so login in locally as root shouldnt be
a problem?

I hope this helps.

--
DetEr.dk - Rules are made to control the fun.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



X and tohiba Satelitte 4000CDT

2002-10-17 Thread Morten Grunnet Buhl
Hey guys I have some trouble with getting X up and runnig on my laptop,
a toshiba satelitte 4000CDT I installed X from prebuild packaged gotten
from ftp.dk.freebsd.org. I get no errors in /var/log/XFree86.0.log.

when I type startx X starts and then shuts donw quickly with this
messages:
...
normal startup messages
I see the default X manager to a split second and...
...
f000:8083: 01 ILLIGAL EXTENDED X86 OPCODE

 CRTclk
 FPclk

waiting for X server to shut down?
...

I suspect this to be a problem with the packages from the error
messages? I dont think the error is in the X conf file since it starts
up. Hope someone can help? maybe its a toshiba problem?
oh, and I have agp module loaded.

Morten.
--
DetEr.dk - Rules are made to control the fun.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



advise on gateway-setup

2002-10-02 Thread Morten Grunnet Buhl

Hey all,
I have been using FreeBSD as desktop and server for over two years now.
However, my knowledge on buying hardware to and setting up a gateway is
very limited. Actually I have only toyed around with this in the
security and comfort of my own home.

Ok. After this little self promo its time for my questions.
The building I live in has 200+ apartments which in near future will
share an (I hope) powerful internet connection. Now I was put in-charge
of selecting the equipment to preform firewalling and gateway.
What I like it to do is firewalling and some sort of natted intranet
with bandwidth management. My question is. How powerful should the
gateway/firewall be? I am thinking about CPU and RAM and hardware en
general. Also I would be glad to get pointers on where to read for
setting up this..ofcause I will start whit the handbook right about here

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/advanced-networking.html
and then go to google

But if anybody has seen other documents/articles/manpages I should read
please point me to em, this could really safe me some time, thanks. 
--
DetEr.dk - Rules are made to control the fun.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message