Re: how to get mouse working?

2013-05-10 Thread John Marino
This might be handled by xorg. Look at /etc/X11/xorg.conf, section InputDevice Is there a mouse section there (Probably identified as Mouse0). You might want to paste that. Mine has Device defined as /dev/sysmouse. JustinS told you that before, and he also wrote the following on this very

Re: how to get mouse working?

2013-05-10 Thread Max Herrgard
Den 10 maj 2013 00:57 skrev Antonio Olivares olivares14...@gmail.com: But I have no mouse :( It is a usb mouse and in /dev/uhid0 and it justs sits there and does nothing. How can I get it working? I think it should show up as ums0. Or is it some gamer mouse that requires extra drivers?

Re: Can /var be on a separate partition?

2013-05-10 Thread Sven Gaerner
On Thu, May 09, 2013 at 10:26:58PM -0400, Pierre Abbat wrote: On Thursday, May 09, 2013 16:06:09 Sven Gaerner wrote: AFAIR there was a thread on the mailing list with some recommendations how to configure the PFS when it is placed on an SSD. Reblock and rebalance should be run less frequent

X not working after upgrade to 3.4

2013-05-10 Thread Ivan Uemlianin
Dear All I recently installed DragonFly 3.2 and had X working (window manager, firefox, mouse, etc). I have upgraded to 3.4. The upgrade seemed to go smoothly but now X crashes with the error: Failed to load DMI info, X60 TV quirk not applied Fatal server error:

Re: X not working after upgrade to 3.4

2013-05-10 Thread Ivan Uemlianin
Thanks 1) system is i386 2) I did # make buildworld make buildkernel make installkernel make installworld make upgrade (and then reboot) and after the X problems I tried # pkgin update # pkgn full-upgrade and # cd /usr/pkgsrc/meta-pkgs/modular-xorg #

Re: how to get mouse working?

2013-05-10 Thread Alex Hornung
On 2013-05-10 12:50, Antonio Olivares wrote: Any pointers other than the /dev/sysmouse or the /etc/rc.conf moused_enable=YES which sadly have no effect are appreciated and will be tried out. As has been pointed out, your mouse is not recognized as such - it's only attaching as a generic HID

Re: firewall setup

2013-05-10 Thread Francois Tigeot
On Thu, May 09, 2013 at 11:20:36PM -0400, Pierre Abbat wrote: I'm going to set up the new box as my firewall. I need it to do this: [...] *Assign IPv6 addresses to the computers on the inside. I don't find the radvd program or package. It's generally managed from rc.conf. Some variation of

Re: how to get mouse working?

2013-05-10 Thread Antonio Olivares
Dear sir, I will specify the port in /etc/rc.conf to use /dev/uhid0 and see if that works? I have tried several things, in /etc/X11/xorg.conf, have no xorg.conf. It has not worked as I would like. I will get back on this one. Best Regards, Antonio On Fri, May 10, 2013 at 7:09 AM, Alex

Re: Fatal trap 12: page fault while in kernel mode

2013-05-10 Thread Antonio Olivares
Dear sir, I changed the /dev/ums1 to /dev/uhid0 in /etc/rc.conf and now I get the panic. I run db dumpsys and I get No such command as the response :( Best Regards, Antonio On Thu, May 9, 2013 at 5:37 PM, Pierre Abbat p...@bezitopo.org wrote: On Thursday, May 09, 2013 09:25:26 Antonio

Re: Fatal trap 12: page fault while in kernel mode

2013-05-10 Thread Alex Hornung
On 2013-05-10 14:34, Antonio Olivares wrote: I changed the /dev/ums1 to /dev/uhid0 in /etc/rc.conf and now I get You completely missed my point. If ums is not attaching, then you won't get it to work as a mouse. Is there even a ums* in /dev? the panic. I run db dumpsys and I get No such

Re: Fatal trap 12: page fault while in kernel mode

2013-05-10 Thread Antonio Olivares
Dear sir, I will check if there is a ums* in /dev/? If there is not one, how do I create it so I can get the mouse working? I booted in single user mode, ran fsck, and ran mined /etc/rc.conf and changed it back to the way it was before the dump and things are almost back to normal(except the

Re: Fatal trap 12: page fault while in kernel mode

2013-05-10 Thread Francois Tigeot
On Fri, May 10, 2013 at 06:12:13PM +0200, John Marino wrote: On 5/10/2013 16:55, Antonio Olivares wrote: Now I am searching for gkrellm, but cannot find it. Is there a new name? I looked for gkrellm2 and it is not there :( Thanks to all for helping me. Now I am a happy camper :) It

Re: X not working after upgrade to 3.4

2013-05-10 Thread Justin Sherrill
On Fri, May 10, 2013 at 6:13 AM, Ivan Uemlianin i...@llaisdy.com wrote: Failed to load DMI info, X60 TV quirk not applied I think that error message is just the driver saying you don't have one of the X60 units with a TV card, not the actual error that's causing you to fail. Can you paste in

Re: X not working after upgrade to 3.4

2013-05-10 Thread Ivan Uemlianin
Just installed freebsd and got the same error LOL. I'll install DragonFly 3.4 and send a link to the error log. Thanks Ivan -- festina lente On 10 May 2013, at 17:48, Justin Sherrill jus...@shiningsilence.com wrote: On Fri, May 10, 2013 at 6:13 AM, Ivan Uemlianin i...@llaisdy.com wrote:

Re: Fatal trap 12: page fault while in kernel mode

2013-05-10 Thread Antonio Olivares
Dear all, I setup dports using HowToDPorts page: http://www.dragonflybsd.org/docs/howtos/HowToDPorts/ and I built git since I moved /usr/pkg to /usr/pkg.moved/ and gkrellm is not present in /usr/dports/ tree. quadcore# ls gk* Makefiledistinfopkg-descrpkg-plist quadcore# cd gksu/

gnuplot pkg depends on TeTeX?

2013-05-10 Thread Antonio Olivares
Dear folks, why does gnuplot depend on TeTeX? quadcore# pkg install gnuplot Updating repository catalogue Repository catalogue is up-to-date, no need to fetch fresh copy The following packages will be installed: Installing orc: 0.4.16_1 Installing gstreamer: 0.10.36 Installing

Re: Disklabel: label magic number or checksum is wrong!

2013-05-10 Thread Max Herrgard
Hmm. It should mount just fine on dragonfly too, mount_msdos /dev/da8s1 /mnt or so. What command do you use? Max

ssh authentication

2013-05-10 Thread Peter Sommerfeld
I've set up a new dfly 3.4.1 and followed the instructions in the handbook: File /etc/rc.conf sshd_enable=YES ftpd_enable=YES File /etc/ssh/ssh_config PasswordAuthentication yes Unlike dfly 3.2 the ssh_host_keys seem to be created at install time. When trying to connect from a win7 box via

Re: ssh authentication

2013-05-10 Thread Peter Sommerfeld
Am 10.05.2013, 21:13 Uhr, schrieb Peter Avalos pe...@theshell.com: On Fri, May 10, 2013 at 09:02:59PM +0200, Peter Sommerfeld wrote: I've set up a new dfly 3.4.1 and followed the instructions in the handbook: File /etc/rc.conf sshd_enable=YES ftpd_enable=YES File /etc/ssh/ssh_config Try