similar to: Simple Class A VPN Guide - Problems

Displaying 20 results from an estimated 110 matches similar to: "Simple Class A VPN Guide - Problems"

2002 Jun 06
2
Bootable CD Images
Hello there, I have a question/suggestion. I have a bootable CDRom and it comes up with an isolinux menu that lets me pick from several different floppy images to boot Dos and several different Linux Rescue Disks using memdisk. So far so good. What I would like to be able to do is boot a bootable image that is not a floppy image. For example, DemoLinux is a 650MB iso file and when burned to
2004 Aug 20
3
Strange problem with Dial
I'm trying to add an emergency dial to my context. However, when I try to dial it, I get caught in an endless loop. For debugging, I have pared out nearly all the control flow and just have ChanIsAvail() and Dial() called. Using two different extensions to call teh same number, I get two different actions by *. Here is the vvverbose output: -- Starting simple switch on
2003 May 06
1
SWAT login agony
I've installed the latest/greatest from Samba (3.0.alpha...). I've been following the directions from this site (http://samba.linuxbe.org/en/samba/learn/swat.html) on how to set up SWAT for configuring Samba. The problem I'm running into is logging into SWAT. I've tried every user imaginable and still no luck. I've enabled the SWAT service using xinetd, and it actually
2003 Jan 16
1
Fw: syslinux with flash discs?
Johan accidentally wrote me personally with the following email, which I thought would be better intended for the syslinux list. Replies to *Johan* please. :) -d ----- Original Message ----- From: "Johan Win?s" <johan.winas at isg.se> To: <david at weekly.org> Sent: Thursday, January 16, 2003 2:33 AM Subject: syslinux with flash discs? > Hi.. > > Just tried out
2007 Apr 18
1
[Bridge] Strange, my transparent squid stoped working
Are you saying that REDIRECT hasn't been or that it has suddenly stopped working? My guess would be that it hasn't been working. Here's why: The REDIRECT target is in the NAT table because it is designed to redirect the port of packets destined for the interface they arrived on. If I understand right your situation is like this: (Users) -----> (eth2) <Bridge (192.168.0.3)>
2009 Nov 27
1
Windows 7 won't authenticate
I am trying to access a samba share from windows 7. The samba version is 3.3.3 on FreeBSD 7.2, The samba daemons are running and I can see the server in my Network Places on the Windows client. When I try to login using the username "spacebizall" and password (the same as the account on the server) I receive an "unknown username or password" error. I installed the registry
2003 Mar 08
1
allow trusted domains ... howto specifiy domains?
I am running a samba pdc on host "debianpdc" for domain "linuxdom" and have set "allow trusted domains = yes" in my [global] smb.conf file... now how do I specify which domains to trust? I would like to trust an NT4 domain "nt4dom" run by the host "nt4pdc" on the same network.
2002 Nov 21
2
swat not found
Dear Sir, Thanks for all good effort . Recently we have installed Red Hat Linus 8.0 ,but when use samba in browser its not working.error unable to connect to Host:901. then we have try to find SWAT file and Dir but can not find any file .Please let us know how to add /install SWAT successfully. Samba ver=2.2.5 Rgds NP
2003 Dec 01
0
No subject
apply to this (security=domain) case, since auth is via the PDC. So, shouldn't winbind_lookup_sid() be succeeding. Should I be trying to track the failure in that code? In case it's helpful, ldd /usr/sbin/smbd shows: libdl.so.2 => /usr/lib/libdl.so.2 (0x40017000) libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000) libpam.so.0 => /lib/libpam.so.0 (0x40030000) libc.so.6 =>
2003 Dec 01
0
No subject
Is there another way of doing the bindings so that the Windows share doesn't run on TCP/IP but will still work with SAMBA? If so, where in the docs should I be looking, and if not - maybe this should be something discussed by the SAMBA dev people.. Regards, Marc. Return-Path: <twunder@iwmail.com> Delivered-To: samba@lists.samba.org Received: from femail14.sdc1.sfba.home.com
2003 Jan 29
8
So SAMBA no longer supports print driver downloads
So SAMBA no longer supports print driver downloads. That is about the only conclusion that I can come to at this point. I've not been able to get Windows printer driver downloads to work right since Samba 2.2.2. No one but printer admins displays the correct settings for printers, everyone else gets the original printer defaults that they cannot change. I've tried this with
2013 May 02
4
[LLVMdev] int to StringRed conversion
Hello everyone, I have an integer and I want to convert it to StringRef in order to set metadata. setMetadata->(StringRef, MDNode*); It is there a native LLVM way to do it? 1. In the llvm::APSInt Class is toString() method, which seems it is not for this purpose 2. itoa and string are not part of LLVM 3. stringstream is not part of LLVM 4. to_string is not part of LLVM 5. any casting method?
2013 May 03
2
(no subject)
Here's the Flac.xcodeproj, compressed with 7-zip as it's just a folder and can't be transmitted without being compressed, check to see if it works on your computers, and hopefully everything works. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130502/e1d68a75/attachment-0001.htm --------------
2013 May 02
0
[LLVMdev] int to StringRed conversion
Hi, I think you may try to use llvm::Twine(int). For example, to convert 30 to string, you can use: Twine(30).str() To convert the string back to integer, you can try the StringRef::getAsInteger(unsigned, APInt &). For example: APInt i; str.getAsInteger(/*radix=*/ 10, /*output=*/ i); Sincerely, Logan On Thu, May 2, 2013 at 9:53 PM, Alexandru Ionut Diaconescu <
2013 May 18
2
Latest firmware branch failing to compile with gnu-efi-3.0t
Hi guys, I'm trying to build HEAD on the firmware branch from git and I'm getting the following errors: make[3]: Entering directory `/home/voltagex/src/syslinux/efi64/efi' gcc -I/usr/include/efi -I/usr/include/efi/x86_64 -DEFI_FUNCTION_WRAPPER -fPIC -fshort-wchar -ffreestanding -Wall -I/home/voltagex/src/syslinux/com32/include -I/home/voltagex/src/syslinux/com32/include/sys
2013 May 02
0
[LLVMdev] Improving the usability of LNT
Wow, that sounds great! Thanks for working on this, and yes, please, send the patches! --renato On 30 April 2013 16:23, Murali, Sriram <sriram.murali at intel.com> wrote: > Hi Daniel,**** > > I made some changes to the LNT perf reporting tool to make it more user > friendly by adding some features:**** > > **1. **Make the sidebar and the navigation bar stationary,
2013 May 02
4
[LLVMdev] Handling Masked Vector Operations
Nadav Rotem <nrotem at apple.com> writes: > > For DIV/MOD you can blend the inputs BEFORE the operation. You > can > place ones or zeros depending on the operation. > > Quick follow-up on this. What about using "undef" as the input for > false items: > > tv1 = select mask, v1, undef > tv2 = select
2013 May 02
0
[LLVMdev] int to StringRed conversion
The problem is that I want to pass only srsr which is an int. "marked" was just an example :) Thanks you! On Thu, May 2, 2013 at 5:06 PM, Logan Chien <tzuhsiang.chien at gmail.com>wrote: > I'm not familiar with this, but maybe you can try: > > StringRef tst = ("marked" + Twine(srsr)).str(); > > It seems that you can't use integer as meta data
2013 Apr 30
3
[LLVMdev] Improving the usability of LNT
Hi Daniel, I made some changes to the LNT perf reporting tool to make it more user friendly by adding some features: 1. Make the sidebar and the navigation bar stationary, so that it is easy to navigate the site 2. Have the pop-down menu for the items in the navigation bar, activate upon hovering the mouse, rather than clicking the item 3. Add a nav-link in the sidebar for the
2003 Dec 01
0
No subject
Edit the file called src/EDITME and put the result in a file called Local/Makefile. Then you may proceed ... and next time ... you post an error message you may want to be specific ... not "or something like that" ... On Mon, 21 May 2001, Mager Charles WB wrote: > Again another email ALMOST off the point, but not quite. The first question, > which is to do with samba, is - How