-----BEGIN PGP SIGNED MESSAGE----- Hi After read the hole archive from 1999-february to nowadays (big job) I have no clear if the stable brunch have or not Solaris support. Let's go with the problem. I'm using sparc-solaris7 and syslog-ng 1.2.3 When I run syslog-ng I have: bash-2.02# syslog-ng parse error at 11 Parse error reading configuration file, exiting. The 11 line refers to the source line. Here is my config file: # options { sync(0); time_reopen(10); log_fifo_size(100); }; source local { sun-door("/etc/.syslog_door"); internal(); }; #################### Destinos de brezo: destination piolin { tcp("piolin" port(514)); }; destination todo { file("/var/adm/toto"); }; #################### Filtros filter xferlog { match(xferlog); }; #######################Logs locales log { source(local); filter(xferlog); destination(piolin); }; log { source(local); destination(todo); }; ------------------------- Something is wrong with doors in this case. Any ideas? -- ------------------------------------------------------------------------ Victor Barahona..........................http://www.sdi.uam.es/~barahona Soporte Seguridad en red.................http://www.sdi.uam.es/utc/ss Unidad Tecnica de Comunicaciones Universidad Autonoma de Madrid Spain Tlf.- 91 397 5525 PGP ID-0x8750AB79 ------------------------------------------------------------------------ -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: uAR2CWNoCZXvbiqWdA6lZ5yPp19i6bZt iQA/AwUBOJgl50oW8ByHUKt5EQIBFgCfWjgP6h3chD2FYrgyA7uOSrnSbFkAoL7Y b92Xc6mnnxyFGSFwCxkAc7LP =rdre -----END PGP SIGNATURE-----