Mouse stopped working in X

2009-04-14 Thread Schmehl, Paul L
I ran the perl upgrade and portupgrade, and now my mouse doesn't work in
Xorg running KDE.  Works fine in the console, and I haven't changed anything
in the xorg.conf file.  I generated a new one, and the mouse section is
identical to what I already have.

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5 6 7
EndSection

For some reason I now have a PS2 mouse being detected (there's no PS2 port
on this box and there's no PS2 mouse plugged in to it), and I think that's
the cause of the mouse failure in X.

# ls -l /dev/psm0
crw-rw-rw-  1 root  wheel0,  64 Apr 14 09:33 /dev/psm0

But how do I track down what's causing this device to be loaded?

I also have the usb mouse:

# ls -l /dev/ums0
crw-r--r--  1 root  operator0,  42 Apr 14 09:29 /dev/ums0

(**) |--Input Device Mouse0
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
(WW) Disabling Mouse0
(==) RADEONHD(0): Silken mouse enabled
(II) config/hal: Adding input device PS/2 Mouse
(II) LoadModule: mouse
(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor=X.Org Foundation
(**) PS/2 Mouse: Device: /dev/psm0
(==) PS/2 Mouse: Protocol: Auto
(**) PS/2 Mouse: always reports core events
(==) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 9
(**) PS/2 Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device PS/2 Mouse (type: MOUSE)
(**) PS/2 Mouse: (accel) keeping acceleration scheme 1
(**) PS/2 Mouse: (accel) filter chain progression: 2.00
(**) PS/2 Mouse: (accel) filter stage 0: 20.00 ms
(**) PS/2 Mouse: (accel) set acceleration profile 0
(II) PS/2 Mouse: SetupAuto: hw.iftype is 3, hw.model is 0
(II) PS/2 Mouse: SetupAuto: protocol is PS/2
(II) PS/2 Mouse: ps2EnableDataReporting: succeeded

Dmesg shows the device being loaded:

atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model Generic PS/2 mouse, device ID 0

But also shows the usb mouse being loaded:

ukbd0: vendor 0x045e Microsoft Natural Keyboard Elite, class 0/0, rev
2.00/2.07, addr 3 on uhub3
kbd2 at ukbd0
ums0: Logitech Optical USB Mouse, class 0/0, rev 2.00/3.40, addr 4 on
uhub3
ums0: 3 buttons and Z dir.

I have no idea where this PS2 mouse suddenly appeared from, but I think it's
clearly the cause of the problem.

Also, Ctrl-Alt-Bksp no longer restarts X, which is kind of weird.  I can
still switch to other ttys though.

Paul Schmehl (pa...@utdallas.edu)
Senior Information Security Analyst
University of Texas at Dallas
http://www.utdallas.edu/ir/security/



smime.p7s
Description: S/MIME cryptographic signature


mount_smbfs

2008-04-19 Thread Schmehl, Paul L
Is it possible to mount drives on an Active Directory 2003 domain?  I've
been doing some testing, and I had no problem mounting the netlogon share,
but I get an authentication error when I try to mount other drives.  (I've
altered the hostnames in the examples below.)

# mount_smbfs -I domain-controller.utdallas.edu
//[EMAIL PROTECTED]/netlogon /mnt/hdrive/
Password:

An ls of the mount directory shows the files one would expect to find in our
netlogon share.

# mount_smbfs -I file-server.utdallas.edu //[EMAIL PROTECTED]/users$/pauls
/mnt/hdrive/
Password:
mount_smbfs: unable to open connection: syserr = Authentication error

I know that the netlogon share doesn't require a logon, but I wonder if the
problem isn't that the other mounts require encryption?

Is anyone successfully mounting AD 2003 shares on FreeBSD?

Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
University of Texas at Dallas
http://www.utdallas.edu/ir/security/



smime.p7s
Description: S/MIME cryptographic signature


RE: Can't connecto to www.freebsd.org

2007-09-27 Thread Schmehl, Paul L
 -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Fernando
ApesteguĂ­a
Sent: Thursday, September 27, 2007 1:23 PM
To: freebsd-questions@FreeBSD.ORG
Subject: Can't connecto to www.freebsd.org

Hi

I write this mail cause from 15 days ago (more or less) I can't connect to
www.freebsd.org typing the address on Firefox. Pings are resolved and if I
type the IP in the address bar, I get the main page, but then all the links
in which I click on are timeout.

At work I can access so I would like to know if I have to call my ISP (but
the DNS seems to work because of the ping) or maybe you're filtering some
IP's

Do not hesitate to contact me if you need further information.

--

Sorry for the stupid formatting, but, for the moment, I am forced to use
braindead Outlook as my email client. :-(

DNS has nothing to do with pings.  It is used to resolve hostnames to IP
addresses.  It appears that DNS is not working for you, at least in the case
of www.freebsd.org.  Can you resolve other sites?  For example, can you get
your browser to load www.yahoo.com?

Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
University of Texas at Dallas
http://www.utdallas.edu/ir/security/


smime.p7s
Description: S/MIME cryptographic signature


RE: cvsup and amd64

2006-12-15 Thread Schmehl, Paul L
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Z. Wade Hampton
Sent: Thursday, December 14, 2006 9:18 PM
To: freebsd-questions@freebsd.org
Subject: cvsup and amd64

Greetings to all,
I'm running a dell 1501 laptop with amd64x2 processor.
I got a disk from a guru specifically for this architecture, booted it, and
installed 6.1 via FTP.

Yesterday I ran cvsup successfully.
Today I did make buildworld successfully.

Now, I have a little paranoia about buildkernel.

Please tell me, did I need to specify anything specifically about the amd64
architecture when running cvsup?  Did I possibly get a GENERIC kernel file
through cvsup that is not compatible with amd?

**

Sorry for the horrible formatting, but for reasons beyond my control, I only
have access to Microsoft Outlook right now.  It appears no one has answered
you yet, so, to alleviate your fears, yes, unless you've changed the kernel
in any way (and it sounds like you haven't), a simple make buildkernel and
make installkernel should work just fine.  Reboot afterwards, and you should
be running the new kernel.  The only reason you would *need* to make a
change would be if you're running dual processors or you need to customize
the kernel for performance reasons.  Otherwise the GENERIC kernel will
suffice.

Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
University of Texas at Dallas
http://www.utdallas.edu/ir/security/


smime.p7s
Description: S/MIME cryptographic signature


RE: Postfix-Cyrus-imap connection problem

2005-09-10 Thread Schmehl, Paul L
-Original Message-
From: [EMAIL PROTECTED] on behalf of Chuck Swiger
Sent: Sat 9/10/2005 11:48 AM
To: freebsd-questions
Subject: Re: Postfix-Cyrus-imap connection problem
 
Chuck Swiger wrote:
[ ... ]
 there waiting for a timewhen when a LMTP delivery attempt is made?
   ^

timeout when

600s, which is the default.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Determining what a port will install... (more than pretty-print-*)

2005-05-02 Thread Schmehl, Paul L
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Garance A Drosihn
 Sent: Monday, May 02, 2005 10:14 AM
 To: Eric Schuele
 Cc: FreeBSD Questions
 Subject: Re: Determining what a port will install... (more 
 than pretty-print-*)
 
 If there isn't anything which already exists, then I'd try 
 something along the lines of 'cd'-ing into the directory of 
 the port you want to install, and getting the output of:
 
 make -V RUN_DEPENDS -V BUILD_DEPENDS -V LIB_DEPENDS

If pkg-plist exists, that could give you a complete list of the files
installed and where they are installed.
 
Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]