similar to: smbmount problem after kernel recompile

Displaying 20 results from an estimated 9000 matches similar to: "smbmount problem after kernel recompile"

1999 Nov 03
2
using smbmount for NT share
I posted a previous thread about using smbmount, but I am still having some problems, using samba version 2.0.5a on SuSE 6.2. I issue the statement: smbmount //NTServer/share /mnt/test -Iaddress -Uid%pswd Afterwards, if I go to the mount directory, i.e. 'cd /mnt' and issue the command 'ls -l' I get an error message 'ls: test: Input/output error'. After that, the mount
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
1999 Nov 01
1
smbmount syntax for 2.0.5a
I've got a SuSE 6.2 Linux server, which now comes with Samba 2.0.5a. I'm having problems with scripts that used to run under 2.0.2. I've tried digging around on newsgroups, the manpages, and the Samba web site and can't seem to find everything I need to do to mount a share (from an NT 4.0 server). When I issue the following: smbmount //server/share -I dest ip -U user%pswd -c
2014 Sep 29
2
[LLVMdev] Windows Installer
Your install dir has a whitespace. Have you tried quoting? e.g. <LLVMInstallDir>"C:\Program Files (x86)\LLVM"</LLVMInstallDir> Best regards, Rafael Auler On Mon, Sep 29, 2014 at 7:38 PM, Eric Mader <emader at gmx.us> wrote: > I changed tooset-vs2013.props to this: > > <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
2014 Sep 29
2
[LLVMdev] Windows Installer
Open the file toolset-vs2013.props and you'll understand what's happening and where the path is set. It tries to fetch the LLVM installation path from the Windows registry. Just fix this (maybe editing your registry or editing the .props file, whatever suits you best). On Mon, Sep 29, 2014 at 5:33 PM, Eric Mader <emader at gmx.us> wrote: > I copied the x64 toolsets by hand and
2014 Sep 30
2
[LLVMdev] Windows Installer
I replaced all instances of "$(Platform)" with "x64" for the x64 .props file and it still fails, so it looks like that guess was wrong as well. Regards, Eric On 9/29/14, 2:11 PM, Eric Mader wrote: > Quoting doesn't seem to make a difference. Strangely, the Win32 > toolset seems to work. (Where "work" means that clang runs and > produces a bunch of
2014 Oct 01
2
[LLVMdev] size_t?
I believe that we provide a definition of size_t inside the compiler itself when clang is in MSVC compatibility mode. On Tue, Sep 30, 2014 at 5:51 PM, Eric Mader <emader at gmx.us> wrote: > I did some more investigation of the size_t size error. I misunderstood > what was happening. It turns out that size_t is already defined before my > prefix header is included. I added the
2002 Aug 14
2
Newbie problem with smbmount & >2GB files
If I use smbmount and copy a file > 2GB in size, I get an error: "8720 File Size Limit Exceeded" I'm using kernel 2.4.18 (smp) with Redhat 7.3. Can anyone help me with this? Thanks, Mick e-ssociate EPSON (UK) Ltd. Tel 01442 227374 www.epson.co.uk
2007 May 03
3
smbmount
I installed samba on a PC running SuSE 10.2, using the version from the SuSE 10.2 repository (3.0.23). All very nice, except smbmount is missing. As I understand it, this would seem to be because the version offered had not been compiled with the --with-smbmount option. Is my interpretation correct? And if so, how can I fix things? Do I have to download the source and do my own compilation
2014 Oct 01
2
[LLVMdev] size_t?
We inject a typedef for size_t here: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/Sema.cpp?revision=218230&view=markup#l206 The typedef type is determined by calling getSizeType(). SizeType is (relevantly) calculated in two places: X86_64 http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?revision=218666&view=markup#l3512 X86_32
2000 May 31
3
smbmount problems when mounted share goes offline.
(using samba-2.0.7 on Debian Linux 2.2.15) Hi, I'm wondering how do I get around the problem when you smbmount a share on a win32 machine and that machine reboots, the mount becomes a blackhole. If you attempt an 'ls', 'df' or anything that would access that mount point the program then goes into a state of void and cannot be killed, leaving the proc open until reboot
2003 Jul 10
1
enforcing windows permissions on "smbmount"-ed shares
Hi, I'm using samba/winbind to integrate a linux machine on to a windows network. I'm at the point where I have a unified logon scheme with logins to the linux machine being authenticated through the windows PDC (using winbind). I also have a windows-based file server with shares that I can successfully "smbmount" on the linux machine. My problem is that I would like to be
2014 Sep 30
2
[LLVMdev] Windows Installer
Hi Hans, Answers inline below. Regards, Eric On 9/30/14, 8:05 AM, Hans Wennborg wrote: > On Mon, Sep 29, 2014 at 7:56 PM, Eric Mader <emader at gmx.us> wrote: >> Hi Hans, >> >> I think installer.bat found my visual Studio installation because it >> installed the Win32 toolsets but not the x64 ones. (It took me a while to >> work this out ;-) I installed
2014 Sep 29
4
[LLVMdev] Windows Installer
I was hoping to not have to build LLVM myself, especially on Windows. Can anybody help me with the Windows installer? Failing that, I find the directions for how to compile on Windows hard to follow? Can I build using Cygwin? Regards, Eric On 9/29/14, 8:11 AM, Rafael Auler wrote: > I'm not sure about the Windows installer, but if you build and install > LLVM for Windows from the
2007 Jun 29
2
where is smbmount on centOS 5
Hi, I am searching smbmount command on centOS 5. On, CENTOS 4.4, I used it as follows to backup data to a window PC. I want to do it on CentOS 5 now. mount -t smbfs -o ip=192.168.5.225,username=mailbackup,password=secret //server/mail_backups /mnt/maildaily I can not issue such command on centos 5. When I try , It gives below error. [root at mail ~]# mount -t smbfs -o
1999 May 28
2
smbmount error
I posted a similar email recently regarding this. One thing has changed, however; I have upgraded my kernel to 2.2.6 (hence I'm now using the samba version of smbmount rather than the smbfs version). I get the error "no such device" when trying to mount a network drive. My command line is: smbmount "\\\\susangra\\c-hd" -c 'mount /mnt' the console text which
1999 Oct 11
2
linux 2.2.x and smbmount 2.0.5a: Win95 bugfix?
I have become quite confused about the interaction of the kernel versions and the different versions of Samba and smbmount. I have just upgraded to a 2.2 kernel. 'make menuconfig' gave no choice by which to enable the Win95 bug workaround. At the same time, smbmount 2.0.5a, which seems to be the proper one for a 2.2 kernel (it's the latest provided by Debian, under the name
2001 Nov 21
3
help - smbclient works: smbmount doesn't
Naturally, you tinker around with stuff long enough and you break it. I am running Samba 2.2.2 on a Corel linux box and am attempting to connect to a share on a windows XP system. At one point, this was working fine. Then I spent time trying to reconfigure my kernel so that I could attach a floppy tape drive and now I can connect with smbclient to the share, but I cannot with smbmount. I have
2000 Jun 07
1
2.0.05a smbmount problem
I think that I have found what I consider a bug using smbmount 2.0.05a that came with linux 6.1, and also have a question at the end of this e-mail. I can successfully mount a shared drive from a windows NT machine using the following format. smbmount //computername/sharedfolder /mountpoint -U username%password I can manipulate folders and files from the linux computer with no problem. However
2014 Oct 01
2
[LLVMdev] -fblocks?
I'm trying to compile some C++ code on Windows that contains blocks. The compiler gives me the error that the blocks language feature is not enabled and that I should enable it with "-fblocks". When I add that compiler flag, the compile fails immediately saying "unknown argument: '-fblocks'" Is this perhaps an incomplete feature? Regards, Eric Mader