Displaying 20 results from an estimated 9000 matches similar to: "Please don't forget me, still searching for solving Networkproblems"
2010 Apr 14
1
Problems getting symbols() to show table data
Hello,
I am trying to create a graphic to help me visualise data. A (very
simplified) sample of the data is
http://n4.nabble.com/file/n1839676/circle_data.txt circle_data.txt :
Aug-07 Nov-07 Feb-08
data1 1 1.5 -1
data2 1 1.2 1.6
data3 1.3 1.4 1.8
data4 1.3
2018 Jan 24
1
Help with SQLsave
Hi all,
I'm using RODBC library to connect to a database.
I'm trying to read a table from a database and after manipulating it would like to write to the same database but with a different table
P<-data.frame(sqlQuery(myconn,'select? *? from Demographics'))
sqlSave(myconn,p,tablename="trial",rownames=FALSE)
I'm gettng this error
Version:1.0
2009 Oct 21
1
zfs acls and MS office applications
I'm trying to use zfs acls in solaris 10. I've looked at past posts
regarding this and some online help, but am stuck. I'm currently using
samba 3.3.9; I've had the same problem with 3.3.7. samba is compiled
and running as an Active Directory member server (compiled with ldap and
kerberos). The zfs disk is local. I'm not using winbind. I compiled
with zfsacl module.
2004 Jul 22
1
(no subject)
2002 Sep 23
3
Read failure for 4. Error = connection reset by peer.
I am having a SERIOUS problem with our new 2.2.5 server. In fact I will
probably be forced to move to a Windows 2000 Server platform, as the samba
server is practically useless. Work on any files on the share cannot be
done without major risk of losing data. I get these two errors all day:
[2002/09/19 21:04:21, 0] lib/util_sock.c:read_data(436)
read_data: read failure for 4. Error =
2018 Nov 03
2
Kodi crashes when trying to browse network
On Sat, 3 Nov 2018 09:30:08 -0500
Michael Cronenworth via samba <samba at lists.samba.org> wrote:
> On 11/2/18 4:29 PM, Michael Cronenworth via samba wrote:
> >
> > A compiler bug is also possible. When I have time I'll try to
> > rebuild Samba with -O0 to make sure it isn't an optimization issue.
>
> When I built with -O0 the backtrace changed.
>
2003 Feb 19
2
Is Samba made for trash ?!?
Hi Sambafriends !
I have done a migration from Novell to a Samba-PDC in a medium enterprise
with nearly 50 workstations eight weeks ago.
When i look at the /var/log/warn listing i still see some errors, and i
like to ask you, if this messages are "normal" ?
smbd[7809]: [2003/02/11 18:26:45, 0]
smbd/password.c:domain_client_validate(1517)
smbd[7809]: domain_client_validate: could
2010 Feb 01
1
Manipulating data, and performing repeated simple regressions, not multiple regression
I have a simple table of data:
Result Var1 Var2 Var3
1 0.10 0.78 0.12 0.38
2 0.20 0.66 0.39 0.12
3 0.10 0.83 0.09 0.52
4 0.15 0.41 0.63 0.95
5 0.60 0.88 0.91 0.86
6 -0.02 0.14 0.69 0.94
I am trying to achieve two things:
1) Manipulate this data so that I have the "Result" data unchanged, and all
the other data
2003 Jun 10
1
Samba 2.2.7 as PDC causing BSOD on 2K domain logon
Hello,
Have wrestled this one for about a week, now, getting frustrated ;-)
Running samba as PDC for my domain (cf. smb.conf further down)
When logging in on my 2K Pro machine, I first get a "can't find roaming
profile, attempting local profile"-error, but logon using my user's smb
account accepts only the correct password and so the identification part
works well.
Next,
2009 Oct 15
2
can not access samba drive on Redhat ES 4
Hi,
Our samba server is running Red Hat Enterprise Linux ES release 4 (Nahant Update 4) with samba version: samba-3.0.33-0.17.el4. We like to authenticate all the users with our Primary Domain Controller wnidows 2008. Some users keep getting asked to enter username and password. Even with the correct password, still can't access the drive. The strange thing is that some users are
2002 May 06
1
Errors in samba 2.2.4
I just downloaded and installed samba 2.2.4 on freebsd 4.5. I am running
this freebsd server as a PDC and file storage server for 4 windows 2000
computers and 1 windows 98 (the win98 computer is not part of the Domain)
I was wondering if anyone has any suggestions as to what would cause errors
of the following types
oplock errors
[2002/05/06 12:06:08, 0] smbd/oplock.c:oplock_break(758)
2011 Jan 13
1
Client Disconnect periodically
I've updated samba from
Samba version 3.0.24 ( config file in testparm-oldsrv1.txt)
to
Samba version 3.0.33-3.29.el5_5.1 ( config file in testparm-newsrv1b.txt)
I've used samba to share a directory which is used to windows 2000 serve
as mapped drive.
All works fine with samba 3.0.24, but i've a problem in new version:
Every 10 minutes the client (w2k server) is disconnected from
2002 Jun 18
2
read_data: read failure for 4
Thse kinds of error messages show up all the time in my logs...is this
bad? I've had no complaints about lost data or anything.
I'm running samba 2.2.4 on FreeBSD 4.6 (previously 4.5), on an IDE RAID.
I upgraded our file server from an older linux box about 4 weeks ago, and
have been getting this error in the smbd logs ever since (ie, the entire
times it's been running samba).
2018 Nov 03
2
Kodi crashes when trying to browse network
On 11/3/18 11:10 AM, Rowland Penny via samba wrote:
> I think it may be because Debian uses libgnutls28-dev, whilst Fedora
> uses trousers
It seems to be a Kodi CMake issue, but I would argue Samba or trousers need to
change the name of "read_data" to something more unique if it is going to be an
exported shared symbol.
Kodi requires libmicrohttpd. The libmicrohttpd library
2010 Mar 08
1
Help with Hmisc, cut2, split and quantile
Hello,
I have a set of data with two columns: "Target" and "Actual". A
http://n4.nabble.com/file/n1584647/Sample_table.txt Sample_table.txt is
attached but the data looks like this:
Actual Target
-0.125 0.016124906
0.135 0.120799865
... ...
... ...
I want to be able to break the data into tables based on quantiles in the
"Target" column. I can see (using
2002 Dec 04
2
Disconnected...:( It MUST be a kernel problem OR a Samba problem.
Here's what you asked for - along with some tcpdump data that shows
what I'm thinking the problem is...If anyone knows what this is - I'd LOVE to
hear it - I've seen lots of posts about this type of error from
others, and none of those folks have posted their problem being fixed
(they probably gave up on it like I did for awhile...)
Log Entries
----------------------------
2013 Jun 18
1
Planning to upgrade to samba-3.0.33-3.37.el5.x86_64 version from samba version 3.0.25b-1.el5_1.4 ------------ queries needed to be answered.
Hi All,
Need help regarding the samba version samba-3.0.33-3.37.el5.x86_64
1) In the samba version (samba-3.0.33-3.37.el5.x86_64) that we are planning to use , if we put multiple password server names like the one shown below
workgroup = EUROPE --------- we do have a domain named as EUROPE [ as per windows team ]
password server = EUREDD-HUB10 EUREDD-HUB09 *
2008 Mar 05
1
The Infamous "read_data: read failure for 4 bytes"
Hello all,
I'm far from being a samba expert and truth be told I could use some
education on networking in general but here it is...
I have a stand alone samba server that I use a stunnel to connect to. Reads
take place fine from the server but writes *always* fail exactly one time
per open session, but if you immediately try to copy the file again it will
work (without closing the window),
2003 Mar 26
1
no route to host between Mac samba and Linux samba
I have a mac running Mac OS X ans samba 2.2.5 which is provided by
Apple. The Linux server have samba 2.2.8 (the last one). Sometimes, in
the server logs, you have:
[2003/03/26 14:26:30, 0] lib/util_sock.c:read_data(436)
read_data: read failure for 4. Error = No route to host
in this case, the Macclient lost the samba connection and has to reboot
because a silly error (Mac error: -47, %
2006 Jul 12
1
strange PDC login problems
Hi,
on some W2K and WinXP clients we suddenly have problems to log into our
Domain. Error message from logfile (loglevel 2):
[2006/07/12 15:17:31, 2] lib/access.c:check_access(321)
Allowed connection from (192.168.34.118)
[2006/07/12 15:17:31, 0] rpc_server/srv_netlog.c:api_net_sam_logon(206)
api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
[2006/07/12 15:17:31, 0]