Displaying 20 results from an estimated 60 matches for "tcon".
Did you mean:
con
2002 Dec 27
0
parse and pushBack (PR#2396)
...last one from me, anyway...
The "parse" function seems to give erratic behaviour when used in
conjunction with "pushBack" on an open connection (R1.6.1, Windows 2000).
Try this:
> { cat( c( '1', 'a+b', '2'), file='r123.r', sep='\n');
tcon_ file( 'r123.r'); open( tcon);
print( readLines( tcon, n=1));
pushBack( c( 'a+b'), tcon);
print( parse( file=tcon, n=1));
print( readLines( tcon)); close( tcon); unlink( 'r123.r' }
[1] "1"
Error in parse(file, n, text, prompt) : syntax error on line 1
But if I...
2007 Jul 16
1
S4 coerce
...ll be replaced. in:
..removePreviousCoerce(class1, class2, where, prevIs)
> # or
> # setAs("TSconnection", "SQLiteConnection", def = function(from)
from at con)
> # setIs("TSconnection", "SQLiteConnection", coerce = function(x) x at con)
> Tcon <- new("TSconnection", con=dbConnect(m, dbname="test"),
vintage=FALSE, panel=FALSE)
> is(Tcon, "DBIConnection")
[1] TRUE
> is(Tcon, "MySQLConnection")
[1] TRUE
> # or is(Tcon, "SQLiteConnection")
> # This fails but I think it sh...
2019 Oct 29
2
Subject=Re: Mac Clients Disconnect with: source3/smbd/service.c:1050(close_cnum) closed connection to service data
(example: Configure Samba to Work Better with Mac OS X [
https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X]
).
Thanks for the suggestion though.
I've now been trying out the various Apple specific flags in vfs_fruit (
https://www.samba.org/samba/docs/current/man-html/vfs_fruit.8.html), though
with no success thus far.
Example settings tried in smb.conf:
[global]
2020 Mar 05
0
[PATCH 14/22] drm/sun4i: Use simple encoder
...gpu/drm/sun4i/sun4i_lvds.c
+++ b/drivers/gpu/drm/sun4i/sun4i_lvds.c
@@ -12,6 +12,7 @@
#include <drm/drm_panel.h>
#include <drm/drm_print.h>
#include <drm/drm_probe_helper.h>
+#include <drm/drm_simple_kms_helper.h>
#include "sun4i_crtc.h"
#include "sun4i_tcon.h"
@@ -96,10 +97,6 @@ static const struct drm_encoder_helper_funcs sun4i_lvds_enc_helper_funcs = {
.enable = sun4i_lvds_encoder_enable,
};
-static const struct drm_encoder_funcs sun4i_lvds_enc_funcs = {
- .destroy = drm_encoder_cleanup,
-};
-
int sun4i_lvds_init(struct drm_device *drm,...
2008 Nov 19
1
Assistance needed on using mount.smbfs (cifs) to authenticate to samba server with encrypt passwords = No.
...ifs/misc.c: Null buffer passed to
cifs_small_buf_release
[528109.609419] fs/cifs/sess.c: ssetup rc from sendrecv2 is -13
[528109.609422] fs/cifs/sess.c: ssetup freeing small buf f264e740
[528109.609425] CIFS VFS: Send error in SessSetup = -13
[528109.740080] fs/cifs/connect.c: No session or bad tcon
[528109.740089] fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid
= 30) rc = -13
[528109.740092] CIFS VFS: cifs_mount failed w/return code = -13
[528158.364903] fs/cifs/cifs_debug.c: sec flags 0x37
[528158.364910] fs/cifs/cifs_debug.c: packet signing now required
[528164.400408] fs/cifs/...
2020 Mar 05
0
[PATCH 04/22] drm/fsl-dcu: Use simple encoder
...fsl_dcu_drm_rgb.c
+++ b/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_rgb.c
@@ -13,19 +13,11 @@
#include <drm/drm_of.h>
#include <drm/drm_panel.h>
#include <drm/drm_probe_helper.h>
+#include <drm/drm_simple_kms_helper.h>
#include "fsl_dcu_drm_drv.h"
#include "fsl_tcon.h"
-static void fsl_dcu_drm_encoder_destroy(struct drm_encoder *encoder)
-{
- drm_encoder_cleanup(encoder);
-}
-
-static const struct drm_encoder_funcs encoder_funcs = {
- .destroy = fsl_dcu_drm_encoder_destroy,
-};
-
int fsl_dcu_drm_encoder_create(struct fsl_dcu_drm_device *fsl_dev,...
2019 Oct 29
0
Subject=Re: Mac Clients Disconnect with: source3/smbd/service.c:1050(close_cnum) closed connection to service data
...shortened?not sure why, but you may want to look at my original 22 Apr 2019 version in the history.
You may want to put vfs objects in Global. Note in the vfs_fruit man page: Be careful when mixing shares with and without vfs_fruit. OS X clients negotiate SMB2 AAPL protocol extensions on the first tcon, so mixing shares with and without fruit will globally disable AAPL if the first tcon is without fruit.
Is fruit:advertise_fullsynce a legal parameter? I don?t see it in the vfs_fruit man page.
inherit permissions should be Share
Torch
> On 28Oct 2019, at 21:07, Louis Waweru <law2175 at...
2021 Jul 13
0
[Announce] Samba 4.14.6 Available for Download
...* BUG 14734: s3/modules: fchmod: Fallback to path based chmod if pathref.
* BUG 14740: Spotlight RPC service doesn't work with vfs_glusterfs.
o Stefan Metzmacher <metze at samba.org>
* BUG 14750: gensec_krb5: Restore ipv6 support for kpasswd.
* BUG 14752: smbXsrv_{open,session,tcon}: protect
smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records.
o Joseph Sutton <josephsutton at catalyst.net.nz>
* BUG 14027: samba-tool domain backup offline doesn't work against bind DLZ
backend.
* BUG 14669: netcmd: Use next_free_rid() function to c...
2021 Jul 13
0
[Announce] Samba 4.14.6 Available for Download
...* BUG 14734: s3/modules: fchmod: Fallback to path based chmod if pathref.
* BUG 14740: Spotlight RPC service doesn't work with vfs_glusterfs.
o Stefan Metzmacher <metze at samba.org>
* BUG 14750: gensec_krb5: Restore ipv6 support for kpasswd.
* BUG 14752: smbXsrv_{open,session,tcon}: protect
smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records.
o Joseph Sutton <josephsutton at catalyst.net.nz>
* BUG 14027: samba-tool domain backup offline doesn't work against bind DLZ
backend.
* BUG 14669: netcmd: Use next_free_rid() function to c...
2001 Jul 12
2
Problems installing and configuring Wine
I downloaded wine-010708-stripped.tar.bz2 from the web. (I'm running RedHat
6.2 on a Pentium 133 with 48mb of RAM and a 10gb hard drive which is not
recognized by the BIOS. It was running Window$ using Maxblast EZ-Bios
software overlay - until that software went south. Last time, for some
reason, it fixed itself when I booted to Linux (using my boot floppy) and
ran lilo - I've no idea
2004 Feb 25
1
client connections to shares
Hi All,
I am wondering:
Is it possible for a windows client to use separate tcp/ip connection per
share.
Meaning that if we have SAMBA server that shares let's say three shares,
then each client that connect to those shares (tcon) will end up having
three tcp/ip connections with the server and of course there will be three
separate smbd to handle each share.
Essentially configuring SMBA that each smbd only communicate with one client
(as it does today) and only allow one share access.
Can it be configured on the client si...
2021 Jul 14
0
[Announce] Samba 4.13.10 Available for Download
...vice doesn't work with vfs_glusterfs.
o Volker Lendecke <vl at samba.org>
* BUG 14475: ctdb: Fix a crash in run_proc_signal_handler().
o Stefan Metzmacher <metze at samba.org>
* BUG 14750: gensec_krb5: Restore ipv6 support for kpasswd.
* BUG 14752: smbXsrv_{open,session,tcon}: Protect
smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records.
o Joseph Sutton <josephsutton at catalyst.net.nz>
* BUG 14027: samba-tool domain backup offline doesn't work against bind DLZ
backend.
* BUG 14669: netcmd: Use next_free_rid() function to c...
2021 Jul 14
0
[Announce] Samba 4.13.10 Available for Download
...vice doesn't work with vfs_glusterfs.
o Volker Lendecke <vl at samba.org>
* BUG 14475: ctdb: Fix a crash in run_proc_signal_handler().
o Stefan Metzmacher <metze at samba.org>
* BUG 14750: gensec_krb5: Restore ipv6 support for kpasswd.
* BUG 14752: smbXsrv_{open,session,tcon}: Protect
smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records.
o Joseph Sutton <josephsutton at catalyst.net.nz>
* BUG 14027: samba-tool domain backup offline doesn't work against bind DLZ
backend.
* BUG 14669: netcmd: Use next_free_rid() function to c...
2016 Feb 17
1
samba4 file server 4.3.0 authenticating against Samba4 4.1.7 AD DC
...SID[ 6]: S-1-5-11
SID[ 7]: S-1-5-32-554
SID[ 8]: S-1-5-32-545
Privileges (0x 800000):
Privilege[ 0]: SeChangeNotifyPrivilege
Rights (0x 400):
Right[ 0]: SeRemoteInteractiveLogonRight
[2016/02/17 16:09:05.023896, 3]
../source4/smb_server/tcon.c:106(smbsrv_tcon_destructor)
ipv4:192.168.17.3:50088 closed connection to service IPC$
this is mi smb.conf
samba4 dc# Global parameters
[global]
security = ADS
workgroup = MYDOMAIN
realm = MYDOMAIN.TEST
netbios name = COPERNICO
server services = +...
2016 Feb 15
1
Crash (talloc error) after failed chdir
...alloc.so.2(talloc_check_name+0x6c)
[0x7f44129e6a4c]
#5 /usr/lib/x86_64-linux-gnu/samba/libsamba-sockets.so.0(+0xcdd0)
[0x7f4413948dd0]
#6
/usr/lib/x86_64-linux-gnu/samba/libsmbd-base.so.0(close_cnum+0xbb)
[0x7f44158078eb]
#7
/usr/lib/x86_64-linux-gnu/samba/libsmbd-base.so.0(smbXsrv_tcon_disconnect+0x124)
[0x7f4415831254]
#8 /usr/lib/x86_64-linux-gnu/samba/libsmbd-base.so.0(+0x149530)
[0x7f4415831530]
#9 /usr/lib/x86_64-linux-gnu/libtalloc.so.2(+0x91c9) [0x7f44129ec1c9]
#10 /usr/lib/x86_64-linux-gnu/libtalloc.so.2(+0x8de3) [0x7f44129ebde3]
#11 /usr/lib/x86_64-linu...
2010 Jul 27
4
Sweave and scan()
I am introducing the scan() function to my class. Consider the following
file (Scanexamp.Rnw )
\documentclass[12pt]{article}
\begin{document}
<<>>=
height = scan()
64 62 66 65 62
69 72 72 70
part = scan(what = character(0))
"Soprano" "Soprano" "Soprano"
"Alto" "Alto" "Tenor"
"Tenor" "Bass"
2007 Jun 15
4
quick and easy way to convert id3-tagged flac to flac-tagged flac?
So before i knew better, i encoded a lot of my CDs in flac and added
id3 tags (they worked, so great!).
I know i've seen mention of others doing this; anyone gone to the
trouble to write a tag conversion tool? Shouldn't be too tough,
but i'd rather not reinvent the wheel.
danno
--
dan pritts
danno@umich.edu
734-929-9770
2009 Feb 05
1
Question about mount.cifs and smbclient
...IX err -13
fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
fs/cifs/sess.c: ssetup rc from sendrecv2 is -13
fs/cifs/sess.c: ssetup freeing small buf ffff81028f7979c0
CIFS VFS: Send error in SessSetup = -13
fs/cifs/connect.c: cifsd thread killed
fs/cifs/connect.c: No session or bad tcon
fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 8691570) rc = -13
CIFS VFS: cifs_mount failed w/return code = -13
The entry in fstab is the following:
//$SERVER.FQDN/vobstg /$SERVER/vobstg cifs
rw,netbiosname=$NETBIOSNAME,credentials=/etc/samba/$USER.credentials,domain=$DOMAIN,u...
2005 Mar 08
0
Re: [linux-cifs-client] Mounting directories below share level
..._command 117
Mar 8 13:26:46 ma kernel: fs/cifs/transport.c: Sending smb of length 106
Mar 8 13:26:46 ma kernel: fs/cifs/connect.c: Peek length rcvd: 0x24 beginning 0x42)
Mar 8 13:26:46 ma kernel: fs/cifs/connect.c: Mid 0xab matched - waking up
Mar 8 13:26:46 ma kernel: fs/cifs/connect.c: Tcon flags: 0x1
Mar 8 13:26:46 ma kernel: fs/cifs/connect.c: CIFS Tcon rc = 0
Mar 8 13:26:46 ma kernel: fs/cifs/cifssmb.c: In QFSDeviceInfo
Mar 8 13:26:46 ma kernel: fs/cifs/transport.c: For smb_command 50
Mar 8 13:26:46 ma kernel: fs/cifs/transport.c: Sending smb of length 68
Mar 8 13:26:46...
2004 Mar 29
0
smbtorture option changed?
...RANS2 MAXFID
TORTURE RANDOMIPC NBW95 NBWNT
default test is ALL
But the smbtorture compiled with Gentoo's 3.0.2a gives me
tests are: FDPASS LOCK1 LOCK2 LOCK3 LOCK4 LOCK5 LOCK6 LOCK7 UNLINK
BROWSE ATTR TRANS2 MAXFID TORTURE RANDOMIPC NEGNOWAIT NBENCH OPLOCK1
OPLOCK2 OPLOCK3 DIR DIR1 DENY1 DENY2 TCON TCONDEV RW1 RW2 RW3 OPEN
OPENATTR XCOPY RENAME DELETE PROPERTIES MANGLE W2K TRANS2SCAN
NTTRANSSCAN UTABLE CASETABLE ERRMAPEXTRACT PIPE_NUMBER TCON2 IOCTL
CHKPATH FDSESS
default test is ALL
What is the new equivalent to NBW95 and NBWNT, and what do you have to
do to make them work nicely?
- -Tom...