Displaying 20 results from an estimated 311 matches for "pservers".
Did you mean:
servers
2004 Jun 16
2
[OT] CVS update
Um,
I don't remember the exact checkout command line I used, but it was
probably something like the instructions on the web page:
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot rsync
anyway, how do I update?
I tried:
[chris@lt2 rsync]$ cvs update -d -P
cvs [update aborted]: connect to pserver.samba.org(66.70.73.150):2401
failed: Connection refused
and login gives the same:
[chris@lt2
2004 Aug 06
3
Icecast2 documentation
I use the cvs version:
cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot login
cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout ice2
cd ice2
cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout avl
cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout log
cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout httpp
cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from
wxWindow.h. In order to make things right I had to make sure it was
also declared in all the places where wxWindows also changes it. Also,
in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I
haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see
if it also applies
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
Ooff! I am using ices2. Well that explains it then! I am new to linux and I thank you very much
for your help and patience.
Please just some clarification.
To get cvs version of ices for mp3 streaming compatibilty with Icecast2:
cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice login
pw:anoncvs
cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice -z 9 co ices
or
cvs -d
2002 Mar 01
2
best way to work with cvs?
I use a script to get the lastest samba:
#!/usr/bin/ksh
echo "\npassword: cvs\n"
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login
cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co samba
Are there any other commands I could tack on or something I should do
differently to make sure I am getting correct rebuilds?
For example, should I tack on at the end:
cd
2002 Jun 20
0
[ANNOUNCE] netfilter/iptables Anonymous CVS has been moved
--88ivsf4xsnd8HFHJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
The anonymous CVS repository for the netfilter/iptables project has been
moved.
Please don't use the old (pserver.samba.org) repository anymore, since it
is no longer updated and will run out of date very soon.
The new location for accessing the
2004 Aug 06
5
CVS login failed: Connection Refused
I am trying to login to cvs but the server refuses the connection:
# cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login
# Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot
# CVS password: anoncvs
# cvs [login aborted]: connect to xiph.org(140.211.166.134):2401 failed: Connection refused
I have tried to log in several times the last 2 days with no success.
cvs version:
2004 Aug 06
2
CVS changes || http://www.xiph.org/cvs.html
look on http://www.xiph.org/cvs.html for the right login.
b.
On Thu, Mar 06, 2003 at 03:14:28AM -0500, Adon Irani wrote:
>
> thanks for the update ; i've finally been able to d/l the latest ices 0.x
> fr0m cvs .
>
> but i'm having difficulties compiling . the builtin libshout doesn't work
> , and it won't find my latest cvs-snapshot install of libshout .
>
2004 May 21
4
Some problems with download Asterisk-addons
Hi!
I have some problems with the download of Asterisk-addons.
I try to follow instructions that I found in
http://www.voip-info.org/tiki-index.php?page=Asterisk%20cdr%20mysql , but
nothing to do.
This is my shell:
[root@obelix root]# cd /usr/src
[root@obelix src]# export
CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
[root@obelix src]# cvs login
Logging in to
2000 Oct 11
3
More CVS trouble
Well after a week out for a training course, I'm back to trying
to check out the postbeta2_branch. so I do
cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2
vorbis
and everything is fine.
Trying
$ cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2
ogg
I get...
cvs server: Updating ogg
cvs server: Updating ogg/doc
cvs server: Updating
2001 Mar 13
2
Samba 2.2 CVS
Sure thing:
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login
<password is cvs >
cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co -r SAMBA_2_2 samba
this will grab samba_2_2 and place it in a directory lableled samba.
leaving out the SAMBA_2_2 grabs HEAD.
you can get other modules as follows:
SAMBA_2_2
HEAD
APPLIANCE_HEAD
APPLIANCE_TNG
there are others but I haven't tried
2004 Aug 06
2
Icecast2 documentation
I try to run the Icecast2 server, but when i start:
icecast -c icecast.xml
the server print the xml file and stop immediately..
Is a documentation exist?
--
CHRISTOPHE GUERIN
(christophe.guerin@etud.univ-pau.fr)
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
2003 Jan 28
0
CVS pserver upgraded on samba.org
I've just upgrade the CVS pserver running on samba.org. If anyone sees
any problems please let me know via email.
Luckily we are running the anonymous CVS pserver in a chroot jail which
is updated via rsync from the actual repository so the effects of anyone
exploiting the bug would be minimal.
Tim.
2006 Aug 15
4
contributing?
What do I need to do to be able to contribute patches?
Thanks,
Joe
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2004 May 24
0
CVS pserver unavailable
The pserver will be unavailable until I can install the latest update
that addresses a security problem. The CVS web interface remains available.
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
2004 Aug 06
1
relay servers and mountpoints
>
> He needs both. Only ices 0.x from CVS can use libshout2 from CVS.
> Actually only the ices-libshout_2 branch of ices does.
>
> The ices 0.x module lives under
> :pserver:anoncvs@xiph.org:/cvs/ice
>
He says thank-you kindLy, and ponders why (t)HiS attempt has also failed
.
mystifLY:/var/lib/cvs# cvs -d :pserver:anoncvs@xiph.org:/cvs/ice login
Logging in to
2007 Jun 01
1
Puppet starting before network is up
Lots of my puppet hosts have DHCP-assigned addresses. I''ve found, at
least in Debian 4.0, that puppetd will often start up before the network
interfaces are all up and running, and therefore it can''t contact the
puppetmaster. When that happens, puppet exits immediately. I''m hacking
around the problem with the following content in /etc/default/puppet,
but
2004 Jan 09
0
pserver.netfilter.org CVS tree reorganization
--+9faIjRurCDpBc7U
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
As many of you will have noticed already, I took the liberty to reorganize
the CVS tree structure. This was needed to get a better seperation
between independent parts of the project. =20
pserver.netfilter.org:/cvspublic now has the following modules:
2004 Aug 06
2
relay servers and mountpoints
On Wed, 22 Jan 2003, Michael Smith wrote:
> On Wednesday 22 January 2003 22:58, Adon Irani wrote:
> > > > > current cvs version it'll work with icecast2.
> >
> > i am doing something wrong here ?? ( sorry if this is obvious ,)
>
> Yes. You're using the wrong cvs server.
> :pserver:anoncvs@xiph.org:/usr/local/cvsroot
Just to clarify, it's
2007 Feb 06
1
[LLVMdev] llvm-poolalloc compilation failed
Chris,
I performed the steps you gave below to check out llvm-poolalloc. When
I want to get new updates made to llvm-poolalloc, do I perform the
following commands?
cvs -d :pserver:anon at llvm.org:/var/cvs/llvm login
<Hit return for an empty password>
cd llvm/projects
cvs -d :pserver:anon at llvm.org:/var/cvs/llvm update -r release_19
llvm-poolalloc
In other words, do I specify the