SF.net: Site Status Page released!


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SF.net: Site Status Page released!
# 1  
Old 07-21-2008
SF.net: Site Status Page released!

SourceForge.net staff have launched a new Site Status page which provides regular updates regarding our ongoing datacenter migration to Chicago, scheduled downtimes, unplanned outages, and new feature launches. See it at: https://sourceforge.net/sitestatus/
ImageImage

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. IP Networking

IPSec Openswan Site to Site VPN - Big Pain

Hi @all, I try to connect 2 LANs with IPSec/Openswan LAN 1: 192.168.0.0/24 LAN 2: 192.168.1.0/24 This is my Config: conn HomeVPN # # Left security gateway, subnet behind it, nexthop toward right. left=192.168.1.29 ... (1 Reply)
Discussion started by: bahnhasser83
1 Replies

2. IP Networking

Does cisco 1921 router support site to site VPNs using IPSec?

Q: "Does Cisco 1921 router support,, act as an endpoint for, site to site VPNs using IPSec? If so, how many? " A: If you get the Cisco 1921/k9 with the security services bundle then it will have built in security features. Cisco, typically includes IP Sec tunnels I believe as part of that... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

3. IP Networking

How to establish site to site vpn - Linux machine and cisco asa?

Hi, I am trying to establish vpn between my linux server and cisco asa at client side. I installed openswan on my cent os. Linux Server eth0 - 182.2.29.10 Gateway - 182.2.29.1 eth1 - 192.9.200.75 I have simple IPtables Like WAN="eth0" LAN="eth1" (0 Replies)
Discussion started by: ashokvpp
0 Replies

4. Shell Programming and Scripting

How to get the date from an external site on the Net?

Hello, I am interested in getting the correct date and time. In Solaris, the "date" command will show me the information but only on the local system. I recall there's a command in Solaris that will extract the date and time from a website, such as Google or Yahoo. If you know how to do this,... (1 Reply)
Discussion started by: newbie09
1 Replies

5. IP Networking

port access to site to site VPN

Setup a site to site VPN between two cisco routers. One of the site locations is unable to access ports such as https://example.com:9001 How do I let them go into port 9001? They can ssh, ftp, telnet and everything else. Is this a VPN issue or ACL access issue? I put permit ip host... (0 Replies)
Discussion started by: photon
0 Replies
Login or Register to Ask a Question
Audio::MPD::Common::Status(3pm) 			User Contributed Perl Documentation			   Audio::MPD::Common::Status(3pm)

NAME
Audio::MPD::Common::Status - class representing MPD status VERSION
version 1.120881 DESCRIPTION
The MPD server maintains some information on its current state. Those information can be queried with mpd modules. Some of those information are served to you as an Audio::MPD::Common::Status object. An Audio::MPD::Common::Status object does not update itself regularly, and thus should be used immediately. Note: one should never ever instantiate an Audio::MPD::Common::Status object directly - use the mpd modules instead. ATTRIBUTES
$status->audio; A string with the sample rate of the song currently playing, number of bits of the output and number of channels (2 for stereo) - separated by a colon. $status->bitrate; The instantaneous bitrate in kbps. $status->error; May appear in special error cases, such as when disabling output. $status->playlist; The playlist version number, that changes every time the playlist is updated. $status->playlistlength; The number of songs in the playlist. $status->random; Whether the playlist is read randomly or not. $status->repeat; Whether the song is repeated or not. $status->song; The offset of the song currently played in the playlist. $status->songid; The song id (MPD id) of the song currently played. $status->state; The state of MPD server. Either "play", "stop" or "pause". $status->time; An Audio::MPD::Common::Time object, representing the time elapsed / remainging and total. See the associated pod for more details. $status->updating_db; An integer, representing the current update job. $status->volume; The current MPD volume - an integer between 0 and 100. $status->xfade; The crossfade in seconds. AUTHOR
Jerome Quelin COPYRIGHT AND LICENSE
This software is copyright (c) 2007 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-04-01 Audio::MPD::Common::Status(3pm)