Displaying 20 results from an estimated 6000 matches similar to: "How-To questions"
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()
2006 Jan 04
1
Nut 2.0.1, net-snmp-5.1.2p2, APC SUA1000 with AP9606: repeated comm lost/established messages
Hello list members,
I am running NUT 2.0.1 on an OpenBSD 3.8 system, using the OpenBSD port for
net-snmp-5.1.2p2. The UPS is connected via an AP9606 Web/SNMP card with
current firmware, and the LAN. All goes well for a long time, usually more
than one month. Then the system starts spitting messages about losing
communications with the UPS. A second message about reconnecting follows
immediately.
2013 May 03
1
MANOVA summary.manova(m) :" residuals have rank"
Dear All, I am trying to perform MANOVA. I have table with 504 columns(species) and 36 rows) with two grouping (season and location)
Zx <- Z[c(4:504)]
Zxm <- as.matrix(Z)
m<- manova(Zxm~Season*location, data=Z)
when I do summary.aov, I get respond for each species but summary.manova
summary.manova(m) :" residuals have rank" 24<501.
What can it be the reason for this error
2004 Aug 10
0
CVS version tags
> -----Original Message-----
> From: Ryan Parlee [mailto:listbox@jesca.com]
> Sent: Tuesday, August 10, 2004 6:10 PM
> To: asterisk-users@lists.digium.com
> Subject: [Asterisk-Users] CVS version tags
>
>
>
> Can someone please tell me which version tags I should be
> using when checking out with cvs. Right now I have two
> directory trees:
>
> 1)
2004 May 27
0
HFC-S BRI Slack9.1 kernel 2.6.6 "Guide" bri-stuff.0.0.2
Hi ""noobs"" and others(like me).
I've been struggling for hours,days,days,days.... to get my Asterisk work
with 2x HFC-S BRI cards.
One card for use in NT-mode for connecting my ISDN DECT phone,and one card
as gateway to PSTN.
Now it'works,and I just want to share some of the experience with others.
I'd guess there must be 'Somebody Out There' having
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
2011 Jan 30
2
[LLVMdev] question on assembler for systemz backend
Hi Anton,
On 01/30/2011 12:44 PM, Anton Korobeynikov wrote:
> Hello
>
>> I am trying to assemble the output of the SystemZ backend with the GNU
>> binutils assembler (build with --target=s390x-linux). I get errors when
>> assembling instructions with literals that are negatives. For example,
>> the test case test/CodeGen/SystemZ/01-RetImm.ll gives errors:
>
2007 Apr 03
1
any help installing 4.4 for s390 (or s390x) on Z9-BC?
I should start off by saying that I know a lot more about linux than I
do z/series hardware....
I've tried centos 3.3 and 4.4 for s390 and s390x, if it make any
difference....
Trying to install 4.4 on an lpar on a z9-BC and having trouble figuring
out how to get the OSA adapter working. I've been told that when I
ftp-boot from the iso image, I should choose "eth" for
2002 Oct 16
0
Transfer rate on NT/XP/2000 with service pack 6a
Hi SAMBA,
This is not quite a remark on SAMBA, more a report of a problem that is
not related to SAMBA. However it could be of concern to your developers
team.
At our company we recently (last week) installed two new fileservers.
The next thing we got was a very strange effect.
The configuration:
- Two fileservers, running (i believe) Windows 2000, with service pack
6A and included all service
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
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 Jan 30
0
[LLVMdev] question on assembler for systemz backend
Hello
> I am trying to assemble the output of the SystemZ backend with the GNU
> binutils assembler (build with --target=s390x-linux). I get errors when
> assembling instructions with literals that are negatives. For example,
> the test case test/CodeGen/SystemZ/01-RetImm.ll gives errors:
There are different instruction sets for z/System. Basically, you have
to provide proper -march
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 <-
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