Displaying 20 results from an estimated 600 matches similar to: "Samba printing"
2009 Mar 30
3
Calculating First Occurance by a factor
I'm having difficulty finding a solution to my problem that without using a
for loop. For the amount of data I (will) have, the for loop will probably
be too slow. I tried searching around before posting and couldn't find
anything, hopefully it's not embarrassingly easy.
Consider the data.frame, Data, below
Data
Sub Tr IA FixInx FixTime
p1 t1 1 1 200
p1 t1 2
2003 May 12
2
Annonymous access guest ok = yes
I am trying to get some printer shares to be anonymous access.
I have set guest ok = yes
but from the log file, it looks like if a username is passed, and a failed
lookup, it wont just default to annonymous. Is there another setting or
configuration that I need to add to get it to work?
LOG FILE:
[2003/05/12 16:13:52, 0] passdb/pdb_ldap.c:pdb_getsampwnam(939)
LDAP search
2006 Oct 24
0
plot(all.effects)
Dear r-helpers,
plot(all.effects()) uses trellis for its output, and often produces
several effect plots in a layout. Can anyone tell me how to set the
arguments to plot.effect which default to
row=1, col=1, nrow=1, ncol=1, more=FALSE
so that I can plot multiple effect plots on one layout?
I was hoping that a call like
last <- rep(c(TRUE, FALSE), c(3, 1))
lay <-matrix(c(1:4,), 2, 2,
2010 Sep 10
4
for loop help please!
Hi Everyone,
I have a 2-dim data.matrix(e.g., table1) in which row1 specifies a range of
values. row2 - rown specify the number of times I want to replicate each
corresponding value in row1. I can do this with the following function:
rep(c(table1[1,]),c(table1[X,])) #where X would go from 2 - n.
Now, I can do this manually by changing the values of X and save each
resulting array/vector in
2007 Nov 12
1
update matrix with subset of it where only row names match
I guess this has a simple solution:
I have matrix 'mat1' which has row and column names, e.g.:
A B C
row1 0 0 0
row2 0 0 0
....
rown 0 0 0
I have a another matrix 'mat2', essentially a subset of 'mat1' where the
rownames are all in 'mat1' e.g.:
B
row3 5
row8 6
row54 7
I want to insert the values of matrix mat2 for column B (in reality it
could be some or
2006 Apr 18
2
questioin about cluster in R
Hi,All.Sorry for the group mail.
I recently met a question and I have struggled on that for a while but
failed to found the solution.
I have a distance matrix as below.
---
0 35 33 9 36
35 0 10 32 51
33 10 0 30 49
9 32 30 0 35
36 51 49 35 0
-------------------
I want to do cluster with average method.
----
rown<-c("A",
2023 May 02
1
Reg: Help regarding ggplot2
It's not clear what you want but ...
On 02/05/2023 10:57, Upananda Pani wrote:
> Dear All,
>
> I have a dataset which contains date and 12 other countries data. I
> have extracted the data as xts object.
>
> I am not able to recall all the series in the Y axis. My data set
> looks like this
>
> index crepub finland france germany italy netherlands norway poland
>
2013 Mar 25
3
nested 'while' loops
Hi everyone,
I'm using the following code to go over every element of a data frame (row
wise). The problem I am facing is that the outer 'x' variable is not
incrementing itself, thus, only one row of values is obtained, and the
program does not proceed to the next row.
This is the code:
while(x<=coln)
{
while(y<=rown)
{
n<-as.numeric(df[[y]][x]);
2008 Sep 18
4
Strange ! characters inserted into emails
I have never encountered anything like this before, so thought I'd post here
and see if anyone can help.
We have a java application that sends out notification emails to end-users.
The body of the email is some boilerplate text and HTML that is pulled from
a database. When the emails are received there are random instances of " !"
(that's a space and a bang symbol) inserted
2017 Oct 23
8
lld: sigbus error handling
If your system does not support fallocate(2), we use ftruncate(2) to create
an output file. fallocate(2) succeeds even if your disk have less space
than the requested size, because it creates a sparse file. If you mmap such
sparse file, you'll receive a SIGBUS when the disk actually becomes full.
So, lld can die suddenly with SIGBUS when your disk becomes full, and
currently we are not doing
2003 Nov 20
1
Large RAM (> 4G) and rsync still dies?
Hello. Hopefully someone can shed some light on this:
We've got a production server with _LOTS_ of files on it. The system is a dual
XEON with 4GB of RAM. During the evening, the load is very low. Linux shows
(via 'top') that approximately 3G of RAM is cached RAM, and 500M is buffered.
That, if my understanding is correct, should leave us with 3.5G of available
memory to draw
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
Dear sir, How to do bilinear time series in R?Is there any functions or packages? thank you!
-----Sincerely yours
Kuangnan Fang 方匡南 敬上
department of statistics ,Economics school,Xia men University.
Fujian Province (361005) China
Mobile Phone:15860721915 SKYPE: ruiqwy
MSN Messenger: ruiqwy@hotmail.com
QQ:39863401
--- 09年3月31日,周二, r-help-request@r-project.org
2002 Jun 24
2
documentation bug for --daemon "use chroot" in conjunction with -o and -g
Hi all,
Tripped over a documentation bug. I'm guessing the behavior I've found
isn't a bug in itself as it's kind of implied by chroot (unless the
/etc/passwd db is read *before* you do the chroot call), so I'm calling
it a documentation bug.
The Setup:
System A: running rsync --daemon from xinetd, configured with a
read-only share.
System B: syncing a local directory
2016 Jan 18
0
Samba Hylafax PAM
Hai,
I dont have hylafax running atm, but can you check for the following.
/etc/pam.d/common-account/password/session .. etc. and pam_ldap
Look for any : minimum_uid=1000 if you see that, remove "minimum_uid=1000"
And whats the UID for user : hylafax
After the changes,
stop nslcd.
Restart samba
Restart hylafax
If needed reboot the server.
And check again.
This is the
2016 Jan 26
2
Samba Hylafax PAM
O, try the following.
Test this first.
ldd /usr/sbin/hfaxd
if you getting libpam.so.. something, then hylafax is compiled with pam support.
Next,
apt-get install libpam-ldap ( just to be sure, i do believe you have installed it already )
create the file :
/etc/pam.d/hylafax
Add :
auth required pam_ldap.so
account required pam_ldap.so
2007 Jan 22
0
Why app_rx and app_tx when we have IAXModem and Hylafax and hy-email2fax? Should we reinvent the wheel?
I'm just wondering here, in our community... Why not HylaFax for Fax
solutions?
I'm not saying bad about the big efforts on app_tx and app_rx with spandsp.
But as me and many other asterisk users, we find out that
Hylafax+IAXModem+Asterisk is very reliable.
And from what i've been testing and reading, Hylafax is an extremely
powerful:
"HylaFAX is an enterprise-class system for
2010 Jun 14
1
Issues running Asterisk + Iaxmodem + Hylafax on same machine
I'm running into a strange issue with Asterisk + Iaxmodem + hylafax on
the same machine. After rebooting the iaxmodems don't register to
asterisk. Stoping and starting the relevant services gets it working,
but what is the point of using init scripts if it does not work right?
I already tried to adjust the init scripts in /etc/rc3.d so I have:
S50asterisk
s90iaxmodem
S95hylafax
So it
2006 Apr 12
1
Failed to recieve Fax: Asterisk - IAXModem - Hylafax
Hi,
I've tired to forward a Fax from Asterisk to Hylafax. It works so far
until I tried with a Fax machine.
I just got error shown in the log below. I'm not sure why. I've tested
it with other 6 machines and they all work fine.
Do you have any idea why?
Pim
Hylafax Session log:
Apr 12 11:16:48.82: [ 5933]: SESSION BEGIN 000000078 492212601860
Apr 12 11:16:48.82: [ 5933]:
2013 Apr 15
2
Asterisk, IAXModem and Hylafax
Arch = x86_64
OS = CentOS-6.3 (FreePBX)
Asterisk = 11.3.0 (FreePBX)
Hylafax+ = 5.5.3 (epel)
I am installing an Asterisk server with the intent of having it act as
our fax server. The Asterisk system was installed using the current
FreePBX distro which is reputedly based on CentOS-6.3. I have
installed Hylafax+ from epel and I have built and packaged
IAXModem-1.2.0 for CentOS-6 using mock and
2007 Aug 15
1
iaxmodem, chan_capi, hylafax problem and faxing in general
Can anybody point me in the right direction please? I'm having some issues
getting iaxmodem and hylafax to talk to each other.
I have no doubt that someone has had this type of issue before but I can't
find anything useful in the archives or on Google.
Under RH9, with chan_capi 7.1, Asterisk 1.2.24, with an AVI Fritz ISDN2e BRI
card all working perfectly...
I've downloaded and