Re: Where to place compiler flags for world?

2006-11-09 Thread YONETANI Tomokazu
On Wed, Oct 18, 2006 at 12:29:03PM +0200, Simon 'corecode' Schubert wrote: > YONETANI Tomokazu wrote: > > BTW, are we going to keep two gcc-4's in our source tree, in addition to > > the default? :) > > no, i will remove gcc40 as soon as gcc41 is stabilized to produce a > working world and kernel.

Re: Website change plans

2006-11-09 Thread Petr Janda
It could be that my packages are a bit outdated(2 months, some more). Im not very keen on updating often. I just watched `top` while moving mouse over the pictures on the website and Xorg usage seems to spike suddenly to like 60%. Does this suggest the problem is with Xorg, or Xorg + KDE combin

Re: Website change plans

2006-11-09 Thread talon
Justin C. Sherrill wrote: > On Wed, November 8, 2006 6:40 pm, Petr Janda wrote: >> And to add to this, dragonflybsd.org will officialy be on my list of >> website to avoid visiting because Konqueror has some problems with it >> (when the mouse cursor or other window is over the image or the menu

[patch] Multiple ips for jails

2006-11-09 Thread Victor Balada Diaz
Hi, I'm working on adding IPv6 and multiple ip support to jails. Right now the support is mostly completed and i feel that would be a good idea to get wider testing. You can download the patch from [1]. This is the TODO list: jail(2) man page needs updating. jls doesn't report the

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Saverio Iacovelli
Ok, it works. Thank you very much to help. Saverio __ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi http://mail.yahoo.it

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Gergo Szakal
Saverio Iacovelli wrote: I modified xorg.conf. If I try xorg.conf with "S3" (Driver "S3" in Graphics Device Section), then it appears: (EE) Failed to load module "S3" (EE) No drivers available (I suppose wich this is not the correct driver) If I try xorg.conf with "s3" (Driver "s3"), then it a

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Saverio Iacovelli
I modified xorg.conf. If I try xorg.conf with "S3" (Driver "S3" in Graphics Device Section), then it appears: (EE) Failed to load module "S3" (EE) No drivers available (I suppose wich this is not the correct driver) If I try xorg.conf with "s3" (Driver "s3"), then it appears: (EE) No devices de

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Jeremy C. Reed
> > If you have no use for moused, just put /dev/ums0 (USB) or /dev/psm0 > > (PS/2) in your xorg config. If you want console mousing (moused never > > seemed to be as useful as gpm to me, but I'll bet it is if you set it up > > right), just add these to rc.conf: > > What's 'gpm'? 30 seconds of go

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Gergo Szakal
Justin C. Sherrill wrote: What's 'gpm'? 30 seconds of googling didn't give men a definitive answer. GPM (General Purpose Mouse) is a mouse server for the console and xterm, with sample clients included (emacs, etc). http://linux.schottelius.org/gpm/

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Gergo Szakal
Uhm, ok, you need the unichrome driver for X.org, I don't know how to set it up under Dragonfly, you will need to google for it.

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Justin C. Sherrill
On Thu, November 9, 2006 1:31 pm, Eli Green wrote: > If you have no use for moused, just put /dev/ums0 (USB) or /dev/psm0 > (PS/2) in your xorg config. If you want console mousing (moused never > seemed to be as useful as gpm to me, but I'll bet it is if you set it up > right), just add these to r

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Justin C. Sherrill
On Thu, November 9, 2006 2:37 pm, Saverio Iacovelli wrote: > [EMAIL PROTECTED]:0:0:class=0x03 card=0x12031565 > chip=0x31081106 rev=0x01 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'Unknown Via Unichrome S3 VGA - part of > a VIA Northbridge' > class= displ

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Jeremy C. Reed
> The "/dev/mouse" is what the xorgcfg (xorgconfig, too?) puts there. > Needs patching in pkgsrc? For sysmouse... The support for the X server itself is already done in pkgsrc -- and I committed upstream in March. Not done in hw/xfree86/utils/xorgcfg/text-mode.c nor hw/xfree86/utils/xorgconfig

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Saverio Iacovelli
[EMAIL PROTECTED]:0:0: class=0x06 card=0x02041106 chip=0x02041106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'K8M400 CPU to PCI Bridge' class= bridge subclass = HOST-PCI [EMAIL PROTECTED]:0:1: class=0x06 card=0x chip=0x12041106 rev=0x00 hdr=

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Gergo Szakal
Saverio Iacovelli wrote: What I must try to detect video card Post pciconf -lv output here.

HEADS UP: lukemftpd removed from base

2006-11-09 Thread Peter Avalos
I just removed lukemftpd from HEAD. For those that are using lukemftpd, you'll need to use the version from pkgsrc before you upgrade to HEAD or the next release. The discussion leading up to this can be found here: http://leaf.dragonflybsd.org/mailarchive/users/2006-11/msg00026.html --Peter

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Gergo Szakal
Eli Green wrote: 'vga' doesn't support much. What kind of card is it? There aren't many cards that are totally unsupported by x.org ... although most are partially unsupported (insert rant about closed specs here). My VGA (XGI Volari V8) is totally unsupported IMO.

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Saverio Iacovelli
What I must try to detect video card __ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi http://mail.yahoo.it

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Eli Green
I believe /dev/sysmouse is created by moused, it will only exist if you're running it. If you have no use for moused, just put /dev/ums0 (USB) or /dev/psm0 (PS/2) in your xorg config. If you want console mousing (moused never seemed to be as useful as gpm to me, but I'll bet it is if you set it u

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Gergo Szakal
Saverio Iacovelli wrote: I try startx with depth 16 in xorg.conf, but it appears that my driver ('vga') don't support that depth. What card are you having?

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Saverio Iacovelli
I inserted /dev/sysmouse and startx works (with depth 8 in xorg.conf), but I am not able to move pointer on the screen. In fact, fluxbox appears very big in the screen and I cannnot move pointer of mouse. I try startx with depth 16 in xorg.conf, but it appears that my driver ('vga') don't support

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Max Herrgård
/dev/ums0 works for my USB mouse. Option "Device" "/dev/ums0" From dmesg: ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/21.00, addr 2, iclass 3/1 ums0: 8 buttons and Z dir.

Re: QEMU -smp -> "single mode not supported"

2006-11-09 Thread Francis GUDIN
On 09-11-2006, Justin C. Sherrill <[EMAIL PROTECTED]> wrote : > > That's an 8-cpu system. What happens if you drop it to 2? > Same crash. Here's qemu output, if some of you can grab a clue from it: qemu: hardware error: single mode not supported CPU #0: EAX=0013 EBX=c038fbc0 ECX= EDX

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Yury Tarasievich
The "/dev/mouse" is what the xorgcfg (xorgconfig, too?) puts there. Needs patching in pkgsrc?

Re: QEMU -smp -> "single mode not supported"

2006-11-09 Thread Justin C. Sherrill
On Thu, November 9, 2006 8:09 am, Francis GUDIN wrote: > On 09-11-2006, Gergo Szakal <[EMAIL PROTECTED]> wrote: >> Are you running SMP-kernel on an (emulated) UP-machine? For me, SMP >> kernels have always crashed on UP machines. > > No, this is run as: > qemu -hda disk1.raw -hdb disk2.raw -smp 8

Re: Problem with 'core pointer' (Xorg)

2006-11-09 Thread Justin C. Sherrill
On Thu, November 9, 2006 9:55 am, Saverio Iacovelli wrote: > I have a problem with X server. > I type startx, but fluxbox don't start, it gives a problem with 'core > pointer' > I attached my configuration files for X11. Your core pointer is the item configured as "Mouse1" in xorg.conf in the Serv

Problem with 'core pointer' (Xorg)

2006-11-09 Thread Saverio Iacovelli
I have a problem with X server. I type startx, but fluxbox don't start, it gives a problem with 'core pointer' I attached my configuration files for X11. Thanks, Saverio __ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spa

Re: NFS port range

2006-11-09 Thread Oliver Fromme
Petr Janda wrote: > Oliver Fromme wrote: > > Petr Janda wrote: > > > Im trying to find some page documenting which ports NFS uses. I know it > > > uses dynamic ports. Also is there anyway to make the ports static so I > > > can just open a few ports in my firewall and thats it. > > > > Bas

Re: QEMU -smp -> "single mode not supported"

2006-11-09 Thread Francis GUDIN
On 09-11-2006, Gergo Szakal <[EMAIL PROTECTED]> wrote: > Are you running SMP-kernel on an (emulated) UP-machine? For me, SMP > kernels have always crashed on UP machines. No, this is run as: qemu -hda disk1.raw -hdb disk2.raw -smp 8 -k fr -m 384 -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,scrip

Re: QEMU -smp -> "single mode not supported"

2006-11-09 Thread Gergo Szakal
Are you running SMP-kernel on an (emulated) UP-machine? For me, SMP kernels have always crashed on UP machines.

QEMU -smp -> "single mode not supported"

2006-11-09 Thread Francis GUDIN
Hello, I'm trying for fun to have a DragonFly running inside QEMU. All works OK in UP mode, but with a custom kernel enabling SMP support, I face a crash close to the end of kernel initialization. QEMU yields the following message: qemu: hardware error: single mode not supported It then dumps vir

Re: NFS port range

2006-11-09 Thread Petr Janda
Thanks Oliver, Im just looking at the output of rpcinfo -p and there seems to be a whole bunch of ports like portmap , nlockmgr and others. What about them? Petr Oliver Fromme wrote: Petr Janda wrote: > Im trying to find some page documenting which ports NFS uses. I know it > uses dynamic

Re: NFS port range

2006-11-09 Thread Oliver Fromme
Petr Janda wrote: > Im trying to find some page documenting which ports NFS uses. I know it > uses dynamic ports. Also is there anyway to make the ports static so I > can just open a few ports in my firewall and thats it. Basically two port numbers are involved, one for the mount protocol, an

NFS port range

2006-11-09 Thread Petr Janda
Hey, Im trying to find some page documenting which ports NFS uses. I know it uses dynamic ports. Also is there anyway to make the ports static so I can just open a few ports in my firewall and thats it. So if anyone can give me an advice on how to deal with the situation it would be GREAT!