Displaying 20 results from an estimated 1000 matches similar to: "Please help printing from CUPS to XP shared printer via smb"
2005 May 11
0
AD authentication almost but not quite
Client is a centos-3.4 box, Server (DC) is Windows 2K AD.
I'm able to see user and group accounts on the DC but not able to authenticate against it.
wbinfo -a does not rely on pam module, correct?
[root@linux04 root]# net ads testjoin
Join is OK
[root@linux04 root]# net ads info
LDAP server: 172.16.100.202
LDAP server name: p69ms101
Realm: PORTSEATTLE.ORG
Bind Path: dc=PORTSEATTLE,dc=ORG
2006 Feb 08
0
[Bug 443] New: 2.6 kernel failing in NAT with significant outbound traffic
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=443
Summary: 2.6 kernel failing in NAT with significant outbound
traffic
Product: netfilter/iptables
Version: linux-2.6.x
Platform: i386
OS/Version: All
Status: NEW
Severity: blocker
Priority: P2
Component: NAT
AssignedTo:
2012 Apr 23
2
Windows 2008R2 AD, kerberos, NFSv4
Hi,
I'm trying to set up NFSv4 on two boxes (centos 5.5) and have it
authenticate against our Windows 2008R2 AD server acting as the KDC.
(samba/winbind is running ok with "idmap config MYCOMPANY: backend = rid"
so we have identical ids across the servers.)
I can mount my test directory fine via NFSv4 *without* the sec=krb5 option.
However, once I put the sec=krb5 option in,
2004 May 24
0
samba 3 keeps trying to authenticate with the nt4 pdc using port 445
Hello,
I'm running redhat enterprise as 3.2 with the included samba
3.0.2-6.3E. I'm trying to make this a domain member server in a nt4
domain. I've successfully joined the domain only after using the net
join -p 139 option to force samba to use port 139, otherwise it kept
trying to communicate over port 445. (I was watching the syn packets
with tethereal). Typing wbinfo -g comes
2005 Nov 30
0
help! connection problems, timed out?!
Hi
We are having some problems with connecting to samba.
We have samba 3.0.14a on suse linux with LDAP enabled!
im using "smbclient -L //server -U user" to test a connection
Some times we get an instant response and other times we get "session setup failed: NT_STATUS_LOGON_FAILURE" or "NT_STATUS_UNSUCESSFUL"
I havent got a clue what's going on, sometimes it
2013 May 01
0
4.05 stable - domain join attempt failing with "NO DNS zone information found in source domain, not replicating DNS", followed by LDAP error 50
I've been trying to join Samba 4.05 stable to an existing Windows 2000
domain but keep getting an LDAP error 50 - LDAP_INSUFFICIENT_ACCESS_RIGHTS
despite attempting to joining with the Windows administrator account. I did
a capture of the network traffic generated by the failure for more
information on what's going on and discovered the following:
First Samba does an LDAP ROOT bind
2012 Jan 30
0
A namespace error on 2.1rc5
Hello all,
I'm not sure if this is a bug. It's probably just an upgrade note.
In summary I had no namespace section in my 2.0.17 config. When trying out 2.1rc5 no user could login because of a namespace error.
2.1rc5 adds a default namespace clause which broke my logins (It was noted in the changelog)
I seemed to fix it by just putting this in the config file:
namespace inbox {
2005 Jan 26
9
Proxy-ARP on Same Segment
I have had to replace an existing setup which has a bunch of IPs
Proxy-NAT''ed onto the loc segment. While I do eventually want to move
them to their own segment, I have to deal with this for the next few weeks.
My problem is that from a loc system I can ping the public IP of a
system being proxy-ARP''d but I can''t hit it via HTTP. Nothing is being
blocked according
2012 Feb 12
3
2.1.rc5 Cannot delete folders from trash
Hi,
If I delete a folder "foo" in Thunderbird, it is moved to trash.
[root at dovecot1][tmp:exec](~) # ll /mailspool1/xxxx.de/test1/mdbox/mailboxes/Trash/
insgesamt 16K
drwx------ 4 vmail vmail 4,0K 31. Jan 22:16 .
drwx------ 8 vmail vmail 4,0K 31. Jan 22:16 ..
drwx------ 2 vmail vmail 4,0K 12. Feb 11:51 dbox-Mails
drwx------ 3 vmail vmail 4,0K 31. Jan 22:16 foo
[root at
2009 Jun 07
2
Does this tell me anything? Traffic report
I'm trying to get Samba up and running and having a terrible time. It
says that I should be able to run nmap and see that 137 and 139 are open
- which they are not. I have not added any restrictions in smb.conf, do
not have a firewall running and I have increased the log level to 5 to
see all of the messages. It says that it is talking on 137 but it kind
of looks like it's not talking
2006 Jul 05
1
Ogg: correspondence between playtime and file offset
Hi,
I have modified fenice(streaming server) and mplayer(media client) code to
support for ogg container(vorbis+theora). Now I have to implement forward
and rewind of an ogg(vorbis+theora)file by time. So I would like to do
file seek to start reading the file from that position.
Eg:- mplayer will send +10 secs to forward request to fenice through RTSP
and fenice should read and send packets from
2006 Jul 05
1
Ogg: correspondence between playtime and file offset
Hi,
I have modified fenice(streaming server) and mplayer(media client) code to
support for ogg container(vorbis+theora). Now I have to implement forward
and rewind of an ogg(vorbis+theora)file by time. So I would like to do
file seek to start reading the file from that position.
Eg:- mplayer will send +10 secs to forward request to fenice through RTSP
and fenice should read and send packets from
2016 Apr 18
2
lists and rownames
I'm doing some string manipulation on a vector of file names, and noticed
something curious. When I strsplit the vector, I get a list of
character vectors.
The list is numbered, as lists are. When I cast that list as a data
frame with 'as.data.frame()', the resulting columns have names derived
from the original filenames.
Example code is below. My question is, where are these names
2012 Nov 14
0
Generating autogressive model in R
Dear R users,
Please help me with the following problem. I have a data set of the form ´dat´
dat <- data.frame(id = seq(1:5), trt=c(0,0,1,1,1),tid=c(0,0,0,0,0),
ntid=c(0,0,0,0,0))
The function auto is used to generate the autoregressive model:
auto <- function(seed,delta,beta,maxt,dat){
set.seed(seed)
sp <- lapply(split(dat,dat$id),function(x){
while(x$tid <
2010 Apr 22
1
segfault with format.POSIXct()
Hi,
I'm getting a segmentation fault as follows:
---<--------------------cut here---------------start------------------->---
R> begt <- as.POSIXct(strptime("10/01/2009 06:00:00", format="%d/%m/%Y %H:%M:%S"),
+ tz="GMT")
R> tser <- seq(begt, by=5, length.out=91000)
R> tser.trunc <- format(tser)
Error: segfault from C
2004 Dec 21
2
Defining "trusted" hosts/nets on a single interface system
Ok, I give up. I tried, really hard, before asking but I must be the
most stupid shorewall user on the planet :(
My laptop runs a single eth0 interface and knows Net and Firewall as
zones and the default "inbound" policies are Net->Any DROP and >ny->Any
REJECT.
Now at home I have my trusted 192.168.174.240/29 subnet which hosts my
very trusted 192.168.174.242 host and I
2012 Oct 08
0
recurrent event data generation in r
Dear R users,
Kindly help me to look into the following problem. I have a dataset like the following
dat <- data.frame(id = seq(1:5), trt=c(0,0,1,1,1),tid=c(0,0,0,0,0),
ntid=c(0,0,0,0,0))
I want to create waiting times using
B <- rexp(1)
f1 <- (1/phi)+ ntid; f2 <- abs(1+phi*delta*tid*exp(beta*trt))
f3 <- phi*delta*exp(beta*trt)
wait <-
2004 Aug 30
1
can't build recent checkout of r-devel: tools invalid package
subsequent to a fresh svn checkout, configure, make:
make[5]: Leaving directory `/udd/stvjc/JEDI/R200/src/library/tools/src'
make[4]: Leaving directory `/udd/stvjc/JEDI/R200/src/library/tools/src'
Error in loadNamespace(package, lib.loc, keep.source, TRUE, TRUE) :
'tools' is not a valid package -- installed < 2.0.0?
Execution halted
make[3]: *** [all] Error 1
make[3]:
2012 Aug 07
0
R enquire
Dear Madam or Mister,
My name is Manuel Montesino and I am a PhD student at the University of Copenhagen. I am not a programmer myself, but my thesis requires the combined use of R and a model. I would be very grateful if you help me with the following issue;
I am trying to combine a small piece of code written in Fortran 77 with R. The F77 code aims to select data from a library and write it
2010 Apr 23
1
segfault with format.POSIXct()
Hi,
I posted in R-devel, thinking it might be a general R problem, but Uwe
cannot reproduce it in his GNU/Linux distro, with the same R version.
So I'm posting here to ask whether Debian R users are having this
problem.
I'm getting a segmentation fault as follows:
---<--------------------cut here---------------start------------------->---
R> begt <-