Displaying 20 results from an estimated 2000 matches similar to: "fam error"
2007 Mar 27
1
Printer Drivers on Samba server
Dear Samba friends,
I want to have the printer drivers on the samba server. I have created
the following share in the smb.conf file:
[print$]
comment = Printer Driver Download Area
path = /usr/local/samba/printers
valid users = @XXX
write list = @YYY, root, jo, willy
printer admin = @YYY
browseable = No
@XXX are the normal printer users. @YYY are
2011 Apr 13
1
FAM linking error on Irix
Hi all,
I am compiling Samba 3.5.8 on Irix 6.5.28 using gcc 3.4.6 .
Towards the end the linking phase stops with the following error:
[...]
Compiling ../lib/popt/poptparse.c
Linking bin/smbd
/usr/lib32/libfam.a(fam.o): In function `FAMOpen2':
/xlv44/6.5.28m/work/eoe/lib/libfam/libfam_n32_M3/fam.c++:51: relocation
truncated to fit: R_MIPS_GPREL16 against `.srdata'
2005 Jun 28
1
FAM support?
Hi,
Is there any planned support for FAM http://oss.sgi.com/projects/fam/ in
dovecot?
One of my favourite features of Courier IMAP server is that it alerts my
email client through IMAP when email has arrived.
Regards,
Mick
2016 Sep 28
3
Asterisk Radius CDR
Hi Andrew and Willy,
Thanks for sharing the info.
As for enabling radius server debugging 'radiusd -X', made some test calls
don't see the radiusclient sending data to radius server. However, using
radtest or radiusclient testing, able to send data to radius server (after
enabling debug).
For further testing, on my other server using OpenSIPs, setup the
radiusclient and data was
2016 Sep 27
2
Asterisk Radius CDR
I did radius client status testing with radius server, able to access the
radius server. However, still getting radius CDR issue after setting debug
level 8 even granting 666 access to radiusclient-ng config files.
message: cdr_radius.c:208 radius_log: Unable to create RADIUS record. CDR
not recorded!
Please advise if I missed out anything.
Date: Mon, 26 Sep 2016 12:09:34 +0200
> From:
2007 Jan 13
1
fam inconsistent in noticing changes
I'm running Samba-3.0.23d on CentOS4.4 servers.
We have a process where people can upload files (from WinXP) to a
directory over Samba, and then a Unix cronjob picks those files up,
moves them to another directory (outside of Samba) and does things to them.
The problem is that when the file moves occur, WinXP doesn't show the
files have disappeared. Even days later the files show up as
2006 Nov 19
3
host allow
Hi,
We want to restrict acces to the shares on our samba server using "hosts
allow".
Can I get this to work with clients who have dynamic IP addresses and
don't have revers DNS lookup ?
Best regards,
Eric Eijkelboom
Sr Systems Manager
Medtronic B.V.
Heerlen, The Netherlands
Phone : +31-(0)45-566.8544
Fax : +31-(0)45-566.8008
www.medtronic.com <http://www.medtronic.com/>
2006 Nov 29
2
75 seconds timeout when negotiating with smbd.
Hello all,
After upgrading to 3.0.23c on my FreeBSD 6.1 box Samba stopped working
on any connections. When connecting to smbd, tcp session is established
(SYN, SYN+ACK, ACK) then a client send a NEGOTIATION packet, and after
some timeout (about 10-15 seconds) this tcp session is closed (by the
client) because no response to NEG. packet was received. Then after 75
seconds (counting from the
2003 Sep 02
0
Problems with samba and fam
Hi,
I'm having some odd problems with samba in combination with fam. On my linux
system I have mounted some partitions that are shared by a Win2k machine on
my LAN. With any GUI filemanager using fam I can create files and
directories, but I can't delete directories, only files. If I try to delete a
directory, it just doesn't work. If I try to delete a directory containing
files,
2011 Jun 03
1
group_mapping.tdb error upon Samba upgrade
Dear Samba friends,
I have recently upgraded from Samba 3.0.36 to Samba 3.5.6. After upgrade I
encounter the following error in log.smbd:
[2011/06/03 10:09:43, 0] smbd/server.c:1119(main) smbd version 3.5.6 started. Copyright Andrew Tridgell and the Samba Team 1992-2010
[2011/06/03 10:09:43.379106, 1] param/loadparm.c:7605(lp_do_parameter) WARNING: The "share modes" option is
2010 Dec 16
3
Samba upgrade HowTo requested
Dear Samba friends,
Last weekend I decided to upgrade the samba server. We were running Samba
3.3 something and FreeBSD portupgrade was complaining that this version
should be removed and assumingly replaced by the newest version. I removed
the package via portupgrade and installed the 3.5.6 version. The upgrade
went quite smoothly in general, but I encountered some difficulties with
the printer
2010 Dec 16
3
Samba upgrade HowTo requested
Dear Samba friends,
Last weekend I decided to upgrade the samba server. We were running Samba
3.3 something and FreeBSD portupgrade was complaining that this version
should be removed and assumingly replaced by the newest version. I removed
the package via portupgrade and installed the 3.5.6 version. The upgrade
went quite smoothly in general, but I encountered some difficulties with
the printer
2010 Dec 30
1
Samba OpenLDAP TLS
Dear Samba friends,
I have setup a samba server 3.5 on FreeBSD 8.1-RELEASE-p2 with
openldap-sasl-server-2.4. I have specified ``TLSVerifyClient demand'' in
slapd.conf and want to enforce the clients to connect and show a
valid certificate to the ldap server. As far as I have understood, Samba
will act as a client as well and in order to access the ldap server it will
need a client
2005 Aug 01
6
converting stata's by syntax to R
I am struggling with migrating some stata code to R. I have a data
frame containing, sometimes, repeat observations (rows) of the same
family. I want to keep only one observation per family, selecting
that observation according to some other variable. An example data
frame is:
# construct example data
fam <- c(1,2,3,3,4,4,4)
wt <- c(1,1,0.6,0.4,0.4,0.4,0.2)
keep <- c(1,1,1,0,1,0,0)
2011 Jun 08
0
Compiling Samba with FAM support on Irix
Some weeks ago I asked for help because I got "relocation truncated to
fit: R_MIPS_GPREL16 against `.srdata'" error messages when trying to
compile Samba 3.5.8 including FAM support on SGI Irix 6.5.28 using gcc
3.4.6 .
A hint was found on this page:
<http://sourceware.org/ml/ecos-discuss/2000-04/msg00214.html>, which
explains the cause of the message and suggests to try
2012 Oct 31
2
how can xyplot word when with for control flow
Hi everybody,
I recently used xyplot, but I found that for control flow can't work in the
xyplot. The program code and some of my data file are shown as follow.
Would someone please tell me where my code is wrong and how can make the
code right?
Thanks.
Best regards
Yuanzhen Lin
Code:
library("lattice")
plot.data$Fam<-as.numeric(plot.data$Fam)
#### xyplot can work if one
2012 Oct 18
1
R 64bit for Windows on Windows 2012 server running Microsoft’s Hyper-V 2012?
Seeking confirmation/disconfirmation that R 64bit for Windows will run on Windows 2012 server running Microsoft?s Hyper-V 2012 server virtualization software and advice on building this on AMD 16 core or Intel 8 core processors where we want to put up a 64 core VM. We have not built this yet, we are seeking advice on whether R will run in this environment.
Thank you;
Matthew Schall
Matthew at
2005 Dec 14
3
Fitting binomial lmer-model, high deviance and low logLik
Hello
I have a problem when fitting a mixed generalised linear model with the
lmer-function in the Matrix package, version 0.98-7. I have a respons
variable (sfox) that is 1 or 0, whether a roe deer fawn is killed or not
by red fox. This is expected to be related to e.g. the density of red
fox (roefoxratio) or other variables. In addition, we account for family
effects by adding the mother
2003 Sep 08
1
Problems deleting directories on smbmounted partitions
Hi,
I'm having some odd problems with samba in combination with fam. On my linux
system I have mounted some partitions that are shared by a Win2k machine on
my LAN. With any GUI filemanager using fam I can create files and
directories, but I can't delete directories, only files. If I try to delete a
directory, it just doesn't work. If I try to delete a directory containing
files,
2012 Mar 05
1
Order a data frame based on the order of another data frame
Hi, I am trying to match the order of the rownames of a dataframe with
the rownames of another dataframe (I can't simply sort both sets
because I would have to change the order of many other connected
datasets if I did that): Also, the second dataset (snp.matrix$fam) is
a snp matrix slot:
so for example:
data_one:
x y