Displaying 20 results from an estimated 2000 matches similar to: "smbwrapper: what is it?"
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with
Samba
> 2.0. However as it is not supported on all systems it is not included
> in the default build (it should work nicely on Solaris though).
> Essentially smbwrapper is a preloaded library which intercepts system
calls and
> simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2002 Jun 24
3
samba 2.2.5 don't compile with-smbwrapper and enable-cups params
Hello all.
I use:
# ./configure --prefix=/some/dir --enable-cups --with-smbwrapper ...
# make
...
...
Compiling smbwrapper/wrapped.c with -fPIC
Using LIBS = -lcups -lssl -lcrypto -lcrypt -lpam -lpopt
Linking shared library bin/smbwrapper.so
/usr/libexec/elf/ld: cannot find -lcups
*** Error code 1
Stop in /root/work/src/other/samba-2.2.5/source.
My system is FreeBSD 4.4-RELEASE
Please help.
2002 Jun 10
3
smbwrapper or smbmount ?
Hi !
The O'Reilly "Using Samba" book, recommend not to include smbmount
support as it is for Linux only:
"This feature wasn't being maintained at the time the book was
written, so the Samba team made it an optional feature and provided
smbwrapper instead. The smbwrapper feature works on more Unix
platforms than smbmount, so you'll usually want to use
--with-smbwrapper
2005 Jan 01
1
extlinux probs
I gave extlinux a whirl,
1. installed debian onto a usb hard drive from laptop (onto /dev/sda1)
did *not* install grub or lilo.
2. set up extlinux on /dev/sda
# mount /dev/sda1 /mnt/t1
[root at harpo syslinux-3.00]# cd /mnt/t1/
[root at harpo t1]# ls boot/
config-2.6.8-1-386 initrd.img-2.6.8-1-386 System.map-2.6.8-1-386
vmlinuz-2.6.8-1-386
[root at harpo t1]# mkdir boot/extlinux
[root
2011 Jun 24
1
[LLVMdev] Source Feature Extraction
Hi All,
I am new to LLVM. One of the things I would like to do is to try and extract
source features (e.g. a normalised distribution of the various type of
instructions in each function.), can anyone point me to a good way of doing
that?
If it is not already implemented do you think creating a feature Extraction
pass and passing it as an optimisation pass would be the way to go?
Cheers,
Sameer
--
2019 Aug 15
1
Feature request: non-dropping regmatches/strextract
Using a non-capturing group, "(?:...)" instead of "(...)", simplifies my
example a bit
> x <- c("Groucho <groucho at marx.com>", "<chico at marx.com>", "Harpo")
> strcapture("([[:alpha:]]+)?(?: *<([[:alpha:]. ]+@[[:alpha:]. ]+)>)?", x,
proto=data.frame(Name=character(), Address=character(),
2017 Jul 11
2
old hardware / minimal netinstall -> CPU fan control
I have just installed CentOS 6 i386 onto an old rack server (it's gonna be a
Bacula storeage server and is a 1U 1/2 depth chassis)
I did a minimum netinstall and so far so good. However, I have one problem.
The CPU fan is going at full speed constantly. Not a real problem apart from
(a) it will affect the fan's lifespan and (b) it's noisy.
I've done some Googling and found
2003 Sep 22
1
Problem with non-interactive shells on Sol8 with 3.7.1p1
We recently started upgrading OpenSSH on our Sol8 systems and we've run
into a problem were we can run commands on a remote system since we
installed 3.7.1p1. The debug output from sshd is attached below. We use
PAM in our environment, and have since 2.9.9p2. I think most of the
systems were running 3.4p1 prior installing 3.7.1p1 and they were working
- the only thing we replaced was
2001 Nov 27
1
Problem connecting to v2.9.9p2 on Solaris 8
I ran into a weird problem yesterday where Putty can't connect to my
OpenSSH/Sol box (and still can't ever since). On the Putty side I get the
error message:
"internal fault: chaos in SSH 2 transport layer"
I've attached the "sshd -d -d -d" syslog output.
Any ideas what's going wrong here? From a layman's point of view, it
would appear that Putty and
2005 Feb 25
1
corner cases in 308-pre5, pxelinux.cfg/default, esp w simple menus
the following config-file triggers a couple of odd corner-cases in
3.08-pre5 ;
SERIAL 0 19200
CONSOLE 0
APPEND console=ttyS0,19200n81 root=/dev/hda1
IMPLICIT 0
#DEFAULT sk1
#DEFAULT menu.c32
DEFAULT sk1
PROMPT 0
MENU TITLE Simple Boot Menu
LABEL sk1
KERNEL vmlinuz-2.6.10-sk1
APPEND console=ttyS0,19200n81 root=/dev/nfs
2003 Jun 19
1
smbwrapper/smbw.c does not compile (Error 1)
After discovering a bug in the SuSE Samba binary (2.2.7a and 2.2.8a)
which prevents some older DOS programs from creating files on a Samba
share, I downloaded and built Samba 2.2.8a from the sources. Everything
seems to work now (the old DOS programs are able to write to Samba
shares) with the exception of smbwrapper which causes the following
errors when Samba is built:
2019 Aug 15
0
Feature request: non-dropping regmatches/strextract
I don't care much for regmatches and haven't tried strextract, but I think
replacing the character(0) by NA_character_ is almost always inappropriate
if the match information comes from gregexpr.
I think strcapture() does a pretty good job of what I think you are trying
to do. Perhaps adding an argument to map no match to NA instead of ""
would give you just what you wanted.
1999 Nov 17
3
file permissions and smbmount
I'm using Samba 2.0.6 on a Linux server.
When using smbmount or mount to mount a share from an NT server, how do I
set file permissions. An older smbmount allowed a -d and -f switch to set
the file permissions. The newest one does not support these. The man pages
for smbmount and smbmnt mention using syntax that does not work.
I finally have gotten the mount command to work, but now I
1998 Oct 05
0
smbsh and smbwrapper - porting help needed
Someone asked today about smbfs on HPUX. The basic answer to that is
that smbfs is _very_ operating system specific so it would take quite
a lot of work to get it to run on another OS.
There is hope though. Over the past few days I have been developing
something called smbwrapper (and smbsh). This offers most of the
capabilities of smbfs in a way that makes it somewhat portable. It
also provides
2015 Jan 02
2
using feature from applicationmap while ringing in queue
Hello fellow asterisk users,
I'm trying to use feature application defined in application map.
it's defined as follows:
lbxvml => 1,self/caller,Macro,Jump2Voicemail
It's working properly when called party answers the call, but I'd
like to have feature usable while call is still ringing in queue
but this just does not work..
Is this a bug or feature? Is there a way to have
2001 Apr 05
0
Newbie Question: Does smbwrapper/smbsh actually work?
I guess the uSSubject line says it all.
Does smbwrapper/smbsh actually work?
It took some editing to get smbwrapper to actually compile, but the
changes seemed obvious (different versions of gcc?).
However when I try to execute smbsh (RH7.0), I get to the message
ERROR: can't get smbw shared lock
which looks like it could be a difference between the way different
OS handle things.
So,
2004 May 21
0
smbsh/smbwrapper.so on Solaris 8/Samba 3.0.4
Has anyone seen the following problems with smbsh under
Solaris 8:
1. smbsh with no options does not prompt correctly for the
Username: and Password:. You can enter them if you
know that is what you need and it will continue on.
If you use -U username it works.
2. Once smbsh is running, any command results in a "[1]+ Stopped"
with bash. If you
2002 Jul 02
0
PAMAuthenticationViaKbdInt no
If I set it to "no", should I still be able to login with a typed-in
password? I get messages such as these:
---
Jul 2 12:23:39 remedy.udel.edu sshd[6811]: [ID 800047 local4.debug] debug1: userauth-request for user ed service ssh-connection method password
Jul 2 12:23:39 remedy.udel.edu sshd[6811]: [ID 800047 local4.debug] debug1: attempt 1 failures 1
Jul 2 12:23:39 remedy.udel.edu
1999 Oct 13
2
bind failed on port 139 socket_addr=0.0.0.0 (Address already in use)
I can't figure out what is causing the error message of
[1999/10/13 11:39:42, 0] lib/util_sock.c:open_socket_in(671)
bind failed on port 139 socket_addr=0.0.0.0 (Address already in use)
in my logs and thus preventing smbd from serving up connections.
How can I track down what is causing this? Samba has been working great
and now I must have done something but I don't know what. The
2011 Jul 07
1
[LLVMdev] Dynamic Optimization selection for individual functions
Hi All,
I am trying to write a machine learning algorithm that would predict a good
optimization to apply to a given function. I wanted to perform this by
modifying the list of optimizations applied by the FPPassManager based on
some dynamic data.
At present I was trying to do this by modifying the
FPPassManager::runOnFunction(Function) implementation. However this is
causing the following error: