Displaying 20 results from an estimated 4000 matches similar to: "Problems with accessing samba printer from Windows"
2003 Oct 20
3
R - S compatibility table
Hello all - I've just recently been exploring R for the
first time. After noticing a few things that have changed
from S to R, I started looking for an R-S compatibility table
but didn't find it. Is such a table out there ? Where ?
Thanks much,
Purvis Bedenbaugh
purvis at mbi.ufl.edu
Examples:
'stdev' is now 'sd' - is it exactly the same computation ?
couldn't find
2006 Dec 06
2
May I merge several increment backups to one?
Hi all,
I have the following situation:
Backup /mysource to /backupdir,
/backupdir/full ---------an old full backup
/backupdir/back2 -------previous increment backup(based on the full backup
mentioned above)
/backupdir/back1 ------most recent increment backup (based on the two
backups mentioned above)
How can I merge the two increment backups into one directory,say
2016 Feb 26
1
Tinc 1.0.26 on Mac OS X
Ah, fantastic. With the following config I get a usable tap0:
$ sudo cat /etc/tinc/robotvpn/tinc.conf
Name = elendur
Mode = switch
AddressFamily = ipv4
Device = /dev/tap0
Compression = 1
ConnectTo = robot_ph_cpe22_04
Still need to figure out the Avahi side of things for name resolution, but
thanks all!
On 26 February 2016 at 11:04, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Thu,
2016 Feb 26
3
Tinc 1.0.26 on Mac OS X
Hi Maxim,
I'm having the same result, though I got some more output with debug level
5; it's definitely failing to create the specified tincdev0 network device.
Is there something I need to change on OS X to enable that? See:
$ sudo tincd -D -c /etc/tinc/robotvpn -d
tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1
/dev/tap0 is a Generic BSD tap device
ifconfig: interface
2003 Oct 20
0
Re: [R] R - S compatibility table (fwd)
I appreciate Brian and Martin's answers -- and I certainly don't spend
as much time & energy maintaining and answering questions about R as they
do -- *but* it does seem to me that it would make a number of new
(switching) user's lives easier if there were a succinct list of these
differences, with a disclaimer ... I would be willing to maintain such a
list, but since I
2002 Feb 02
1
Re: R install problem
On Fri, 1 Feb 2002, Tony Fagan wrote:
> I downloaded your RPM and tried installing it on Madrake 8.1.
> It failed and said it could not find:
>
> libblas.so.3
To install these, from console as root do:
urpmi liblapack3
> libgcc_s.so.1
> libgcc_s.so.1 (GLIBC_2.0)
urpmi libgcc3
--
Michele Alzetta
2001 Apr 08
1
help installing wine
Hi, everyone, i am trying to install wine from the source. after running the
configure script i procceed to do: make depend but i get the following message:
make:**** No rule to make target `depend'.Stop.
Does anyone have any suggestions about what to do? i am on linux madrake 6.5,
if that helps, thanks in advance.
2016 Feb 26
2
Tinc 1.0.26 on Mac OS X
Hi Maxim,
Not much to it:
avahi-autoipd -D $INTERFACE
# ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up
ip route add 172.20.0.0/16 dev $INTERFACE
Mac OS X doesn't have "ip" by default, so I also installed the Homebrew
package "iproute2mac", which provides an emulation of "ip" on top of the
legacy ifconfig/route calls.
The commented-out ifconfig
2016 Feb 25
5
Tinc 1.0.26 on Mac OS X
Hey all,
I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and having
some trouble. Is anyone successfully doing this?
Here's my config:
$ sudo cat /etc/tinc/robotvpn/tinc.conf
Name = elendur
Mode = switch
AddressFamily = ipv4
Interface = tincdev0
Compression = 1
ConnectTo = robot_ph_cpe22_04
And here's the invocation:
$ sudo tincd -D -c /etc/tinc/robotvpn -d
tincd
2010 Jan 09
2
winbindd error:
Can anyone tell me what might be going on here?
Thanks in advance
David
:
Jan 9 22:02:15 dns1 winbindd[19219]: [2010/01/09 22:02:15, 0]
winbindd/idmap.c:smb_register_idmap_alloc(201)
Jan 9 22:02:15 dns1 winbindd[19219]: idmap_alloc module tdb already
registered!
Jan 9 22:02:15 dns1 winbindd[19219]: [2010/01/09 22:02:15, 0]
winbindd/idmap.c:smb_register_idmap(149)
Jan 9 22:02:15 dns1
2009 Apr 03
5
idmap uid range missing or invalid
Hi All,
What causes this error in /var/log/messages when
on XP-Pro client boots up?
winbindd[4041]: idmap uid range missing or invalid
winbindd[4041]: idmap will be unable to map foreign SIDs
winbindd[4041]: [2009/04/02 19:38:22, 0]
nsswitch/idmap.c:idmap_alloc_init(820)
rn1 winbindd[4041]: ERROR: Initialization failed for
alloc backend, deferred!
Many thanks,
-T
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Lets view your tinc.conf
On February 26, 2016 6:41:30 PM GMT+03:00, Mike Purvis <mpurvis at clearpathrobotics.com> wrote:
>Hi Maxim,
>
>I'm having the same result, though I got some more output with debug
>level
>5; it's definitely failing to create the specified tincdev0 network
>device.
>Is there something I need to change on OS X to enable that? See:
>
2006 Dec 01
3
"All resource specifications require names": wot?
Hi, everyone --
I downloaded puppet and have been playing with it. I''m using the RPM''s for RHE4 created by David (mentioned on the install page: http://people.redhat.com/dlutter/yum/rhel4/) with RHE''s ruby 1.8.1-7:
ruby-1.8.1-7.EL4.8
ruby-libs-1.8.1-7.EL4.8
ruby-devel-1.8.1-7.EL4.8
I''m sure this is an easy one; all the same, I''m stumped. Please
2009 Mar 28
7
need good tdbsam reference
Hi All,
Can someone point me to a good reference on how to
configure "tdbsam" ?
Many thanks,
-T
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Mike, you can use ifconfig, it should work fine.
It can be something like this:
#!/bin/sh
ifconfig $INTERFACE 172.20.0.1 netmask 255.255.0.0
It no need to add up at the end of ifconfig string. And "ip route" can be
skipped too.
On Fri, Feb 26, 2016 at 5:23 PM, Mike Purvis <mpurvis at clearpathrobotics.com>
wrote:
> Hi Maxim,
>
>
> Not much to it:
>
>
2011 Jun 08
1
Problem with IDMAP+LDAP+WINBIND
Hello,
I have problem with idmap configuration. I would like to use LDAP as
backend for idmap in Samba+ADS environment, but i have following errors
in log.winbindd-idmap:
[2011/06/08 16:57:54.805575,? 0]
winbindd/idmap.c:201(smb_register_idmap_alloc)?????????????????????????????????????????????????????????????????????????????????
? idmap_alloc module ldap already
2010 Nov 11
1
ntlm_auth = NT_STATUS_NO_LOGON_SERVERS: No logon servers (0xc000005e)
I had to downgrade samba on a rh5.5 instance due to ntlm_auth not working properly: https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=561325
Now, when I add the computer to the domain ('net ads join ?U Administrator') it seems to work, is visible on the AD interface, but the logs show an error:
Nov 11 16:03:22 rhclient winbindd[4483]: [2010/11/11 16:03:22, 0]
2009 Aug 12
1
RID idmap backend: difficulties looking up a user by its uid
Hi,
I'm having a problem using the RID idmap backend with Winbind. Having
configured NSS with the Winbind module, I can use "getent passwd" to
look up a user by its username, but not by its uidnumber. However, if I
first do a lookup using the username or run wbinfo on the user
(specifying either the username or uid), and then try "getent passwd"
with the uidnumber, I
2010 Dec 13
1
Winbindd log error
Hello everyone
I have a Debian Lenny running Samba 3.4.7 + OpenLDAP as PDC. I'm
having trouble with Winbind. He logs so much messages that my disk is
almost full!
here is the log:
Dec 13 16:18:14 fileserver smbd[10017]: [2010/12/13 16:18:14, 0]
lib/util_sock.c:539(read_fd_with_timeout)
Dec 13 16:18:14 fileserver smbd[10017]: [2010/12/13 16:18:14, 0]
2019 Jun 05
2
FTS Xapian
For my primary namespace this is working fine - thanks to the developers!
It also appears to work great for shared folders as well.
But my virtual folders aren't returning results - at least not to the
client. The logs show FTS Xapian opening several DB files and getting
results - but nothing is being returned to client. Is this a config
issue on my side or is this a current limitation of