similar to: Bugreport: Lines swallowed in std_out redirection

Displaying 20 results from an estimated 900 matches similar to: "Bugreport: Lines swallowed in std_out redirection"

2001 Nov 20
2
Problem downloading driver from Samba.
Hi! Has made as is said in Printing Support in Samba 2.2.x #rpcclient hydra -U root%******** -c "enumprinters" Domain = [AZCHER] OS = [Unix] Server = [Samba 2.2.2] flags: [0x800000] name: [\\ HYDRA\fax] description: [HYDRA \\ HYDRA\fax,] comment: [] flags: [0x800000] name: [\\ HYDRA\PrintServer] description: [HYDRA \\
2008 Sep 02
4
Permission denied on mounted CIFS share
We have this situation: System A (running openSUSE 11.0 with samba-3.2.3-0.1) exports user home shares (e.g. for user sledz). On system B (running openSUSE 11.0 with samba-3.2.3-0.1) user hydra mounts the home share from sledz at system A with this command: sudo mount -t cifs -o user=sledz,uid=hydra //A/sledz localdir A subdir of this directory seen from A looks like this: sledz@A> ls
2007 Apr 12
0
[LLVMdev] Compiler name: Nāga
On Apr 12, 2007, at 10:57 AM, Michael McCracken wrote: > Hi, the idea of a dragon theme reminded me of the dragon-like serpents > called "Nāga" from Cambodian mythology, among other places. naga.org already exists, though. We probably want to have the .org available. I like the dragon theme but most of the familiar dragon names are taken. The Hydra of Greek mythology was a
2010 Jun 09
4
Could not retrieve catalog from remote server: certificate verify failed
Hi guys, I''m trying to setup my first puppet installation and I''m running into problems. I''ve got the puppetmaster running on a fresh install of Centos 5.4. The puppet client is also on another Centos 5.4 server. Once I''ve signed the client certificate on the puppetmaster, the client seems to break. See below for the debug output from the client. Any clue as
2006 Nov 27
2
using nut to monitor SNMP UPS unit
Hi all, I've been trying to build NUT (latest release source) on a pretty "standard" CentOS (RHEL style) linux box, to monitor an APC Symmetra UPS Unit which powers our server room and broadcasts information via SNMP to appropriate clients. I am having some trouble even encouraging NUT to build with snmp support, which doesn't seem to happen by default. I am curious if anyone
2013 Jul 18
2
001: RELIABILITY FIX: March 15, 2013
Can someone please provide me with a little more information about this. It could be the source of some issues I am seeing with mpirun/mpiexec.hydra/ssh (post earlier today), and information about what it leads to (and any signatures) would be helpful. Thanks. -- Professor Laurence Marks Department of Materials Science and Engineering Northwestern University www.numis.northwestern.edu
2011 Aug 17
2
[LLVMdev] svnsync of llvm tree
I'm trying to setup a svnsync copy of the entire llvm svn tree. I get the svnsync repository initialized, and then the first 67357 revisions get copied without issue. And then it attempts to get rvisions 67358 from llvm.org, and it fails. Repeatably. It transfers about 22MB of data for this revision, and then dies: lidl at hydra-146: svnsync sync file:///p/llvm/svn Transmitting file data
2003 Aug 21
2
mcmc
Hello, I am about to move all of my modelling work into R, and I have been investigating the present state of MCMC and Bayesian methods in R. Following a thread on the mailing list in 2000, I have looked at mcmcpack and Hydra. Three years down the line, is there anything new in this area? I have used both MCSim and WinBUGS in the past. The first one seems promising, but is too focused towards
2016 Nov 29
5
[RFC] Parallelizing (Target-Independent) Instruction Selection
Hi, Though there exists lots of researches on parallelizing or scheduling optimization passes, If you open up the time matrices of codegen(llc -time-passes), you'll find that the most time consuming task is actually instruction selection(40~50% of time) instead of optimization passes(10~0%). That's why we're trying to parallelize the (target-independent) instruction selection process
2007 Dec 07
3
[LLVMdev] Regression on <4 x i1>?
Hola LLVMers, One of the corner-case features of the Hydra language I work on are Boolean vectors of length 2, 3, or 4 which I've been representing as either <2 x i1> or <4 x i1>. I picked up the latest LLVM about a week back and since then I've been unable to compile things using this construct. It asserts in TargetData::getAlignmentInfo since it doesn't have
2012 Aug 28
1
psad Error
Just installed psad and am testing it. This morning I awoke to an email saying: [-] You may just need to add a default logging rule to the /sbin/ip6tables ''filter'' ''INPUT'' chain on hydra. For more information, see the file "FW_HELP" in the psad sources directory or visit: http://www.cipherdyne.org/psad/docs/fwconfig.html Well I have
2011 Aug 17
0
[LLVMdev] svnsync of llvm tree
Hello Kurt, > lidl at hydra-146: svnsync sync file:///p/llvm/svn > Transmitting file data ....... > [...] > ......svnsync: REPORT of 'http://llvm.org/svn/llvm-project/llvm': Could not read chunk size: connection was closed by server (http://llvm.org) You cannot checkout the whole llvm repository. Only trunk or separate tags/branches. -- With best regards, Anton Korobeynikov
2016 Nov 29
2
[RFC] Parallelizing (Target-Independent) Instruction Selection
> On Nov 29, 2016, at 1:14 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > >> On Nov 29, 2016, at 4:02 AM, Bekket McClane via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi, >> Though there exists lots of researches on parallelizing or scheduling optimization passes, If you open up the time
2007 Nov 12
0
Workers calling Workers
Hello, We are working on a centralized report generating project, which calls for data processing on different servers and then centralizes the reports into a single project. What we would like to do is have a Monitor BackgrounDRb worker call another BackgrounDRb worker to process data on a different server, and then have our Monitor Worker collect the data and then store it according to our
2002 Dec 11
1
Samba printing on Solaris 8
Hi: I am new to the Samba world and I am having problems with printing. I have Samba installed on a Solaris 8 server. I can see the Samba shares and the printer (lasersys) in Windows Explorer. I have installed the printer on my workstation (NT 4.0) using the Windows 'Add Printer' wizard. However, when I send a print job to the printer (Wordpad:File > Print) the job never gets to the
2005 Dec 24
2
Variable dumper
Hi there, I am newbie both in Ruby and in Rails. My experience is mostly PHP. In PHP, there is a var_dump($mixed) function that dumps the object $mixed to std_out. This is helpful to see the curent value of a variable, of if it is an object, everything that is in the object. Is there an equivalent methods in RoR? Thanks, Ezra -- Posted via http://www.ruby-forum.com/.
2019 May 15
3
Delinearization validity checks in DependenceAnalysis
Hi David, Thank you very much for your response. I also get correct results for my example (for a 64-bit target) if the upper bounds are changed to unsigned. The reason is simply because clang zero-extends `m` for address calculations but sign-extends it for the loop upper bound. This prevents SCEV from canceling out the 'm' term from the difference expression that looks like `(-3 +
2007 Dec 07
0
[LLVMdev] Regression on <4 x i1>?
Duncan, could this be related to your recent work? Chuck, this is unlikely to be a x86 specific problem. Please file a bug. Thanks! Evan On Dec 6, 2007, at 5:06 PM, Chuck Rose III wrote: > Hola LLVMers, > > One of the corner-case features of the Hydra language I work on are > Boolean vectors of length 2, 3, or 4 which I’ve been representing as > either <2 x i1> or
2003 Dec 18
0
Upgrade from 2.2.8a to 3.0.1 issues
Greetings, Yesterday, I attempted to migrate my existing samba file server, running 2.2.8a on Linux (2.4.23), which provides file sharing services to a Windows NT domain with approximately 150 users. It has been working well for over a year now, and other upgrades have gone off without a hitch. The samba server connects to a windows NT PDC. The relevent snip from my smb.conf file is:
2003 Mar 11
0
Reminder: Please join us!!
========================================================== Reminder: Please join us!! ========================================================== Hello, Bodacion Technologies invites you to learn more about our secure Web services appliance, HYDRA. Learn what your network architecture will look like implementing HYDRA, what standards and protocols HYDRA incorporates into its services, and how