similar to: Account Creation is disabled.

Displaying 20 results from an estimated 6000 matches similar to: "Account Creation is disabled."

2013 Jan 10
4
Fixing corrupt flac files
So, let's provide some information then :-) ---------------------------------------------------------------------------------------------- soa2ii at thor /mnt/files/music/Slime/Alle gegen Alle $ flac -aF 02\ St?rtebecker.flac flac 1.2.1, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome
2000 Aug 10
1
Problem with density()?
Hello, all, I'm running Version 1.1.0 (June 15, 2000), on Mandrake 6.1 Linux. I think that I'm getting nonsense results from the density function. When I feed it a sample generated by v<-runif(1000,0,1), I get back some small negative numbers for density values, as follows: >v<-runif(1000,0,1) > dump("v","/home/tomlinso/auction/test.vector.R") >
2010 Aug 27
1
introspective capabilities
Hi, Is there any way, from R code, to perform introspection as to where certain names acquired their values? The specific functionality I'm looking for in this case is to be able to request my editor to view the definition corresponding to a name in its original source location (presuming for the moment that that location exists). Other functionality that I'm looking for is to identify
2003 May 13
2
Nortel i2004 IP Phones
Hello, is it possible to connect a Nortel i2004, (i2002) IP Phone to an * PBX? I have seen on the net that there should be an SIP firmware aviable for the phone, anyone an idea where to get it? Because orginally they use a own protocol to connect to an Meridian, BCM or CSE1K. Another idea is to write a module for * that can handle this protocol. bye SLiME
2008 Mar 16
5
Returned mail from forum gateway
On 16/03/2008, wine-users at winehq.org <wine-users at winehq.org> wrote: > The following message from "Dotan Cohen" <dotancohen at gmail.com> was not authorized for entry in the WineHQ Forums forum. > > Posts are not allowed to locked topics. > > From: > "Dotan Cohen" <dotancohen at gmail.com> > > To: > wine-users at winehq.org
2012 Nov 06
4
Plot in function
Hello, I am a R beginner and I have a question about a litte function I found. Here is the code: # Gambler's Ruin Problem. # seed capital: k # rounds: n # probability of success: p # number of trials: N # graphical output (yes/no): draw # Wait for new graphic (yes/no): ask ruin<- function( N = 1, n = 10, k = 1, p = 1 /
2010 Mar 05
2
ZFS replication send/receive errors out
My full backup script errorred out the last two times I ran it. I''ve got a full Bash trace of it, so I know exactly what was done. There are a moderate number of snapshots on the zp1 pool, and I''m intending to replicate the whole thing into the backup pool. After housekeeping, I take make a current snapshot on the data pool (zp1). Since this is a new full backup, I then
2013 Jan 10
1
Fixing corrupt flac files
Here you are: soa2ii at thor /mnt/files/music/Slime/Alle gegen Alle $ metaflac --list 02\ St?rtebecker.flac METADATA block #0 type: 0 (STREAMINFO) is last: false length: 34 minimum blocksize: 4608 samples maximum blocksize: 4608 samples minimum framesize: 14 bytes maximum framesize: 15637 bytes sample_rate: 44100 Hz channels: 2 bits-per-sample: 16 total samples: 5857656
2009 Feb 22
11
Confused about zfs recv -d, apparently
First, it fails because the destination directory doesn''t exist. Then it fails because it DOES exist. I really expected one of those to work. So, what am I confused about now? (Running 2008.11) # zpool import -R /backups/bup-ruin bup-ruin # zfs send -R "zp1 at bup-20090222-054457UTC" | zfs receive -dv bup-ruin/fsfs/zp1" cannot receive: specified fs (bup-ruin/fsfs/zp1)
2013 Jan 10
2
Fixing corrupt flac files
Hej, well I'm not sure because those file that are corrupt have been around for a quite long time. It could have been k3b but I'm really not sure. Right now I was ripping with Audex and tagging with Audex/Amarok/kid3. Those files seem to be fine though. My lates approaches have been with Picard/beets :-) I think it's not possible to share those files without getting in legal
2011 Jul 12
23
Wine registration email - system failure
To whom it may concern I tried to register, but I received no email. Tried anther email address - again no email. In both cases the wine forum sys had registered me, but without the confirmation email, I couldn't get on. I then created a yahoo web email - and this worked. So the sys can send to web accounts but evidently not to pop accounts.
2008 Mar 19
5
Wine
i'm working in a government. It's SD.NET. Nobody would know about it Code: linux-c5xy:~ # wine --version wine-0.9.57
2002 Feb 28
1
WineHQ.com Moving
NOTICE!! NOTICE!! NOTICE!! www.winehq.com will be moving to a new home in Minnesota. We are trying to make this move as seamless as possible, but we can't guarantee that there will not be any downtime. I will post another message to the mailing lists when I have a more definite time of shutdown of the old server. www.winehq.org WILL be on-line for Web, FTP and CVS access. The area that could
2008 Oct 14
2
OT: is parted reliable?
Hi, I've read on LPI Linux Certification (Ed O'Reilly) in a nutshell the following thing: "parted, unfortunately, has been known to corrupt partition tables and ruin filesystem." What do you think about it? Greets! -- -- Open Kairos http://www.openkairos.com Watch More TV http://sebelk.blogspot.com Sergio Belkin -
2006 May 16
2
Meetme and authentication
Hi all, I have thoroughly read the available documentation and I can't seem to find a workaround for my setup... I'm trying to create a phone conference line that users would call using a unique phone number (no matter if they are moderators or just plain users). I use Asterisk 1.2.6 The available conferences are defined as follows: conf => 1000,user pin1, moderator pin1 conf =>
2008 Feb 22
14
Web Forums
We have launched a web forum front end to this mailing list. I wanted to notify the subscribers of this list to that fact. http://forum.winehq.org If you prefer, you can now use this website to browse and post to the list. Your posts will still be mailed out to the list, and posts to the list will appear in the forum. You can continue to use the mailing list as you always have if you prefer
2011 Oct 12
2
[LLVMdev] insert ICmpInst/BranchIns in Pass?
In a pass I would like to insert a ICmpInst/BranchInst pair to check if 2 GlobalVariables are equal or not. If they are not I would like to call a function. I've tried splitting the current block and then inserting before the existing instructions, but for some reason this seems to ruin the iterator(i). What is the correct way todo something like this? void checkShadowPtr(Module &M,
2005 Sep 14
1
Liquidation: Cisco; Polycom; D-Link; MediaTrix, Colubris - Highly Reduced Prices
We have extra equipment that was over-ordered or unused. All of the equipment is brand new. The equipment has been highly discounted to move quickly - the last set of equipment sold in 48 hours. If this equipment is of interest to you, call or e-mail quickly. Buy on VOXILLA and SAVE $300 each (Cisco routers & switches): http://store.voxilla.com/customer/home.php?cat=259 For Sale (all new):
2012 Oct 08
3
Shorewall 4.5.8 IPSEC in a multi-ISP configuration
Hi, I'm using IPSEC in a multi-ISP configuration, lsm 0.131, Kernel 2.6.32, ipsec-tools 0.8.0 This worked fine with Shorewall/Shorewall-Lite 4.5.7. After updating Shorewall to 4.5.8 the routing of ESP packets doesn't work. If I change the Providers.pm file and add connmark => "! --mark 0/$mask" like before in Shorewall 4.5.7 than everything works fine. add_ijump
2016 Nov 18
2
DWARF Generator
Re DW_FORM_string the savings is small but since it came up I thought I'd mention the idea. I agree it's not worth pursuing any further. An API to use that form explicitly (that isn't the normal debug-info generation API) to facilitate testing is fine. Regarding DWARF parsing speed where strings are concerned: DWARF 5 will ruin this because DW_FORM_strx is a ULEB; so, every DIE