Hello, I'm trying to set up a Linux, rh9, webserver with samba support, so that user's can make the pages on their windows boxes and drop them right on the server. I'm having one problem, when the user connects Dreamweaver, MX version, gives an error about can not determine the server time. I've added: time server = yes to the global section of my smb.conf file, but this didn't solve the issue. I'm not even sure if this is an appropriate question for this list, so i'm just throwing it out there. Any ideas? Thanks. Dave. ________________________________________________________________ The best thing to hit the internet in years - Juno SpeedBand! Surf the web up to FIVE TIMES FASTER! Only $14.95/ month - visit www.juno.com to sign up today!
It is easy to check if time server is running ok. just go to a DOS Prompt on your Windows box, type net time \\server\ /set after a couple seconds, it should ask you for a Yes or No say y enter and your local time should adjust in within about 5 seconds. Good luck Tom On Thu, 2003-10-09 at 06:18, awesome-dave1@juno.com wrote:> Hello, > I'm trying to set up a Linux, rh9, webserver with samba support, so that > user's can make the pages on their windows boxes and drop them right on > the server. I'm having one problem, when the user connects Dreamweaver, > MX version, gives an error about can not determine the server time. I've > added: > time server = yes > to the global section of my smb.conf file, but this didn't solve the > issue. I'm not even sure if this is an appropriate question for this > list, so i'm just throwing it out there. Any ideas? > Thanks. > Dave. > > ________________________________________________________________ > The best thing to hit the internet in years - Juno SpeedBand! > Surf the web up to FIVE TIMES FASTER! > Only $14.95/ month - visit www.juno.com to sign up today!
On Thu, 9 Oct 2003 09:18:12 -0400, <awesome-dave1@juno.com> wrote:> Hello, > I'm trying to set up a Linux, rh9, webserver with samba support, so that > user's can make the pages on their windows boxes and drop them right on > the server. I'm having one problem, when the user connects Dreamweaver, > MX version, gives an error about can not determine the server time. I've > added: > time server = yesI think you might be on the wrong track there. IIRC, Dreamweaver checks the server time by creating a temporary directory, then reading the time back off that. It's a roundabout way of doing things, but that means it works without employing any extra protocols, whether you're connected by SMB or FTP or whatever. Is there anything that would prevent the creation of these temporary directories? regards Julian Church -- jc@ljchurch.co.uk www.ljchurch.co.uk
> -----Original Message----- > From: awesome-dave1@juno.com [mailto:awesome-dave1@juno.com]> > Hello, > I'm trying to set up a Linux, rh9, webserver with samba > support, so that > user's can make the pages on their windows boxes and drop > them right on > the server. I'm having one problem, when the user connects > Dreamweaver, > MX version, gives an error about can not determine the server > time. I've > added: > time server = yes > to the global section of my smb.conf file, but this > didn't solve the > issue. I'm not even sure if this is an appropriate question for this > list, so i'm just throwing it out there. Any ideas? > Thanks. > Dave. >I do not think that the time server = yes is what is the issue with DREAMWEAVER. I would suggest figuring out what dreamweaver is trying to do with the time (via the allaire.com support forum) and then relaying that information to this list so we can try to correlate the two.> ________________________________________________________________ > The best thing to hit the internet in years - Juno SpeedBand! > Surf the web up to FIVE TIMES FASTER! > Only $14.95/ month - visit www.juno.com to sign up today! > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >