similar to: Samba on A SGI Indy Cyclone IRIX system???

Displaying 20 results from an estimated 1000 matches similar to: "Samba on A SGI Indy Cyclone IRIX system???"

2000 May 27
1
Samba Compile Problems on Indy
Hello, ** Please reply direct to ian@ichilton.co.uk as I am only subscribed to the list in digest mode ** I am trying to compile Samba 2.0.7 on my SGI Indy running IRIX 6.5 I did a: ./configure --with-smbmount (I want smbmount) then, after an hour compiling, it gave this: Compiling client/smbmount.c client/smbmount.c:27: asm/types.h: No such file or directory client/smbmount.c:28:
2003 Sep 24
1
IRIX 5.3 permanently_set_uid problem
Hello, I have tried running OpenSSH 3.7.1p2 on an Indy running IRIX 5.3. It compiled and installed without any problems. However, I get the fatal error, which originates from uidswap.c in function permanently_set_uid(): fatal: permanently_set_uid: was able to restore old [e]uid This happens even if "UsePrivilegeSeparation no" is used in sshd_config. It seems to be a problem
2000 Aug 02
1
version to Irix 6.5
My name is Angelica Nunes and I work at TV Globo Rio de Janeiro/Brazil. I need some help about the SAMBA software. Our system is based on Silicon Graphics' machines, models: Indy, Impact, Onyx and Indigo using Operational System Irix 6.2, 6.3 or 6.4. We must upgrade all these systems to Irix 6.5 version. We would like to know which samba version is compatible with Irix 6.5? Where do I can
1997 Nov 20
3
defunct smbd processes on SGI
Hello We are running samba on SGI/SUN/HP fileservers. We saw a problem on the SGI fileservers. After a while a lot of defunct smbd deamons were hanging and occupying the slots in the process table. We saw the problem with IRIX 5.2 and samba 1.9.16p11 and IRIX 6.2 and samba 1.9.17.p4 . Has anybody seen this problem before? This is a serious problem, because the smbd daemons are filling the
2006 Mar 10
1
Directory Renaming problem Samba 2.2 on IRIX
Hi: I have an old Indy that currently runs Samba 2.x on a Windows 2000/2003 Active Directory Network. It uses DOMAIN security, and the Domain Controllers for password service. Unfortunately, creating directories under Windows is problematic. When I create a directory under Windows, it cannot be renamed from Windows' default name "New Folder", "New Folder (2)" etc.
1997 Apr 11
1
R-beta: Installation problems on SGI-IRIX
Hello, first, I'd like to congratulate everybody involved in the development of this statistical software. I've been working for a while with R on Macintosh, and I like the incredible freedom that we get when working with a flexible program like R. Experiencing serious limitations in the implementation of functions and reuse of results of previous analyses in traditional statistical
2019 Jul 26
2
Doing weird bouncing of IAX trunk calls on purpose
Ok, so this might seem weird, but hang with me on this. I have two sites, Indy and Lafayette that each have their own Asterisk server. They each have their own outside PRI line. They are also trunked internally via and IAX tunnel over a private fiber line. I've recently been asked to have the calls incoming to Indy, forwarded to a group in Lafayette (only during the day, so can't be
2007 Jan 01
2
Samba version 3.0.23d-1 and joining a Windows Domain
All, I installed the new version of samba on my Redhat 9.0 server. I have samba running on another Redhat 9.0 server and the version of samba on that box is 3.0.21c-1 and this server has successfully joined a W2K Domain. I am trying to migrate the data from the host that works to the new host. Here are the steps that I have taken to try and join to the domain. 1. rpm -i -vv
2005 Apr 04
3
"Time went backwards" messages
I have a high end IBM system with 4 HT CPUs, am running xen-unstable with only Dom0 active, and I get lots of "Timer ISR/n: Time went backwards" messages. This is a short segment from dmesg: Timer ISR/1: Time went backwards: -259000 4465110000000 9741000 4465120000000 Timer ISR/6: Time went backwards: -224000 4465110000000 9776000 4465120000000 Timer ISR/6: Time went backwards: -159000
2007 May 24
1
help with libtool!
Hi, Now I am working on BCC Cross-compiler in order to get the binaries for LEON3 (Google SoC 2007). I changed these lines of Makefile ... CC = gcc CPP = gcc -E ... to these : CC = sparc-elf-gcc -mv8 -msoft-float CPP = sparc-elf-gcc -mv8 -msoft-float -E The options means: -mv8 : generate SPARC V8 instructions -msoft-float : emulate floating-point When I run "make", there is a
2007 Apr 24
2
OT: Tux500 Linux Marketing Program
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I found this on my Newsforge newsletter this morning. A group has put together a marketing program attempting to get some cash together for Linux to get a sponsorship sticker on an Indy 500 car. CentOS is on the list of folks who have contributed. Only $25 so far. http://tux500.com/stats.php - Contributor list I thought it was a neat idea, plus it
2003 Mar 17
2
Single shared directory, with a universal password
Hello, I am using Samba "Version 2.2.3a-12 for Debian" on a Debian 3.0 system. I have looked at lots of Samba documentation and have not been able to find anything explaining what I need. I want to create a single directory on my Samba server that is ok for any user (e.g. 'guest ok = yes'), but is password protected. Meaning, I want a share that any user can access as long as
2001 Mar 16
2
X forwarding from Linux -> Irix not working
I'm logging in from an irix machine to a linux machine (both running openssh-2.5.1p2) and am unable to run any X applications. I ran a verbose session and this happens: debug: fd 6 IS O_NONBLOCK debug: channel 0: new [X11 connection from host port 4572] debug: X11 connection uses different authentication protocol. debug: X11 rejected 0 i1/o16 debug: channel 0: read failed debug: channel 0:
2001 Nov 07
1
Can't get test 8 working
I have just installed the IRIX binary version (2.2.2) on an SGI Indy called "indy2" which is running IRIX 6.5.10. I then started to work through the tests in DIAGNOSIS.txt documents and all was well until test 8. To try to get things going I reduced the smb.conf file to the following: [global] workgroup = indy2grp [homes] guest ok = no read only = no [tmp]
2016 Feb 21
2
Schedule pass for a subtarget?
[resending to correct llvm-dev address] Hi, I’d like to start enabling the loop data prefetch pass for Cyclone (an ARM64 subtarget). AFAICT, you can’t really add passes specifically to a subtarget but only to a target. This makes sense because in the new world, you could have different subtargets per function. I just want to make sure my understanding is correct. My plan is to add the pass
2008 Jul 02
0
[LLVMdev] gcc in c++
On Thu, 19 Jun 2008 09:44:46 +0300, Török Edwin wrote: > Hi, > > Have you seen this: http://gcc.gnu.org/ml/gcc/2008-06/msg00385.html > There is a new branch for converting gcc to C++. > > Best regards, > --Edwin The sad thing is that they seem to be replacing one unsafe language with another, presumably with enormous effort. The only hopeful sign in that thread is the
2017 May 30
8
Enable vectorizer-maximize-bandwidth by default?
On Fri, May 19, 2017 at 4:01 PM Adam Nemet via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I will run it on Cyclone/AArch64 next week. > FYI, we're still waiting on these Adam... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170530/7cb390ca/attachment.html>
2015 Nov 11
2
[AArch64] Address computation folding
Hi, Indeed, the complex add is more expensive on all Cortex cores I know of. However there is an important point here that the code sequence we generate requires two registers live instead of one. In high regpressure loops, were probably losing performance. James On Wed, 11 Nov 2015 at 21:09, Tim Northover via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 11 November 2015 at
1999 Jul 15
0
SAMBA IRIX Problem
Dear Experts, I have a problem with SAMBA version 2.0.3 and older. After a few hours of normal operation the workstation disappears from the browserlist but the printing function works normal an I can make a manual connection with the windows-explorer. After a reboot for one or two hours again I can see the workstation normal in the windows explorer. My workstation gives the errormessage:
2003 Nov 06
5
scp vs ftp performance on SGI IRIX????????
Hi, Running OpenSSH 3.5p1 or 3.7.1p2 on two SGI orgin 300 systems of IRIX 6.5.17 with 4 600MHz CPU and gigabits network. Transfer a 1GB file with ftp took 28 seconds. Transfer a 1GB file with scp took 148 seconds. Use "snoop" to capture all network packets between these two systems. Ftp tansmitted about 107840 packets, but scp transmitted about 763339 packets. Is this normal? Why?