Displaying 20 results from an estimated 3000 matches similar to: "Transfer rate on NT/XP/2000 with service pack 6a"
2012 Jan 13
0
iscsi throughput in DomU
Hey Guys,
when starting a DomU we use iscsi as disks for our vms. When testing throughput I get half the troughput in contrast to tests on the Dom0 itself.
For Example:
I log in the target on the xenhost (Dom0) itself and get a troughput of 80mb/s. that''s ok
Now im starting the VM (DomU) and the same target is now attached as xvdb. When doing troughput tests the speed is about
2002 Sep 16
1
Multicasting routing in SUSE
hi all,
This is my first message to the group.My name is Anirban Chakraborti and I am with new mexico state university.
I have recently built a router using suse linux.I need to turn on IGMP and PIM to allow it do multicasting.How to do that? Secondly I also want to control the rate of the datatransfer from the router''s ethernet interface to the ppp interface.
Thanks for the
2004 Sep 16
3
multiprocesor : bridge/router ?
hi,
does someone tried bridge and or router functionality of linux kernel on
multiprocessor system.
Does multiprocessor system increase network performance or give
ability to process higher traffic..
What about highest possible troughput someone have achieved ?
etc..
tia
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2006 Sep 29
5
ObjectPreviouslyDeleted when trying to paint
Hi,
I''m running into something along the lines of bug 5383. I''m hoping I''m
doing something obviously wrong and that someone can point me in the
right direction.
I''ve got a custom paint event handler:
def on_paint
puts "mainframe on_paint"
paint do |dc|
dc.clear
@cl.draw dc
end
end
Then I''ve got a key press
1998 Jun 19
4
file access problems
we're testing a new NFS product for our mainframe system (Conectivitiy
Systems TCP/IP for VSE) and have successfully mapped a virtual drive to our
unix system (AIX 4.2). We use Samba (v.1.9.18p2) to share files with the
Windows 95 and Windows NT systems in the building. We have attempted to map
the "mapped" drive from the mainframe via Samba. We're able to see files in
the
2002 Feb 27
1
Possible big/small endian problem Samba 2.2.2 and 2.2.3a
Hi
We are running Samba on an IBM zSeries mainframe on Linux kernel 2.2.16 and
are running
into problems when using winbindd and security=domain. We are doing a proof
of concept using
opensource and I really hope we can pull it off!
Before I raise a bug report, I would appreciate it if someone can tell me if
this is a known
problem. I have not found anything on it yet.
We have winbindd set up
2011 Oct 26
0
mount.cifs - 4.8.1 -- server side restart - CIFS VFS: No repsonse for cmd
Samba list:
We are mounting a share provided by a Unisys MCP mainframe with the
following fstab entry....
/etc/fstab:
//UnisysMCPmainframe.example.com/staging_test /mnt/staging cifs
rw,file_mode=0775,dir_mode=0775,uid=4051,gid=4053,credentials=/etc/nx-credentials.txt,_netdev
0 0
The mount is established just fine and works with the exception that
the mainframe does not support the POSIX utime()
2004 Aug 06
0
optimization possible?
hi,
Ulrich B. Staudinger wrote:
> uls@mainframe:~/eclipse/avrelay$ java TestClient
> Diff1: 0
> 10
> Diff2: 141
> started.
> uls@mainframe:~/eclipse/avrelay$
Sorry, i think this number (diff2) occured due to jvm startup load ...
when doing repetive encoding the numbers are much closer to Marc's
minimum requirements (with Diff being the elapsed time for encoding on
my
2011 Aug 31
1
mount.cifs -> Unisys MCP Mainframe -- Linux touch command "setting times of `testfile.txt': Permission denied"
I've got a share from a Unisys MCP Mainframe mounted with mount.cifs from
RHEL 6.1 (samba-common-3.5.6-86.el6.x86_64).
when I try to touch a file, it creates the file, but reports an error -
"setting times of `testfile.txt': Permission denied"
strace on the touch command shows that it is erroring out on the utimensat()
call
utimensat(0, NULL, NULL, 0) = -1 EACCES (Permission
2011 Aug 03
0
[LLVMdev] Unisys Compiler--LLVM
Unisys-Lead Engineer
Location: Roseville, MN
Unisys is looking for a Compiler Specialist for our facility in Roseville, MN. We have a ClearPath mainframe product line that has been running on custom CMOS CPUs. The Unisys 36-bit OS2200 CISC mainframe architecture has been evolving for many years and is too expensive to continue implementing in custom silicon, so we have also produced a version
2005 Feb 18
5
FXTable segfaults after multiple setTableSize calls
When I empty and refill an FXTable multiple times with a large data set
(10,000 rows x 1 column in the example below, around 1000 rows x 6
columns in a more complicated app), the application eventually fails
with a segmentation fault. The number of repetitions required to produce
the segfault is rather random, ranging from just a couple reps to 15 or
20 in some trials. The program disappears
2004 Aug 06
2
optimization possible?
hi,
i did some tests about performance in jspeex ...
uls@mainframe:~/eclipse/avrelay$ java TestClient
Diff1: 0
10
Diff2: 141
started.
uls@mainframe:~/eclipse/avrelay$
<p>{
SpeexEncoder e1=new SpeexEncoder();
e1.init(0,1,44100,1);
byte[] by1=new byte[320];
long l1=System.currentTimeMillis();
long l2=System.currentTimeMillis();
System.out.println("Diff1:
2007 May 16
2
Is it possible to pass a Tcl/Tk component as argument to a function
hi! All:
I wonder if someone has done this before...
I am writing several functions that conduct statistical analysis using a
GUI interface by Tcl/Tk, they share many identical GUI components. What
I am trying to do now is to simplify the code by writing a GUI
repository for all the components they use, thus save effort for code
maintenance.
Since they all use:
mainFrame <-
2012 Mar 01
1
[LLVMdev] Linking problem in a pass
HI Duncan,
Your understanding of the problem is correct. However, the XYZ class is not
inside an anonymous name space. Also, all the XYZ methods are defined in
the .cpp file. Looking at the error message:
opt: symbol lookup error: path/to/pass.so: undefined symbol:
_ZN12DataTransferD1Ev
Where DataTransfer is the class name. Maybe I am missing certain type of
constructors?
Thanks,
Welson
On
2010 Mar 20
1
Tab key traversal
Below is my attempt at changing the focus from one text control to the
next control after a person presses the tab key. The wxTE_PROCESS_TAB
style property has been selected for each of the controls. What
corrections do I have to make? Thanks.
#!/usr/bin/env ruby
require ''rubygems''
require ''wx''
require ''tp1.rb''
class MainFrame < TPSC
2001 Mar 06
1
Files >2GB
How do I compile samba with >2GB support? I am running Linux 2.4.2. I
know that my Linux machine works with large files, I have a 4GB tarball
on my machine. What I am trying to do is get our mainframe to pass
6-20GB files to my samba box so I can compress them. I have downloaded
samba 2.0.7 and 2.2.0 alpha2 I just need someone to tell me where to
start to get this to work. My company paid
2003 Dec 19
2
SSH for OS/390 (ODBC SSH-Tunneling to OS/390)
Hi Martin,
my name's Daragh, and I'm a renewal projects architect in the
University of Chicago. I saw your name on a listserv - openssh-unix-dev. I
was hoping you could lend some insight to a problem we're trying to solve.
We are trying to find a way for an Oracle database to connect
securely to a mainframe (OS/390 running Model204 DB) through ODBC (Open
Database Connection
2001 Oct 31
3
One VERY discouraged newbie...
After hearing all the rave about Half-Life/Counter-Strike on Wine I
decided to take the plunge myself... after rpm -e the default OLD wine
packages from my RH7.2 install I installed wine20011004 graciously
provided by http://www.linux-easy.com/daily/ ... setup my ~/.wine/config
and got VERY UPSET when Half-Life install would even work... barfing the
folloowing message! :(
[msowka@mainframe
2001 Nov 05
3
OpenSSH 2.3
Dear Gentlemen:
a couple of months ago we ported OpenSSH 2.3 to an IBM OS/390 Mainframe machine: It ran very well until we tried to connect to an SSH server using SSH2 protocol. On the OS/390 (which is the client) it comes up with the following error messages:
>ssh -v -2 somehost
.
.
.
debug: bits set: 504/1024
debug: len 55 datafellows 0
debug:
1999 Jul 08
1
samba on an IBM mainframe?
Hi,
does anybody know wether samba is running on an IBM mainframe under os/390? Are there any specific things to consider or do it just like for a "normal" unix?
thanks
Stephan Hendl
--
LDS Brandenburg
Dr. Stephan Hendl
fon: +49-(0)331-39 471
EMail: stehan.hendl@lds.brandenburg.de