search for: processs

Displaying 20 results from an estimated 23 matches for "processs".

Did you mean: process
2006 Nov 21
1
OT: Sure. Release processs for CentOS 5
Hi all, Somebody knows if exists some roadmap about release beta process for CentOS 5 in parallell with RedHat ?? Or we need ot wait until RedHat 5 will be released?? Many thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20061121/5d0cde50/attachment-0002.html>
2007 Sep 29
1
Re: anyone using flac --sector-align?
...ool before encoding to flac, I'm pretty sure (don't have the code and couldn't read it if I had it) that shntool's "fix" module doesn't use flac's --sector-align option but has its own routines. For one thing, shntool can fix .wav files or anything else it can processs, and for another, when --sector-align had that buffer clearing error a few versions ago, shntool fix didn't exhibit it. So if I'm right about that, Flac Front-End's call to flac --sector-align needs it, but shntool (and Trader's Little Helper, which overlays shntool) shouldn...
2008 Jul 03
1
Processing 10^8 rows and 1^3 columns
With smaller tab-limited files, I could load them using read.table and the likes. Now I have a gigantic 10^8 rows and 1^3 columns tab-limited file for processsing, please throw some ideas how to handle it. Thanks _________________________________________________________________ Publish your photos to your Space easily with Photo Gallery. [[alternative HTML version deleted]]
2006 Jun 27
3
User websites with templates.
Hi, I''m very new to Rails and have a general question. What technique would you use to allow users who have a uniform set of data to create very un-uniform websites from that data? One set of data, many different website/output possibilities. It would have to go beyond CSS. I''m assuming there will potentially be some level of scripting involved for each template. The goal is
2011 May 27
6
Environment Variables
I noticed that many configuration options (configure.txt) have environment variable overrides. However, an important one does not. In the configuration.txt file, there is one section: Directories used by NUT at run-time ----------------------------------- --with-pidpath=PATH Changes the directory where pid files are stored. By default this is /var/run. Certain programs like upsmon will
2007 Sep 29
3
anyone using flac --sector-align?
is anyone using the --sector-align option of flac, or flac frontend, or shntool? that option actually complicates the flac code a lot and I would like to take it out if possible. it really belongs in a higher level encoding or burning tool. if you are using it, let me know which tool you use it with and if it's with wave, aiff, or raw files.
2006 Feb 27
0
Difficult bug
...rails. In my program I have an option to ''add funds'' to the account. When the user selects this option I ask them how much they want to pay, etc., I then take this info and the user is taken to an authorize.net payment page (I pass the data that Authorize.net needs in order to processs the order). If everything goes well, the user gets charged and Authorize.net is instructed to call one of my controllers. It calls the controller successfully -- there''s only one problem. The session and cookies that were created have suddenly disappeared so I can''t retrieve...
2006 Feb 27
0
session disappears when I leave site
...by rails. In my program I have an option to ''add funds'' to the account. When the user selects this option I ask them how much they want to pay, etc., I then take this info and the user is taken to an authorize.net payment page (I pass the data that Authorize.net needs in order to processs the order). If everything goes well, the user gets charged and Authorize.net is instructed to call one of my controllers. It calls the controller successfully -- there''s only one problem. The session and cookies that were created have suddenly disappeared so I can''t retrieve the...
2002 Mar 30
1
[Bug 190] ssh locks while waiting for output of df
http://bugzilla.mindrot.org/show_bug.cgi?id=190 ------- Additional Comments From stevesk at pobox.com 2002-03-31 04:42 ------- what is the df bug that causes this? we should timeout for no output cases. can you also try 3.1p1? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2020 Mar 18
4
[ORC JIT] -Resolving cross references in a multi-process scenario
...having a single ExecutionSession attached to the target process and then running just the compilers on other processes. That gives you a star-like IPC network with N + 1 connections: One between the execution session and each of the N compilers, and one between the execution session and the target processs. In your model it sounds like the risk is that you may end up with N(N + 1) IPC links with every execution session having to communicate with every other and also with the target process. -- Lang. On Tue, Mar 17, 2020 at 12:34 AM Gaier, Bjoern <Bjoern.Gaier at horiba.com> wrote: > Hello...
1999 Nov 12
3
problems running samba on Caldera 2.3?
I have the default installation of samba (2.0.5) that came with Caldera OL 2.3, but it doesn't seem to be starting up properly, nor is SWAT working. When I run the script 'samba start', I get the message "Starting samba: smbd nmbd", but when I check the running processes, only nmbd shows up. Running smbstatus gives me the message "Couldn't open status file
2011 Aug 17
2
building a supermin appliance with febootstrap...
Rich, So, I tried to build the simple supermin app. from your blog. I can confirm that I did get to the shell when I invoked qemu-kvm. I used the standard qemu-kvm cmdline (but appended a serial console). This boots fine. ######################################################## [root at moon appliance-test]# qemu-kvm -kernel kernel -append "console=tty0 console=ttyS0,115200" -initrd
2006 Feb 09
3
menu.c32 error "Windows is bypassing your startupfiles"
Franga . wrote: > > Now i moved to my next step of trying to get Simple Menu's working. My > problem occurs after selecting a menu option. The image loads and > gives me this output: > > command line: initrd=images/c201.img BOOT_IMAGE=memdisk Disk is > floppy, 1440 K, C/H/S = 80/2/18 Total size needed = 1491 bytes, > allocating 2K Old dos memory at 0x9f000 (map
2004 Jan 28
3
Server crashed using rsync
I'm trying to make a backup using this command rsync -auvH /home/ /bak --delete --bwlimit=1000 --status server load has been increased so much and the server crashed, as well has gone out of memory My Server is a Dual Xeon 2.0 GHz with 2GB of Memory + 1GB Swap. Could be that there are too many files, about 5.000.000, to be backed up ? The way the files are structured make very
2002 Jul 31
18
so-called-hang-on-exit
so, should this go into 3.5? Index: serverloop.c =================================================================== RCS file: /home/markus/cvs/ssh/serverloop.c,v retrieving revision 1.103 diff -u -r1.103 serverloop.c --- serverloop.c 24 Jun 2002 14:33:27 -0000 1.103 +++ serverloop.c 12 Jul 2002 16:34:20 -0000 @@ -388,6 +388,11 @@ buffer_append(&stderr_buffer, buf, len); } } + /*
2002 Nov 26
4
printer list from cups without restart?
Hi, while using cups as a print system and sharing all the printers with samba to windows clients, is it possible to 'view' a newly created printer in the browse list without restarting smbd ? (samba 2.2.7) Holger
2006 Dec 18
13
unit testing wxruby GUIs
...;') b = Wx::Button.new(f, -1, ''click'') evt_button(b.get_id) { | e | Kernel.raise ''I was clicked'' } # I got this 10003 id by calling get_event_type on a real button event test_event = Wx::CommandEvent.new(10003, b.get_id) # simulated event processsing - call the event handler above process_event(test_event) I would be interested in developing a neater API to this. The event type constants (eg 10003 for EVT_TYPE_BUTTON) may be exposed already somewhere in wxruby but I don''t know off hand. You might also take a look at an older...
2002 Nov 22
3
Print limiting
Hi all This is my first time writting to samba I'd like to get a quickly help in this: Where can I find a program or how can I configure my samba server in order to limit the number of pages to be printed by users. Best regards
2020 Mar 06
2
[ORC JIT] -Resolving cross references in a multi-process scenario
Hello LLVM-Mailing-List and Lang, I have a very weird (or strict?) scenario and was curious if the ORC JIT can help me with it. Soo here it comes: I have currently a windows process ("Runtime") which does nothing but creating a shared memory with read, write and execute rights - and also writing some function addresses like from printf to it. Then I have two or more processes which
2011 Jan 31
4
disable_plaintext_auth = no ignored by dovecot in Ubuntu 10.04
Help!! I have been trying to get Dovecot configured to allow plaintext auth with no success. After some testing with the mail system I discovered the >dovecot -a commant to dump the config file values from the program. Gee, changing the value of disable_plaintext_auth had no effect on what the program reported this value to be! To eliminate possible errors caused by other config file