similar to: smbmount and WindowsXP

Displaying 20 results from an estimated 1200 matches similar to: "smbmount and WindowsXP"

2013 Jun 21
3
[LLVMdev] Compiling llvm and Clang in solaris 10
I run configure in a build folder using CC=gcc CXX=g++ ../configure --prefix=/project/scratch/packages2/clang \ --enable-targets=host --enable-shared The configure runs fine but when I type make I get the error: make[1]: Entering directory `/project/scratch/tmp/llvm-3.3/build/lib/Support' llvm[1]: Compiling APFloat.cpp for Release+Asserts build In file included from
2013 Jun 24
4
[LLVMdev] Compiling llvm and Clang in solaris 10
On Mon, Jun 24, 2013 at 6:17 PM, Jorge Rodrigues <skeept at gmail.com> wrote: > Norm, > > thanks for the help. Applying the fix solves the issue I mentioned but now I > have more issues. > > I can install clang, but when running I cannot compile and link files. > If I compile with -c flag it works but compiling the following x.c file > gives an error: >
2015 Apr 16
3
Cannot Install R to Trusty 14.04
Hello, I've followed the instructions at several different how to sites: http://cran.r-project.org/ http://r-interface.blogspot.com/2012/04/install-r-jgr-and-deducer-in-ubuntu.html http://stackoverflow.com/questions/28273441/receiving-unmet-dependency-while-installing-r-base-on-ubuntu-14-10 I've installed R to various Ubuntu's before, including trusty, but recently it has stopped
2013 Jun 24
0
[LLVMdev] Compiling llvm and Clang in solaris 10
On Jun 24, 2013, at 4:18 PM, Stefan Teleman <stefan.teleman at gmail.com> wrote: > I'll file the bug about the endian stuff, but we'll also have to have > an <endian.h> in Solaris as well. Do you still have issues after r182419? commit 01ef4f6982451e6a7c00a713d9ae677d3a15d042 Author: Jakob Stoklund Olesen <stoklund at 2pi.dk> Date: Tue May 21 13:36:13 2013
2008 May 13
6
Testing that named_scope is defined
Hi guys, I''m just beginning to use RSpec and I ran into the issue of testing a named_scope. I''m not actually trying to test its behavior, as it''s not my code, but I wanted to test at least that it''s defined. I tried doing this: describe Post, ".most_recent" do it "should be defined" do Post.method_defined?(:most_recent).should be_true
2005 Jan 03
6
SipSak: error: this FQDN or IP is not valid: voicegw
Hi, I've tried to use SIPSAK to understand the troubles i'm having about sending my voice to the person I've called (extension), after doing this tests below I always got this error "error: this FQDN or IP is not valid: voicegw". This could cause problems (namely audio problems)? Best regards, Helder voicegw:~# sipsak -C empty -a password -s
2013 Jun 24
0
[LLVMdev] Compiling llvm and Clang in solaris 10
Norm, thanks for the help. Applying the fix solves the issue I mentioned but now I have more issues. I can install clang, but when running I cannot compile and link files. If I compile with -c flag it works but compiling the following x.c file gives an error: x.c: int main(void) { return 0; } > ./clang x.c /project/helder/scratch/packages2/bin/ld: unrecognized option '-C'
2006 Sep 04
6
How to Networking Bridge?
Hi, I''ve a working xen 3.0.2 booting a gentoo linux on Dom0. I have setup a Windows XP in a DomU OK with no problems except the network!! My problem is that I wanted to give a working network interface on the DomU and the best I could. making the windows detect an network adapter, was putting: vif = [''type=ioemu''] I also tryied: vif = [''type=ioemu,
2002 Jul 27
6
mode=777 does not work as fstab option
I need to mount a samba share as mode 777, so all users can read/write/delete/create. I have this as fstab entry //host/public /mnt/home smbfs auto,uid=user,umask=000,defaults,username=Perkins,password= see, i've had to put uid=user just to get it owned by user user, so i could edit files i put mode=777, but it does nothing. i want to let all users read/write/create/delete
2001 Oct 29
6
Samba 2.0.7 problems (on RedHat 7.0)
Hi people,
2001 Dec 31
4
Memory leak with XP Clients
Hello, I am having a serious problem with clients that are connecting to our Mandrake 8.1 server that is using the Samba 2.2.2 RPM. After a few days of having the computers on they will start to take up 200M of ram as reported by top. I don't have this problem with any of the other clients, Win2k, ME, 98 or 95. Is there a setting I need to change on the client side? The only way to
2004 Dec 30
2
IAX hardware
Hi, I've been loosing my mind with NAT and read that IAX doesn't have problems about nat. Does anyone knows about hadware (routers and etc) support IAX? Best regards helder -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041230/f689bdde/attachment.htm
2004 Sep 03
3
ActiveX support in Wine
Hi list! I'm currently trying to get a program called Polydoc to run under wine. It is a kind of database app, for text databases. For some reason it uses many ActiveX controls. So far all seems to be Ms "standard" controls. But the program will not run. Anyone have a tip? I'm going to test with a native ole32.dll among things. Cheers, -- Martin Widmark AB TakeIT
1999 Mar 07
13
smbmount question
Hi, I'm running Linux 2.2.2 w/ Samba 2.0.2, using the smbmount that comes with Samba 2.0.2. I noticed that when I mount shares, smbmount sticks around, almost like a daemon: [root@jason /root]# smbmount //XXXX.gatech.edu/XXXX$ "XXXXXX" -U jkau -c "mount /mnt/cnd" < /dev/null > /tmp/smbmount.out [root@jason /root]# ps ax | grep smbmount 10678 ? S 0:00
2002 Sep 23
3
How to automate SMBMNT
Hi there, How do I automate smbmnt so that when logging on, it mounts the required shared directories on an NT4.0 file system using the user name and password I used t gain access to the GUI ? I s this possible. I am currently running Network Neighborhood and have been using this application for access but this requires that I scan mount and log-on again before gaining access to that share.
2004 Dec 02
4
Codec Conversion
Hello, Is there an utility for asterisk for codec conversion? I tried google but i haven' got anything. I am trying to initiate a call with G711 codec to asterisk and i would like asterisk to call a gateway with an g729 codec, therefore making a codec conversion from g711 to g729. I know chan_oh323 does it by specifying the OUT_CODEC variable, but chan_h323 does not. And i was wondering is
2005 Jan 19
1
Troubles with Broadvoice (register)
Hi! Are you also getting in trouble while trying to register in Broadvoice? Cumprimentos / Best regards, Helder Rog?rio __________________________________________ Microrede - Tecnologias de Informa??o, Ltd. http://www.microrede.pt *** ? There are only two types of people in the world, those who have lost data and those who will. ? -- Richard Nixon
2004 Jun 09
3
Segmentation fault!!
Hi all, I'm trying to use wine, and I downloaded the recent rpm packages for my FedoraCore, I installed it, but wen I want to run any wine binary it fail with 'segmentation fault' error message I also tryed winelauncher, and it sad 'wine has exited with a failure status of 139' Can anybody tell me what's the problem Thanks in advance Kovacs Alpar
2013 Apr 10
3
About centos fresh install
Hi, first of all i want to thank you all that do this help. Without this i cold never put my own webserver. Now my question. I know when i have to install some software, they recommend a "fresh" install of centos, but my provider (we have server via internet and webmin) every fresh install says that i need to pay like 50$ ( alittle expensive for me). Im live i Costa RIca and here
2004 Nov 17
1
Buggy libXrender.so?
Hi list! I'm running wine-20040914 on a FC2-system. When I'm running "wine notepad" I get this error: > Wine has detected that you probably have a buggy version > of libXrender.so . Because of this client side font rendering > will be disabled. Please upgrade this library. I get a window, but it is all black. The libXrender.so file is from the