search for: ckecked

Displaying 18 results from an estimated 18 matches for "ckecked".

Did you mean: checked
2004 Aug 06
2
Ices problems : Skipped corrupt file
Hi, yes, it has. I ckecked out all the stuff from xiph.org and rebuild everything for ices 2. Now, it works. Except that there are a bug in ices/src/input.c, at the end: free(control); control is not a dynamically allocated variable, so it crashed ices. (it is the address of a global variable). This appends when you are i...
1997 Dec 11
1
Printer account help
Hi , We have tried to use SMB to handle printer jobs in our network. We hope that each user has a printer account which could be set certain amount of pages. And each account need to be ckecked if it has enough pages printing permission before printing. If the answer is no, then the user would be warn and unable to print. Do you know any free software is available to deal with this problem? Or any suggestion, we can work on modfication of SMB source code. David Che...
2003 Oct 10
2
R 1.8.0 Windows-source compilation-internet.Rout.save
Let me firstly thank the R Core Team for their tremendous efforts in providing R 1.8.0. My following comment should therefore be understood as an "fyi-only". I source compiled R 1.8.0 for windows with ATLAS (source compiled, too). Everything works fine and R is running flawlessly! However, running "make check" stops during processing "internet.R". I checked the
2006 Nov 28
4
how to prevent filesystem check
Hi all, I want to setup a RAID storage system, where i have two systems connected to it. the filesystems are mapped out to both connectors. I want the master host mount them read write, and the slave read only. in my fstab on the slave I have a line like the following: /dev/sdb1 /mount ext3 acl,noauto,user_xattr,nosuid,ro 0 0 so in man 5 fstab, it is written, that when the 6. field
2004 Aug 06
2
Ices problems : Skipped corrupt file
Hi, I have icecast installed, with ices 2.0 providing it with an ogg stream. Both connects. But my Zinf player says "Skipped corrupt file" at the end of the buffering... and that's all. Does somebody has an idea about to solve that ? Thanks, Chris --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this
2008 Mar 12
2
how to save a chart as ps in R?
Hi guys, I remember that we had some ways to save a chart as ps file, which can be used by latex directly. I can't find it now. Can you guys give me some hints? Thanks very much. -- Samuel Wu http://webclipping.com.cn [[alternative HTML version deleted]]
2006 Mar 24
0
Problem with resolution
...velop interactive class, called VisualClass, if I start it with my kde resolution in 1280x1024, doesnt works, if i start it with my kde resolution in 800x600, doesnt works too, BUT if I start it with 800x600 and after change to 1280x1024 as soon its load, simply works, with 800x600, but works... I ckecked all configurations and components from wine, fonts, everything that I remember... There are anything to do ??... I am in a migration program, and this is one of the main of project... Tks. -- Frederico Bertucci e-mail / msn: fred@netbil.com.br www.netbil.com.br NetBil - Redes e Internet 18-365...
2004 Oct 05
1
problems with X100P - No channeltyperegisteredfor 'Zap'
Just to make sure this isn't a typo in your original email... Is this example from your zapata.conf? Also, the extension you have shown are in extensions.conf not zapata.conf correct? Here is an example of a good zapata.conf.... [channels] language=en busydetect=yes faxdetect=both busycount=7 relaxdtmf=yes callwaiting=yes callwaitingcallerid=yes useincomingcalleridonzaptransfer=yes
2005 Apr 01
2
Rsync over an NFS mount (Scanned @ Decoma)
If I perform an local rsync with the 'delete' option over an NFS mount, and the mount point has been unmounted, the rsync will delete what was once on the local box.. For example Machine 1(192.168.0.1) is a live production server with a database within the /DB directory Machine 2 (192.168.0.2) is an idling server, capturing all changes of Machine 1's database. The rsync is done over
2012 Apr 02
4
Chown
Hello list, i did try to assign permission to folder for some users in samba4 as BDC, for example chown sandy Temp/ chown: invalid user: `sandy' when sandy is a users create in active directory, why sayme that sandy is invalid users????
2011 Feb 10
2
Some RAID-6 observations ... RHEL-6 vs CentOS-5.5
...spare partitions. The only error messages I get are the mdmonitor "missing spares event" emails ... nothing in dmesg. The host OS has its own RAID-1 (+ hot spare) arrays on a separate set of disks and controller, and those arrays always come up correctly. I've checked and double ckecked the mdadm.conf file to make sure the ARRAY, DEVICE and 'devices=....' statements are correct. Using mdadm to shut down an array and then reassemble it always seems to work properly, but something random is happening at boot-time assembly. It's only the hot spare partitions that do...
2008 Feb 14
4
plot each column of a matrix or dataframe versus x in a single plot
How do a plot several columns of a matrix at once in a single plot versus a single x-variable? The default plot.matrix or plot.dataframe commands plot each column versus each other column in several sub-plots. I want to plot each column versus a single other vector (x) as several lines or points in one plot. I can do it by hand: get the range of all variables (i.e. columns of the matrix or
2004 Aug 06
3
Icecast load tests - Too many open files
Hi all, 'm trying to setup an icecast server. It works, bu I want to test how many clients it can serve. Server: Icecast2 on PIII 933Mkz, 512Mo RAM Linux Debian 3.0 One source sent by darkice (can't make ices2 working) The problem is: "The server can't serve more than 1020 clients, because of a file limit" [2003-03-13 14:18:50] WARN connection/_accept_connection accept()
2000 Jul 27
8
ERROR
while trying to log on to my smb server via domain I am getting this error "Your computer could not be joined to the domain because the following error has occurred: the credentials supplied conflict with an existing set of credentials. I am trying to log on to the linux domain from my windows 2000 box I can log on to the workgroup but not the domain and the domain and workgroup are diffrent.
2006 Aug 14
2
Plugins: Validation Reflection and Client-Side Validation
I''ve just put two plugins on RubyForge. Included below are the READMEs. You can get the plugins at svn://rubyforge.org//var/svn/valirefl/validation_reflection/trunk svn://rubyforge.org//var/svn/clientsidevali/client_side_validation/trunk Michael Validation Reflection ===================== Version 0.2, 2006-08-06 This plugin adds reflective access to validations -
2016 Mar 11
6
big module for a project
Hi All, I am using clang to compile Mysql source code. Because I want to do some inter-procedural analysis, hopefully, I want to get a .o(bitcode) file(a module) containing all possible function declarations and definitions. Is it possible to do that ? Or you guys have some suggestions? To be clear, like Mysql, there is a mysqld routine, which is a major routine. I want to mysqld.o(which is
2013 Apr 26
0
Wine release 1.5.29
...b in some FIXME. d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory. d3dx9_36: Add DIB file support to D3DXLoadSurfaceFromFileInMemory. d3dx9_36: Add DIB file support to D3DXSaveSurfaceToFileInMemory. shdocvw: Don't set res variable since it's not ckecked after the call. d3dx9_36: Use more appropriate function names. d3dcompiler_43: Turn FIXME into TRACE as D3DCompiler is no longer a stub. Dan Kegel (1): user32: Add assembly wrapper for calling hook procedures. Daniel Lehman (1): msvcr100: Implement _get_daylight. Detlef R...
2010 Jan 19
10
Install xen from sources or apt-get ?
I''m installing a new server, and I want know waht is better: - Install xen from source from xen.org version 3.4.2 ? - Install xen fron apt-get from debian package 3.2.1 ? The server has Debian Lenny. What is correct on production server ? -- Martin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com