BUG: Problem with serial port when motion start. 
I have temperature sensor on /dev/ttyS2 in extension card on ISA slot . When I start motion some of symbol is drop depending CPU load. I can see the same when request sensor by minicom.
In dmesg I get messages "input overrun on /dev/ttyS2" almost every time I request
 the sensor. In configuration file all tracking are turned off. I try to coment 
   if ((i = open("/dev/tty", O_RDWR)) >= 0) {
      ioctl(i, TIOCNOTTY, NULL);
      close(i);
   }
in motion.c but nothing.
Please help.
  Environment 
	
		
			|  Motion version:  | 
			 Daily Snapshot 2.06.07  | 
		
		
			|  ffmpeg version:  | 
			    | 
		
		
			|  Shared libraries:  | 
			 ffmpeg  | 
		
		
			|  Server OS:  | 
			 ASPLinux 11.2, kernel 2.6.20  | 
		
	
-- 
AlexanderKhoryakov - 13 Jun 2007
  Follow up 
Please post Motion config file.
-- 
KennethLavrsen - 13 Jun 2007
Ok. In attachment motion configuration file.
-- 
AlexanderKhoryakov - 13 Jun 2007
  Fix record 
Seems the problem is the "track_port none".
The help text says that default is "none". That has been misunderstood. My guess is that the code tries to open a serial device called "none". The correct setting is to leave the setting undefined. Ie. commented out. And then the default is that no device is set.
-- 
KennethLavrsen - 21 Feb 2008
 
 Indeed , rejecting bug.
 -- 
AngelCarpintero - 21 Feb 2008