From owner-freebsd-questions@FreeBSD.ORG Fri May 21 01:51:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CFBA16A4CE for ; Fri, 21 May 2004 01:51:04 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id E096E43D2D for ; Fri, 21 May 2004 01:51:03 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BR5ji-0002vx-00 for ; Fri, 21 May 2004 10:50:38 +0200 Received: from r2i215.mistral.cz ([62.245.72.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2004 10:50:38 +0200 Received: from element by r2i215.mistral.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2004 10:50:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Pavel Duda Date: Fri, 21 May 2004 10:51:20 +0200 Lines: 32 Message-ID: <40ADC308.108@email.cz> References: <200405192131.i4JLVq9V093010@soth.ventu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r2i215.mistral.cz User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en In-Reply-To: <200405192131.i4JLVq9V093010@soth.ventu> Sender: news Subject: Re: Samba PDF printing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 08:51:04 -0000 Andrea Venturoli wrote: > ** Reply to note from Joan Picanyol i Puig Wed, 19 May 2004 19:50:11 +0200 > > > >>>Everything works fine, but not after a reboot. >>>After the machine is powered up PDF creation will silently fail. >>>"sh /usr/local/etc/rc.d/samba.sh stop ; sh /usr/local/etc/rc.d/samba.sh start" will fix this. >>>Any hint? >> >> >>Look at the samba logs after incrementing the log level in smb.conf. > > > Wish I could understand something from that :( > Samba logs hold either too few or way to much data; I tried to analyze them, but that lead up to nothing. > > bye & Thanks > av. > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > I've found it. Problem is PATH variable. Try to add PATH=/bin:/sbin:/usr/local/bin:... etc. to your samba pdf printing script. It works for me.