similar to: [OT]: Stupid mistake

Displaying 20 results from an estimated 8000 matches similar to: "[OT]: Stupid mistake"

2001 Apr 23
2
Ogg Vorbis, DirectSound and Delphi
Hi, I've just downloaded the Ogg Vorbis source, LIB and DLL files from www.xiph.org and I've been trying to get them working in Borland Delphi 3 Pro. Has anyone managed to get OV to decode and play an OGG file using Delphi? Ideally I'd like to use DirectSound (part of DirectX), via the UnDelphiX (DelphiX with the JEDI headers) components. Also, if I choose to sell a
2005 Feb 22
0
Samba 3.0.10 as a PDC
Hi, I'm trying to get Samba to act as the PDC for a domain populated by Win2k boxen. All the machines are running Windows 2000 Professional. Unfortunately, the 2k boxen all produce this error when I try and log in as a normal user: Windows cannot log you on because the profile cannot be loaded. Contact your network administrator REASON - Access is denied. Here's my smb.conf: [
2004 Oct 13
1
Vorbis with SDL_mixer and mingw32
Hi, I've been trying to build a copy of libSDL_mixer under mingw32. The compile/link stage goes OK, but if I try and load an application that's been linked against SDL_mixer, I get a Windows error box with the following text: mixer1.exe: entry point not found The procedure entry point vorbis_synthesis_halfrate could not be located in the dynamic link library vorbis.dll. Are the .lib
2009 Jun 30
1
Intermittent stalling in file transfers / server connections
Samba version 3.2.3, in PDC mode Client PC is Windows XP SP3 32-bit Server is a standard Intel Atom230 PC, four Ethernet ports, running Ubuntu Server 8.10. It provides Internet access (routing/perimeter firewall, dnsmasq DNS/DHCP server), email (Fetchmail, Postfix and Procmail), printing (CUPS) and Apache+PHP+MySQL for webapp testing. I'm trying to track down an issue with my Samba
2019 Jan 02
1
Questions regarding upgrading existing PDC to Active Directory
Hi all, I have an existing CentOS server at my school running Samba 4.8.8 as a PDC and using the Tranquil RPM’s (so they support AD). Samba has worked great for me for more than a decade with the users stored now in tdbsam (have not used LDAP, hope not to). This summer I want up upgrade the domain to an AD, and have some questions I was hoping someone could answer: 1. TWO SERVERS: At the
2011 Mar 23
1
R CMD check: building indices error
Hi guys, I am updating a package because of data format in data folder. So I just change an extension of a file to .txt ... nothing more. I get this error on the R CMD check ** help *** installing help indices ** building package indices ... Error in read.table(zfile, header = TRUE, as.is = FALSE) : more columns than column names ERREUR : installing package indices failed Note that the R CMD
2015 Apr 24
0
Re: Remove Virtual bridge and DNSMASQ
On Centos 6.5 both packages cannot be identified. any idea? sudo yum search libivirt-daemon-driver-network libvirt-daemon-config-network [sudo] password for bigfoot: Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: www.mirrorservice.org * extras: centos.openitc.uk * updates: mirror.mhd.uk.as44574.net Warning: No matches found for:
2010 Jan 07
1
Quantreg - 'could not find function"rq"'
Hi all, I'm having some troubles with the Quantreg package. I am using R version 2.10.0, and have downloaded the most recent version of Quantreg (4.44) and SparseM (0.83 - required package). However, when I try to run an analysis (e.g. fit1<-rq(y~x, tau=0.5)) I get an error message saying that the function "rq" could not be found. I get the same message when I try to search
2003 Nov 15
0
Problem with call pickup -or- what stupid mistake have I made?
For some reason, I can't get call pickup to work between Sip phones or between Sip and Zap phones. All phones are in the same call group and pickup group (1). The source code was downloaded and built as of today 11/15/03. Here's what's in sip.conf: [general] port=5060 bindaddr=192.168.17.2 tos=lowdelay disallow=all allow=ulaw context=aliens ; ; SIP Entry for sipura line 1 ; This
2005 Jun 04
1
Stupid --delete mistake
Hi, I've a nasty feeling I know the answer to this post, but I'm gonna ask and pray anyway :-) I just made a rather stupid commandline ordering error and managed to delete a whole load of data (mostly word files/some pics fwiw) with rsync -delete. I know, I'm an idiot (and a big one at that). To make matters worse this was off an ext3 partition, which from what I can find out
2012 Jun 22
3
removing NA from a data frame
Removing rows with NAs, using na.omit(), doesn't seem to be working for me. Dataset: > str ( ex10s ) 'data.frame': 2189576 obs. of 5 variables: $ LOPNR : int 58 58 58 58 64 64 64 64 64 64 ... $ DIAGNOS: Factor w/ 173 levels "F20","F200","F2000",..: 128 128 128 128 105 105 105 160 105 105 ... $ X_DATE : int 20060821 20061207 20080102 20090904
2006 Mar 15
0
WHAM as dtrace
In the past I used a tool called WHAM to collect system and process information from Solaris. It looks like dtrace could replace WHAM. Below are the counters that I got from WHAM. I got cumulative and instantaneous counts. Is there some existing dtrace script that will give me all of these plus even more? Also, WHAM was distributed, that is it could collect these counters from multiple
2001 Jul 03
1
Re: ogg vorbis controls (fwd)
Anyone know when/if the RC1 code will appear on the xiph.org WWW site? John ---------- Forwarded message ---------- Date: Tue, 03 Jul 2001 18:52:53 -0000 From: Deion Galbreath <deiong@hotmail.com> To: zitt@bigfoot.com Subject: Re: ogg vorbis controls hi, ive been trying to get the source code however it seems they are only includeing it in teh cvs not there online directory. i have
2002 Jan 18
1
RE: z-scores for different factor levels
Hi Stuart, I often use this small function standardize <- function(x) ( x - mean(x, na.rm=T) ) / sqrt(var(x, na.rm=T)) to standardize variables. You should be able to use this to do what you want by splitting the data frame into sections based on the factor level, using standardize() to create a new variable in each section, then paste the data frame back together. Something like: #
2002 Jan 18
0
RE: z-scores for different factor levels
Brian Ripley pointed out that there is already an R function scale() that does the work of my standardize(). -Greg -----Original Message----- From: Warnes, Gregory R Sent: Friday, January 18, 2002 9:38 AM To: 'Stuart Leask' Cc: 'r-help at stat.math.ethz.ch' Subject: RE: z-scores for different factor levels Hi Stuart, I often use this small function standardize <-
2013 Mar 08
1
Ports
I realise this isn't exactly an R query, but does anyone know what ports I need to open in order to get the install package function working? It's blocked by our University firewall. I have been asked for the following info and I don't know where to find it or how to get it. I guess my computer knows this info - it knows where it's trying to connect to - but I don't
2002 Jan 08
3
Finding functions in uninstalled libraries
(Many thanks to David Barron & Jonathan Baron for pointing me to 'recode' in the 'car' package). I think I've been told this before, but how do I search for a function/keyword in libraries I don't yet have installed? (ie. on the CRAN site I tried the search engines with "recode" etc., but didn't pick up the car package this way) Stuart Dr Stuart Leask
2018 Jan 15
0
Lmtp Memory Limit
On 14.01.2018 09:11, Thomas Manninger wrote: > Hi, > > i am using dovecot 2.2.33.2 on CentOS 7.4. > > Since i upgraded from CentOS 7.2. to CentOS 7.4. (without upgrading dovecot), my dovecot sieve-pipe scripts crash with Out of memory: > Out of memory (allocated 262144) (tried to allocate 8793 bytes) > > There are some memory limits in dovecot or sieve? Can i change
2020 Sep 16
0
dovecot 2.2.36.4 problem with ulimit
Hi Limits: Where all working fine: core file size????????? (blocks, -c) 0 data seg size?????????? (kbytes, -d) unlimited scheduling priority???????????? (-e) 0 file size?????????????? (blocks, -f) unlimited pending signals???????????????? (-i) 257970 max locked memory?????? (kbytes, -l) 64 max memory size???????? (kbytes, -m) unlimited open files????????????????????? (-n) 65536 pipe
2005 Apr 25
1
Problem getting Samba 3.0.14a to join NT domain as BDC
Hi list, This is driving me to distraction. I have installed the 3.0.14a RPMS on SLES8, and am following chapter 9 of the 'By Example' documentation, to migrate from an NT domain to a Samba domain backed by LDAP. I have followed the instructions up to the point where I enter: net rpc join -S pdc_it -U Administrator%password Unfortunately, this responds with: Creation of workstation