Displaying 20 results from an estimated 40000 matches similar to: "Can time be set via Samba on a Linux platform?"
1999 Nov 12
2
Why a copy of smbd for each smbmount mountpoint?
When an OS/2 or Win9x client logs into a (Linux) Samba v2.0.6 server
the running smbd spawns a copy of itself. That second instance of
smbd then handles all the shares for that client machine.
In contrast, a Linux client which does multiple smbmounts (also Samba
v2.0.6) will cause the server to spawn a copy of smbd for *each*
smbmount mountpoint. This has the potential for using up a lot more
1999 Jun 16
0
Why 2 login failures before success?
Running Samba v2.0.4b on a RedHat v6.0 system, I find that when I log onto
the server running Samba my authentication fails twice before succeeding.
I get these messages in the Samba log file:
[1999/06/16 11:45:11, 1] smbd/password.c:pass_check_smb(532)
smb_password_check failed. Invalid password given for user 'steve'
[1999/06/16 11:45:13, 1] smbd/password.c:pass_check_smb(532)
1999 Jul 08
0
Samba not using my RAM for shared memory?
The Samba v2.0.4b doc says:
share modes (S)
These open modes are not directly supported by
UNIX, so they are simulated using shared memory, or
lock files if your UNIX doesn't support shared mem-
ory (almost all do).
Yet I have these files on my (RedHat v6.0 / kernel v2.2.10) system:
# ls -l /var/lock/samba
total 12
-rw-r--r-- 1 root root 1048576 Jul 8
1999 Jul 06
0
Advice on accessing CD changer disks via Samba?
I've got a 5-disk CD-ROM changer that I'd like to access via Samba v2.0.4
on my Linux (RedHat v6.0) system. I already have Samba up and running
well, but I haven't had to deal with the CD changer until now.
The kicker, of course, is while there's 5 disks, there's only 1 read
mechanism. That means that the accessing of any given disk may mean first
selecting that disk to be
2006 May 22
2
[vpim] Some small rrule.rb changes
Quoting cosmin at speakeasy.net, on Sat, May 20, 2006 at 11:40:06AM -0700:
> I did some changes to the rrule.rb. I needed some getters/setters for
> each of the attributes from RRULE. Attached is the diff. If it makes
> sense to you to be included in the lib, please do so. If you think
> it''s worth to be included, I can add more validation to the setters.
I
2007 Dec 17
2
After 4.6 update: CUPS (via Samba): "'/printers/printers' no good!"
Since updating from 4.5 to 4.6 yesterday, I am getting a lot of CUPS
errors. The error.log file is filling up with these messages:
get_printer_attrs: resource name '/printers/printers' no good!
And the access.log seems to be being polled often too, even in the absence
of any print jobs submitted.
On my network the CUPS-handled printer is exported from Samba. Given that
the Samba
2007 Apr 08
4
Time just moved backwards
Hi there,
I got a daily cron (rdate to local time server) job wich adjusts time and
which constantly gives me headache.
Every day my dovecot suicides with:
"dovecot: Time just moved backwards by 11 seconds. This might cause a lot of
problems, so I'll just kill myself now."
Of course my onboard clock is constantly off by more than 5 secs.
I don't want
to abandon time
2010 Feb 02
0
Plot questions: grid line do not correspond to tick marks and 2 line axis label
Hello list,
Thank you very much for replying to my earlier questions. I have a few new
questions about R plots:
Example: tempdata:
RDate Price
2009-12-09 12:00 100
2009-12-09 15:00 99
2009-12-09 18:00 102
....
2009-12-10 8:00 120
2009-12-10 10:00 110
2009-12-10 16:00 105
My code: (RDate already in R date-time class)
plot (price~RDate, data=tempdata, "l")
axis.POSIXct(1,
2006 Nov 28
1
changing time in dom0
Hi all!
I want to adjust the time in dom0 with a cronjob (rdate & hwclock). Will
that affect my domU? Is it possible to resynchronize the time on a
"xen-way"?
Goran
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2000 Aug 17
1
Compiling Samba for LynxOS?
When I attempted to build Samba (v2.0.7) on a LynxOS (v3.1) box I was
told that configure could determine my operating system.
LynxOS, for those that don't know, is a Unix-like RTOS. It comes with
a binary version of Samba, but a) it's old and b) it's not built for
encrypted passwords which means I can't access it from WinNT.
Can anyone advise me on what it would take to build
2005 May 07
1
Win9x via Kix unable to get extended user attributes
Hi all,
In trying to upgrade Samba here, I have built various versions from
3.0.11 to 3.0.14a using various versions of gcc and the Sun compiler
(this is on Solaris SPARC) and had the following problem in all cases.
Running the built samba as a logon server, I find that WinXP clients
work fine but Win9X clients have some difficulties. The problem is that
the Win9X logon script can't
2016 Apr 01
1
(no subject)
dear sir/madam,
while i am trying to convert the data into timeseries
using xts command.i am getting this error. please help me to resolve this
issue
xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
+ xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
Error: unexpected symbol in:
"xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
xts"
2011 Oct 08
0
Accouting for temporal correlation in linear regression
I measured nitrate concentration and primary production (PP) biweekly for
23 months in one headwater stream. I would like to use linear regression
to determine if PP is related to nitrate concentration. My dataframe is
called "data" and consists of the vectors Rdate, PP, and nitrate. Rdate
is the observation date in class "date" and PP is primary production.
I first
2009 Jun 12
3
how to set ntpd listen only 127.0.0.1 ?
Hello, all.
I would like to use ntpd for time sync not rdate or ntpdate.
but after installation the ntpd, I found that listened at all interfaces like below.
udp 0 0 192.168.111.2:123 0.0.0.0:* 11528/ntpd
udp 0 0 xxx.xxx.62.20:123 0.0.0.0:* 11528/ntpd
udp 0 0
2002 Feb 27
1
setting time on win9x
I have added the line time server = Yes to my smb.conf file. All my win2k
machines can do a net time \\servername /set an answer yes an the time is
set to what is on samba server. Now the win9x machines will not do it.
gives me an error # 2103, the server you specified can not be found. Is
this a problem with win9x machines or do i need to do something else to get
the time to be set from the
1999 Jan 06
0
FW: SUGGESTION: allow TZ to be specified at time of mount (PR#124 25)
Dear John,
>Samba fully honours Unix timezone info. All my sites run their Linux
hardware clocks
>set at GMT. Under Red Hat Linux, or Caldera, SuSE, or PHT TurboLinux,
the Linux
>"timeconfig" command can be used to do this. The timezone for the
server is
>selected appropriately
I ran timezone and found it had hardware clock set to GMT and TZ set to
GB. Setting TZ to GMT had
2008 Jun 30
1
Removing rows from a data frame
Hi...
I have a rather large dataframe that I'm trying to remove rows from.
I'm issuing the command:
dtx[-which(dtx$rdate > "2008-06-16"),]
and it tries to print out over 170,000 lines of output. So...I did:
options(max.print=1e6)
and ran it again. It worked, but when I did a:
which(dtx$rdate > "2008-06-16")
it tells me that all the data I thought I deleted
2000 Aug 21
0
SAMBA digest 2633
[Steve Snyder <swsnyder@home.com>]
> When I attempted to build Samba (v2.0.7) on a LynxOS (v3.1) box I was
> told that configure could determine my operating system.
>
> LynxOS, for those that don't know, is a Unix-like RTOS. It comes
> with a binary version of Samba, but a) it's old and b) it's not built
> for encrypted passwords which means I can't
1999 Jul 08
1
SAMBA digest 2158
Unknown recipient
----- Original Message -----
From: <samba@samba.org>
To: Multiple recipients of list SAMBA <samba@samba.org>
Sent: Thursday, July 08, 1999 1:02 AM
Subject: SAMBA digest 2158
> SAMBA Digest 2158
>
> For information on unsubscribing see http://samba.org/listproc/
> Topics covered in this issue include:
>
> 1) msaccess and samba prob solved -
2010 Feb 01
3
Convert a column of numbers to a column of strings
Hello,
Please excuse me if this question has been asked before. I'm new to R, and
have been trying to google the answers without any success.
I would like to convert a set of date and time into R date-time class. Right
now, the dates and times are in integer format, so I first need to convert
them into string, and then to R date-time using strptime. However, I have a
problem converting them