similar to: smbmounted shares don't stay mounted

Displaying 20 results from an estimated 400 matches similar to: "smbmounted shares don't stay mounted"

1998 Jul 22
0
BUG-with-fix: smbclient ignores WORKGROUP= in smb.conf
I recently upgraded to 18p8 from 16p11 and found that smbclient now needed a -W in order to connect properly to our domain (which was not the name supplied with the -DWORKGROUP= from the make). Turns out that clientutil.c always uses the value specified by the WORKGROUP macro and never calls lp_workgroup() to get the value specified in the smb.conf file, unless WORKGROUP is "".
2001 Jun 10
1
compile error ext3-2.4-0.0.6 on
Hi all, I followed the instructions on http://www.uow.edu.au/~andrewm/linux/ext3/ext3-usage.html, and make bzImage gave the following: ..... make[1]: Leaving directory `/usr/src/linux-2.4.5/arch/i386/lib' ld -m elf_i386 -T /usr/src/linux-2.4.5/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \ --start-group \
2023 Nov 18
0
[Bug 3634] New: IPQoS default should be changed to "none"
https://bugzilla.mindrot.org/show_bug.cgi?id=3634 Bug ID: 3634 Summary: IPQoS default should be changed to "none" Product: Portable OpenSSH Version: 9.5p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: Miscellaneous Assignee:
1998 Nov 24
0
source/client/client.c : redundant calls to getenv()
Another small problem in 2.0.0beta2: around line 1968, getenv() is called three times, with the same argument. The glibc manual says the memory zone returned by getenv() may be clobbered on non-glibc systems by other calls to getenv(), but there are no such calls in-between. I suggest to modify this code as : line 1924 : char *p, *user; line 1968 : if ((user=getenv("USER")) {
2002 Oct 09
2
ftp upload to a smbmounted folder
Hello, i have a problem regarding upload/creating/deleting via ftp on smbmounted folder.. I have smbmounted a windows XP folder to my ftp. I use glftpd. i have tried lots of things.. -o rw dont work.. It works fine to connect to the ftp and DOWNLOAD from the mounted directory, but not to upload/delete. In the shell it works while beeing "root" to create/delete but not any other
2003 Dec 13
5
NtfsDisableLastAccessUpdate and smbmounted Win shares
Setting this dword to 1 in HKLM/CurrentControlSet/Control/FileSystem is supposed to suppress updates of a file's Access Time attribute when browsing but even read-only accesses with NotePad or plain copy leave no traces. However, if you cp or cat (or for that matter tar) a file on an smbmounted Win share, the Access Time is updated regardless of the setting of NtfsDisableLastAccessUpdate.
2002 Jun 21
1
Problems with odd characters in filenames on smbmounted Win95 share
I'm having problems with some Win95 files that have things like copyright characters in the filenames. For example, when I try to copy such a file using the name that shows up in the 'ls' listing, I get "file not found". The funky characters get translated to underscores in the listing. Adding 'character set = iso8859-1' to smb.conf does *not* help. I'm
2001 Dec 06
0
SAMBA_2_2: Failure with smbmounted volume
On Wed, 5 Dec 2001, Esh, Andrew wrote: [changing lists to keep this on topic] > I have another problem with the latest SAMBA_2_2 to report. I have a volume > mounted from Windows NT4 server onto a Linux Redhat 7.1 client machine using > smbmount. When I opened a file while the volume was mounted using the old > release-2-2-2 version of the source code, smb return value looked like
2003 Sep 08
1
Problems deleting directories on smbmounted partitions
Hi, I'm having some odd problems with samba in combination with fam. On my linux system I have mounted some partitions that are shared by a Win2k machine on my LAN. With any GUI filemanager using fam I can create files and directories, but I can't delete directories, only files. If I try to delete a directory, it just doesn't work. If I try to delete a directory containing files,
2001 May 01
3
SRP unencumbered license statement
On Sun, 29 Apr 2001, RJ Atkinson wrote: > At 06:26 27/04/01, Tom Wu wrote: > >For those of you who were following the discussion about the new draft > >and implementation of SRP-based password authentication in OpenSSH, I > >promised to have Stanford issue the IETF an official, explicit, > >statement reiterating the unencumbered royalty-free licensing terms. > >The
2013 Jul 22
2
Encoder state management - 'chunked' Opus?
Hi, I'm playing around using Opus in a 'chunked' streaming context, where chunks of media are served in separate HTTP responses. I am trying to hunt down the source of some clicks-and-pops during playback, and while it is very likely that these glitches are due to the low quality of my code, I wanted to ask if the admonition in the API docs[1] that "encoder state *must*
2001 Apr 09
1
input_userauth_request() vs. stateful authmethods
The way things are now, input_userauth_request() calls the authmethod, and then does a bunch of checks, like the special case for root. If an authmethod requires a challenge-response conversation, these checks are skipped, unless they are duplicated by the authmethod. For example, in auth2-chall.c, some of the code is duplicated (logging, sending the reply), but the root special case is skipped.
2001 Sep 20
2
vis.[ch]
Does anybody use openbsd-compat/vis.c? Not at the moment I think: % find . -name '*.[ch]' -exec grep -l "vis *(" {} \; ./openbsd-compat/vis.c ./openbsd-compat/vis.h % find . -name '*.[ch]' -exec grep -l VIS_ {} \; ./includes.h ./openbsd-compat/vis.c ./openbsd-compat/vis.h The reason I ask is, AT&T's graphviz package includes a vis.h, and when I try to compile
1999 Jan 29
1
Linux/Samba vs NT
I was having a discussion with a MS person about the performance of NT. I got this reply: ---------- Forwarded message ---------- By the way, I looked into that claim that Linux could outperform NT server, and my source claimed that the test was done on different hardware (i.e. it was rigged) and that Linux still loses to NT on equivalent HW, although "it has gotten closer." Do you
2002 Mar 25
2
compile failure
The latest snapshot (20020324) fails to compile here. Linux 2.4.18-rc1 Alpha The first messages are: monitor_wrap.c: In function `mm_request_receive': monitor_wrap.c:91: warning: int format, different type arg (arg 3) monitor_wrap.c:100: warning: int format, different type arg (arg 3) which have to do with fatal() calls and int not being the same as ssize_t... But the next one is the
2006 Mar 16
1
Re: rcov 0.2.0 - code coverage tool for Ruby
On 3/14/06, David Holroyd <ruby-talk@badgers-in-foil.co.uk> wrote: > On Wed, Mar 15, 2006 at 02:23:04AM +0900, Mauricio Fernandez wrote: > > On Tue, Mar 14, 2006 at 09:27:14AM +0900, David Holroyd wrote: > > > On Wed, Mar 01, 2006 at 01:31:11AM +0900, Mauricio Fernandez wrote: > > > > Source code, additional information, screenshots... available at > >
2001 Apr 03
1
user:style
I noticed that (perhaps because ':' is invalid in a username) you can say ssh -l user:style host, where the "user:style" is sent by the client, and the server strips the ":style" part off and makes it available as part of the authentication context. It's currently unused. What are the plans for this, if any? I was experimenting with the idea of using it with SRP
2001 Mar 30
2
BETA release of OpenSSH-2.5.2p2 with SRP
This is to announce the availability of SRP (Secure Remote Password) support for OpenSSH. A tarball is available on Tripod: http://members.tripod.com/professor_tom/archives/ http://members.tripod.com/professor_tom/archives/openssh-2.5.2p2-srp5.tar.gz (Note: Tripod requires you to LEFT click on links to download files.) To install, unpack, configure --with-srp, and make install, then create an
2010 May 12
0
Venkatesh Kanakala wants to stay in touch on LinkedIn
LinkedIn ------------ I'd like to add you to my professional network on LinkedIn. - Venkatesh Kanakala Venkatesh Kanakala Sr.Oracle Apps DBa at Riyadh College of Dentistry and Pharmacy Saudi Arabia Confirm that you know Venkatesh Kanakala https://www.linkedin.com/e/isd/1296308394/VWY2l4ZF/ ------ (c) 2010, LinkedIn Corporation -------------- next part -------------- An HTML
2010 Nov 14
0
Kevin Long wants to stay in touch on LinkedIn
LinkedIn ------------ I'd like to add you to my professional network on LinkedIn. - Kevin Long Kevin Long Environmental Scientist at WorleyParsons MEG Calgary, Canada Area Confirm that you know Kevin Long https://www.linkedin.com/e/j2w180-ggikhybj-3x/isd/1903753444/xYvORBoR/ -- (c) 2010, LinkedIn Corporation [[alternative HTML version deleted]]