search for: utp

Displaying 20 results from an estimated 85 matches for "utp".

Did you mean: up
1999 Oct 17
1
Pinging win from FreeBSD
...ought you might be able to help me. I have 2 machines, 1 is FreeBSD, 1 is win95. They can't ping each other, but the bsd box comes up in Network Nieghborhood when Samba is active. What's going on? Is it not possible to ping a windows machine from a unix box? They are on the same hub via UTP. IPs are 192.168.1.x and netmasks are same (255.255.255.0). No ipfw or routed running. Does anyone out there have a small network like this that mabye I can bounce a few questions off you? Heres some output to look at: >> ifconfig -a pn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTIC...
2009 Mar 22
2
Lock enabling onboard lan (Attansic L1 GbE) on 7.1-PRERELEASE
Any news about that? http://lists.freebsd.org/pipermail/freebsd-stable/2009-January/047527.html
2011 Apr 11
2
Asterisk-Asterisk E1 connection
Dear, I have two Asterisk PBXs with an E1 interface/RJ-45 port in both boxes. I need to connect both PBXs with E1/R2 and UTP cable. What are the requirements to deploy the UTP cable ??? Straight-through or crossover ??? What are the pinouts in both peers ??? Thanks a lot, Alejandro
1999 Nov 19
0
[patch2, 1.2pre13] solaris 7 patch for bsd-login.c
....1 1999/11/19 04:32:34 damien Exp $"; #endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <fcntl.h> *************** *** 48,53 **** --- 49,56 ---- #include <utmp.h> #include <stdio.h> + #include "config.h" + void login(utp) struct utmp *utp; *************** *** 58,63 **** --- 61,67 ---- tty = ttyslot(); if (tty > 0 && (fd = open(_PATH_UTMP, O_RDWR|O_CREAT, 0644)) >= 0) { + #ifdef HAVE_HOST_IN_UTMP (void)lseek(fd, (off_t)(tty * sizeof(struct utmp)), SEEK_SET);...
2000 Apr 21
0
OpenSSH 1.2.3 on AIX 4.3.3
...s the patch I came up with, which may be a little more straightforward than the original. I confirmed that it works under Solaris 2.[67] too. Don't forget to run autoconf. --- bsd-login.c.orig Sat Dec 25 18:21:48 1999 +++ bsd-login.c Thu Apr 20 18:26:41 2000 @@ -65,15 +65,23 @@ struct utmp *utp; #endif /* defined(HAVE_UTMPX_H) && defined(USE_UTMPX) */ { +#if defined(HAVE_PUTUTLINE) + struct utmp *old_utp; +#else #if defined(HAVE_HOST_IN_UTMP) struct utmp old_ut; #endif + int tty; +#endif /* HAVE_PUTUTLINE */ #if defined(HAVE_UTMPX_H) && defined(USE_UTMPX) struct u...
1999 Oct 17
1
Ping win/FreeBSD probs
...t ;) ) and noticed that the mac address is 00:a0:cc:36:16:5e HA!!! 'ifconfig -a' says: pn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 ether 87:ff:87:ff:87:ff media: autoselect (10baseT/UTP <half-duplex>) supported media: autoselect 100baseT4 100baseTX <full-duplex> 100baseTX <half-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP <half-duplex> 10baseT/UTP That mac address is wrong!! I'm salivating now. Soooooo, how do I change...
2000 May 12
0
SunOS 4.x port
...06:53:53 2000 +++ bsd-login.c Fri May 5 12:30:48 2000 @@ -60,6 +60,7 @@ #include <stdio.h> #include <string.h> +#ifdef USER_PROCESS /* * find first matching slot in utmp, or "-1" for none * @@ -93,6 +94,13 @@ endutent(); return(-1); } +#else +int find_tty_slot( utp ) +struct utmp * utp; +{ + return(ttyslot()); +} +#endif #if defined(HAVE_UTMPX_H) && defined(USE_UTMPX) void @@ -127,13 +135,16 @@ } else { /* If no tty was found... */ if (tty == -1) { +#ifdef USER_PROCESS /* ... append it to utmp on login */ if (utp->ut_type == USE...
2009 Feb 24
4
7.1-R to RELENG_7 upgrade breaks re nic
Hi, I upgraded my 7.1-RELEASE system to RELENG_7 yesterday and after booting, re0 works for only a short time, then gives "re0: PHY read failed" over and over. Does anyone have a suggestion on how to debug? Thanks, Steve
2006 Apr 22
4
Pinouts for T1/E1 crossover cable WAS "RE: what cable to connect a legacy PBX to a TE410P ?"
...5 (8-cond.) is pinned out as follows: 1 - 4 2 - 5 3 - NU 4 - 1 5 - 2 6 - NU 7 - NU 8 - NU NU = Not Used I have not in my experience seen any problems with using a Good Quality Cat5 vs. Cat 3 (telco standard) cable for X-connects. YMMV, but you should be fine. As far as the shielding goes, I use UTP cables and Connectors all the time and some of my X-connects run over 100 feet. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Steve Totaro Sent: Saturday, April 22, 2006 11:49 AM To: Paul Mahler; Asterisk Us...
2004 Jul 26
3
TE405P and E1
...rk and i've just got my Digium TE405P. But i have some problems when i connect it to my E1 connection (ISDN30). My telco delivered a alcatel box witch have a G.703 120ohm (DB9 with a serial to rj45) and a 75ohm coax connection. I've tried to connect using the 120ohm with rj45 and a ordinary utp cable. But it dosent seem to work. I've tried several zaptel.conf setting, but none of them made the led stop blinking. <my current zaptel.conf> span=1,1,0,ccs,hdb3,crc4 bchan=1-15 dchan=16 bchan=17-31 loadzone=us defaultzone=us </my current zaptel.conf> Do you have any hints. re...
1997 Dec 14
1
Samba performance on Fast Ethernet networks when linked to Win95
...If any of you could have some ideas or suggestions , please mail me (cc: teo@flex.ro) because I am not (yet) on this mail list. First of all, may I present you : 1. THE SERVER - Compaq PROLIANT 800 Pentium Pro 200 MHz, 64 Mb RAM 2 Gb SCSI HDD Fujitsu Allied Telesyn 10/100 Ethernet card, UTP Linux 20.32 + Samba 1.9.17p4 2. THE WORKSTATION Pentium 100 MHz, 16 Mb RAM 1,2 Gb EIDE HDD Allied Telesyn 10/100 Ethernet card, UTP Windows 95 Those 2 computers where linked through a Fast Ethernet Allied Telesyn hub, UTP. No other disturbing workstations were conected to the HUB....
2001 Dec 27
3
Very poor writing performance
Hi; I am using Samba 2.2.0 on a small business network (192.168.1.x). I am running Suse 7.2 on a pentium pro 120. This machine is also the local gateway (isdn) using masquarading. I have a 10 Mbs utp network. I am experiencing an extreme difference in read and write speed over the samba server. Writing from a windows machine (windows 98se) to the linux box gives me data rates of approx 16 kByte/sec, reading from the linux box to the windows machine is near 1 MByte/sec. Using smbclient on the...
1999 Nov 19
1
[solaris 7 patch] resubmit and extended ...
Okay, everything as the first large one I sent today, with a few extra mods. _PATH_MAILDIR is only used in sshd.c, that I can see, so moved the #ifdef from config.h.in to there. several files had __progname defined in the middle of the code, as well as at the top of the code, so cleaned those out. all the fixes for u_int32_t -> uint32_t and u_int16_t -> uint16_t, plus added appropriate
2000 May 31
3
Solaris utmp problems
Could all those who were having problems with utmp logging on Solaris please try the test release at: http://violet.ibs.com.au/openssh/files/test/openssh-TEST-2000053100.tar.gz Users on other platforms, particularly HP/UX, AIX and SCO are invited as well, to test compatibility. The login code is heaps cleaner now. -d -- | "Bombay is 250ms from New York in the new world order" -
2004 Nov 16
1
Tinc on MacOs X
My intention is to set up tinc so that I can connect from home to an office network. All CPUs are running MacOs X, 10.2.8 or 10.3.5. I have read the tinc manual, tincd.8 and tinc.conf.5. However, I am still unclear about a few issues. First and foremost, how to I setup the VPN interfaces on the hosts, on MacOs X? Which file do I have to alter and what is the exact syntax on Os X to setup
2000 May 26
4
openssh-2.1.0p2 ans Solaris 8
I have some troubles with subj and proper utmpx/wtmpx functionality. After successfull ssh connect to Solaris 8 box, I run #w 11:59am up 13:45, 1 user, load average: 0.00, 0.01, 0.02 User tty login@ idle JCPU PCPU what root console 11:43am 9 bash # Record about my pts/1 login is absent. Next command I run from Solaris 8 console
2006 Jun 19
1
Migration:Several field in primary key
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hail!. How I can use several fields in my primary key? :id, it''s the only primary key... For example, i want to use : Primary key (:id,:code). -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFEle0iL/7qrmQA7FkRAhRjAJ4opOmBlaX13hQ+re5XHhPm53I2kQCgr4Op
2005 Jul 03
0
"bug" with ifconfig ... ?
...> mtu 16384 inet 127.0.0.1 netmask 0xff000000 rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=8<VLAN_MTU> inet 192.168.0.5 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:0d:88:22:78:e4 media: Ethernet 10baseT/UTP status: active mobile# ifconfig rl0 -alias mobile# ifconfig -a lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=8<VLAN_MTU> ether...
2012 May 17
1
kernel: nfs: RPC call returned error 88
We have a 2-node Oracle RAC that keeps getting the following error: kernel: nfs: RPC call returned error 88 The storage being mounted is netapp. We don't see any errors/issues on the storage itself or the switches this client is connecting thru. The NFS network is a 2-interface ( 2 x 1Gb UTP) bond which shows no errors of any kind. We are mounting with the following mount options: rw,noac,nointr,bg,hard,timeo= 600,wsize=32768,rsize=32768,nfsvers=3,tcp This problem sometimes hits the OCR votedisk shares and causes the instance to crash. These systems were upgraded to 5.6 back in Janu...
2004 Oct 06
2
IAX2 Sporadic TX/RX retries
Hi, I'm trying to track down why I'm getting calls dropped on an infrequent basis between two asterisk servers which are at the same physical location and connected to each other with UTP ethernet. Here is the connection diagram Asterisk Server 1 ===UTPENET== Switch ====UTPENET==== Asterisk Server 2 I see sporadic RX and TX frame retries when I enable iax2 debugging on either box. Here's some sample output: Timestamp: 30016ms SCall: 00005 DCall: 00001 [192.168.17.200:4...