Displaying 20 results from an estimated 500 matches similar to: "--delete option not working"
2005 Mar 21
1
Two ISP and routing.
I think I''ve figured out the routing for multiple ISP''s and DNAT. For
ths who might be interesed, I''ve uploaded some notes to:
http://www.heronforge.net/redhat/node17.html
Let me know of you see any errors or a better way...
--
Stephen Carville <stephen@totalflood.com>
Unix and Network Admin
Nationwide Totalflood
6033 W. Century Blvd
Los Angeles, CA 90045
2005 Mar 02
12
Problem with outgoing Masquerade
I''m having another little problem with my new firewall. I want outgoing port
25 from my mail server to appear on the address 65.223.121.227 so I created
the file masq:
eth2 192.168.124.18 65.223.121.227 tcp 25
eth1 eth5
eth1 eth3
eth1 eth4
eth1 == net0 == 209.189.103.196/27
eth2 == net1 == 65.223.121.237/28
eth3 == dmz0
eth4 == dmz1
eth5 == loc ==
2009 Mar 06
0
[LLVMdev] Persistent build error
This should be fixed now. I verified it with 3.4.6 on a x86 linux box.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090302/074769.html
I think most of our nightly testers are using gcc4.
-Tanya
On Thu, 5 Mar 2009, Ben Laurie wrote:
> I've been getting this error for the last few days:
>
> gmake[3]: Entering directory
>
2009 Mar 06
0
[LLVMdev] Persistent build error
Have you fixed the problem already? I'm getting the same error on my Windows
Vista x64 cygwin make
Ben Laurie-3 wrote:
>
> I've been getting this error for the last few days:
>
> gmake[3]: Entering directory
> `/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils'
> llvm[3]: Compiling AddrModeMatcher.cpp for Debug build
> In file included from
2006 Aug 23
2
Permission Problem --Windows or UNIX?
I am using Samba 3.0.20a with winbindd on FC3 and all the shares except
one are working. I keep getting a permison denied error for non-local
users in certain directories.
The permissions on the directory are
# ls -ld .
drwxr-xr-x 11 procman users 4096 Aug 3 15:35 .
# ls -l
drwxrwx--- 12 procman admin 4096 Aug 2 15:47 administration
drwxrwx--- 5 procman data-entry 4096 Nov 16
2009 Mar 06
1
[LLVMdev] Persistent build error
On Fri, Mar 6, 2009 at 4:59 PM, meilon <the-fr3ak at gmx.net> wrote:
>
> Have you fixed the problem already? I'm getting the same error on my
> Windows
> Vista x64 cygwin make
Nope. Still there.
>
>
> Ben Laurie-3 wrote:
> >
> > I've been getting this error for the last few days:
> >
> > gmake[3]: Entering directory
> >
2009 Mar 05
5
[LLVMdev] Persistent build error
I've been getting this error for the last few days:
gmake[3]: Entering directory
`/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils'
llvm[3]: Compiling AddrModeMatcher.cpp for Debug build
In file included from
/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26,
from
2009 Mar 09
3
[LLVMdev] Persistent build error
On Fri, Mar 6, 2009 at 7:34 PM, Tanya M. Lattner <tonic at nondot.org> wrote:
>
> This should be fixed now. I verified it with 3.4.6 on a x86 linux box.
>
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090302/074769.html
>
> I think most of our nightly testers are using gcc4.
Works for me, thanks. Still a bit puzzled why this didn't break under
gcc4,
2003 Feb 21
0
Re: Need solution to Printers window access denied, unableto connect message.
look in the smb.conf man page for "disable sspool"
I think thats the right option. It needs to go in your global section
ie disable sspool = yes
Cheers
-------------
Kristyan Osborne IT Technician
Longhill High School
01273 391672
------
Computers are like airconditioners: They stop working properly if you open windows.
Win95: A 32-bit patch for a 16-bit GUI shell
2005 Jan 25
2
DNS, DNAT and Notifies
I have a pretty straightforward shorewall (v 2.0.12) setup in my Phoenix
office.
IP addresses on the firewall
eth0 172.16.10.249
eth1 12.47.198.100
eth1:1 12.47.198.108
eth1:2 12.47.198.101
eth2 172.16.11.249
interfaces:
loc eth0 detect
net eth1 detect blacklist
dmz eth2 detect
vpn1 tun1 192.168.124.255
zones
net Net
2005 Oct 11
0
Cannot get logged in using Server=DOMAIN
I have an FC3 intallation with samba-3.0.10-1. I cannot get it to accept
a login with server=DOMAIN. I can join the domain with no problem:
# net rpc join member -U scarville
passwd:
Joined domain TOTALFLOOD.
I can browse the shares:
$ smbclient -L amazon
added interface ip=192.168.124.230 bcast=192.168.124.255 nmask=255.255.255.0
Password:
Anonymous login successful
Domain=[TOTALFLOOD]
2005 Mar 07
7
Webmin Module
I have registered a project with Sourceforge to produced a Webmin module for
Shorewall.
http://sourceforge.net/projects/webmin-shorewal/
Anyone interested in participating please email me at
enemyofthestate at users.sourceforge.net
I am still learning the interface but I think I need your Sourceforge Nym to
add you as a developer.
--
Stephen Carville
Unix and Network Adminstrator
2008 Nov 14
0
PXE booting BartPE ISO file to Eee Pc (from Aviad Raviv)
i think u should have a look at the VM Appliance UDA... it is a linux destro
already setup to support BartPE ISO using PXE, as well as flat installs of
windows XP.
the beauty of it, is that is uses a web based GUI to handle the common
configurations.
http://www.ultimatedeployment.org/about.html
also, u can see a cople of movies i have made ab using it on youtube.
www.youtube.com/hotfortech
using
2012 Sep 04
1
svn: Authorization failed
How do I set up a subversion repository so
that svn can use an svnserve running locally?
I own the repository.
svnserve -d -r ... runs as me.
svn mkdir -m 'make trunk' svn://localhost/redeye/trunk
fails with
svn: Authorization failed
There is no request for credentials.
Is anyone that can willing to share an example that works?
I'm running CentOP 6.2
[hennebry at 67-61-185-5 reps]$
2005 Nov 07
1
General Question: WinXP autodomain?
Hello List,
I am using Samba as PDC for some time now and I want do make the process
of joining the domain somewhat more elegant ;)
I use partimage to deploy images of my Windows XP-installation to the
computers in my lab. In order to automate the process of joining these
computers to the domain, I use some small perl-scripts.
1. After installing new software, etc. I have to create a new
2005 Aug 31
3
My CentOs 4.1 desktop starts to freez ( non-responsive) with 100% cpu usage
It starts to become a non-responsive from time to time
with 100% cpu usage eventhough there is no
applications running except a browser. I have been
running centos 4 for the past 6 months without any
problem with regular update. Now, I have to reboot
whenever it shows signs of a non-response. It starts
to exhibit this behaviour a cople of days ago. I could
not figure it out the reason and need
2006 May 15
6
Everything but [Homes] works
I am migrating from my "old" 2.2.7 samba server to a newer server runnig
3.0.20a and everythig is working except the [homes] share. The server
(FILE-CABINET) is a member of the domain, security is set to ADS and, as
far as I can tell, kerberos is working. The program wbinfo returns a
list of users and groups like it should. getent passwd returns first my
local passwd file and then
2004 Mar 17
2
[LLVMdev] JFYI: svn 1.0.1 released
Hi all,
Here:
http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-October/000523.html
Chris wrote:
Chris> We certainly acknowledge that CVS has severe
Chris> deficiencies, but in the near future we'll probably stay with it.
Chris> Perhaps after SVN 1.0 comes out... :)
so, now it is:
http://subversion.tigris.org/servlets/ProjectNewsList
;-)
P.S. any March LLVM news?
best
2008 Jul 01
0
[LLVMdev] llvm/tools/lto* rename heads up
I have experienced this with a svn 1.5 client but not with 1.4.6.
Did anybody see this with a 1.4.6 (or older) client?
Btw. what is the server version?
Anyway this seems to be a bug in subversion.
Cheers,
Gabor
PS: http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=79361
On Jul 1, 5:27 am, Chris Lattner <clatt... at apple.com> wrote:
> Devang removed the old
2003 May 20
3
Startup problem
What is this?
chan_iax2.c line 4695 (build_peer): Unable to support trunking on peer 'lamas-tigris' without zaptel timing
codec_g729b.c Line 413 (load_module): Unable to initialize va stuff: -1
This is why I can't start asterisk in the background
-------------- next part --------------
An HTML attachment was scrubbed...
URL: