Displaying 20 results from an estimated 2000 matches similar to: "touble with install"
2004 Jan 14
2
Samba PDC and Automatic Printer Install
Hello,
I am trying to install automatic printer driver download and install.
I am running Samba 3, as a PDC, on RedHat 7.3.
It seems everything is setup correctly, although I cannot get the rpcclient
to 'see' my printer.
Please notice these two printers listed below ar the same (lp & HP2300).
[root@mercury log]# rpcclient -U=root localhost
Password:
rpcclient $> enumprinters
2005 Jun 09
1
need good wrapper
I'm having trouble with the rsync wrapper's I've found online:
rsync_wrapper[8458]: SSH_ORIGINAL_COMMAND environment variable
apparently not set
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(189)
I'm not sure if this is a problem of incompatibility between my RHES3
and the wrappers I've found or
2004 Jan 28
2
Win XP (sp1) Win2K (sp4) i Samba 2.2.8
Hello
I have big problem. I have a couple komputers with Windows as a OS. I joined
those machines to the domian, but always when I try to log in i see the
message:
Windows cannot load roaming profile.
I know, maybe this is a wrong address I've mailed but - PLEASE HELP. PLEASE.
2004 Jan 15
4
PDC - initial profile creation
I can now login to my domain from an XP Pro client, as a normal user. Only
problem is, I get this:
Windows cannot locate the server copy of your roaming profile and is
attempting to log you on with your local profile. Changes to the profile
will not be copied to the server when you logoff. Possible causes of this
error include network problems or insufficient security rights. If this
problem
2004 Feb 26
2
Trouble with install, still
I've tried building it on a server that I know has pretty much every
library possible for a program to need, but I'm still not getting a
good samba install.
I'm on white-dwarf linux (kernel 2.4.25), gcc 3.3.2, Samba 3.0.2a
White-dwarf is home-grown, very much like slackware.
When I configure and make and make install, I don't get any errors, but
I when I look for some files
2003 Oct 07
1
Still having touble with Redhat 7.1 and windows 2003 DC authentication.
Hi there
I'm still going round in circles trying to get winbindd authentication
against a 2003 server working.
I have what appears to be the same problem as:
http://www.ssite.org/articles/view.aspx?class=2&articleid=2
There's something wrong with the SMB Packet signing on this machine.
In parallel, I succcessfully built and have got working samba-devel on
FreeBSD 5.1 against the
2006 Feb 21
3
Send flash through zap channel
Hi everyone,
our setup includes a NEC PBX connected to our asterisk via bri lines.
The NEC has a doorphone feature, which is just an extension that calls you when someone rings. When connected to this extensions, a 'flash' signalling opens the door.
So now, i'd like to trigger this from asterisk, too, but unfortunately wasn't able to do so.
Setup: asterisk
2004 Feb 27
0
Réf. : Trouble with install, still--please help
Hi
These files are the samba daemon !
> usr/local/samba/sbin/nmbd
> usr/local/samba/sbin/smbd
> usr/local/samba/sbin/swat
> usr/local/samba/sbin/winbindd
You must create the smb.conf in /usr/local/samba/lib.
-----------------------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A. Tel : 00 32
2003 May 18
3
make buildworld ignoring NO_MAILWRAPPER=true
For the last few system builds, I've noticed that the variable in
/etc/make.conf NO_MAILWRAPPER=true is being ignored, resulting in my
sendmail (different than stock version) being overwritten.
This applies to 4.8-STABLE; is this a known issue.
2011 Jun 16
1
Sticky bit problem
Hi
We are building a Linux app under Centos 5.3, using gnu make 3.81 and gcc 4.12. The working directory is on a remote machine and is either a Samba share or a Windows 7 share. We find that in the case of a Windows 7 share the resulting executable has the sticky bit set in group:
On Windows 7 share:
-rwxrwSrwx 1 <snip> myapp
On Samba share:
-rwxrwx--x+ 1 <snip> myapp
The
2011 Jun 01
2
re-write plot function for ggplot
Hi, I have the following function that i use to plot graphs.
plot_mi_time = function(mdata, miname) {
mdata2 = mdata[row.names(mir_test3) == miname, ]
# print(mdata2)
xcoords <- c(1,1,2,2,3,3)
plot(xcoords, mdata2, xaxt="n", ylab="Expression", xlab="Time(h)", ,
main=miname)
axis(1, at=xcoords,
2003 Sep 22
2
Weird error when using VI on FreeBSD-4.x
I'm getting this error from time-to-time when using VI under
FreeBSD_4.9-prerelease:
Error: input: Resource temporarily unavailable
Basically, VI just exits/crashes (no core dump).
The load average is pretty low:
4:18PM up 10 days, 23:42, 4 users, load averages: 0.13, 0.21, 0.21
And I don't seem to have any other problems with the system.
Wondering what this might be, or if
2007 Apr 12
6
Fax Blast over IP?
Can anyone recommend software that will allow me to utilize my VoIP
provider and send fax over IP?
I use Asterisk now for my phone system.
Thanks!
Wiley E. Siler
Director of Information Technology
Education 2020
4110 N. Scottsdale Rd. Ste 110
Scottsdale, Arizona 85251
(480) 296.0260
(866) 320.2083 ext. 1003
mailto:wsiler@education2020.com <mailto:wsiler@education2020.com>
2008 Sep 24
2
print.data.frame : row.name = FALSE not having intended effect
Hi,
Does anybody know if row.name = FALSE actually works in v2.6.2?
Because it isn't working for me... here is some sample code and
output:
====+====+====+====+====+====+====+====+====+====+
> print(x,row.names = FALSE)
party_abbr candidate_name votes_candidate
2 DFL AMY KLOBUCHAR 1,278,849
5 R MARK KENNEDY 835,653
4 IP
2006 Jun 11
2
Kerberos5 / Heimdal
I have FreeBSD-6.1 and it appears the default installation has a full
complement of Kerberos5. But, /usr/src/kerberos5/README states:
This subtree is world-exportable, as it does not contain any
cryptographic code.
At the time of writing, it did not even contain source code, only
Makefiles and headers.
Please maintain this "exportable" status quo.
Thanks!
2006 May 23
7
self-referencing has_many
Having a devil of a time finding records in a self-referencing has_many
table relationship.
Everything is working find looking at the has_many and the belongs_to
relationship.
But, when I try to find all "orphans", records that are neither a parent
nor a child, I can not find a query that work in ActiveRecord.
This query works in MySQL:
SELECT * FROM templates
LEFT JOIN templates
2001 Jul 24
2
Small buglet trying to recompile SRPM
I've got RedHat 7.1 and when I downloaded the SRPM for
openssh-2.9p2-1.src.rpm and tried to rpm --recompile it bombed.
Here's the error message that it generated:
+ pushd x11-ssh-askpass-1.2.0
/usr/src/redhat/BUILD/openssh-2.9p2/x11-ssh-askpass-1.2.0
/usr/src/redhat/BUILD/openssh-2.9p2
+ xmkmf -a
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
make Makefiles
Makefile:1052: *** target
2006 Feb 14
9
Solution for 1 time blast of 200, 000 recorded calls
Hi,
I'm helping out with a political campaign and would like to use
asterisk to blast out about 200,000 calls with a short message from
the candidate.
Provider:
I'm thinking voipjet may be a good solution?
Hardware setup:
I will have access to several T-1 lines so I would just want to set up
the dialers to limit the number of concurrent calls and so forth.
I found teleyapper on
2007 Apr 04
3
Power analysis and mixed model
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070404/0f61f54a/attachment.pl
2010 Jan 05
2
Align two protein sequences using BLAST
Dear R users,
I would like to align two protein sequences using BLAST
(bl2seq). The question is whether this programm have been
implemented in R.
Thank you for your help,
Alla.