search for: decnet

Displaying 20 results from an estimated 63 matches for "decnet".

2007 Aug 16
1
Forcing ifcfg-eth0 to use the same nic in multi
On 15 August 2007, Les Mikesell <lesmikesell at gmail.com> wrote: <snip> > Everyone believed that except DECnet which expected all cards in the > same machine to have the same MAC. The address should be stored in a > ROM and initialized at startup, so it is probably a firmware or driver > bug. Les: On multiport cards, do the NICs all have different MAC addresses and do they all use the same driv...
2005 May 10
3
Unsupported Kernel for X86_64 and i386
...5.106.unsupported Turned on (as kernel modules) are the following: NTFS XFS JFS ReiserFS UFS (FreeBSD default file system ... Read Only) BeOS (Read Only) Video4Linux and all supported cards (including Video, Audio, Radio and DVB) all Video Cards all Alsa Sound Cards Support for AppleTalk and DECNET ----------------------- I am running this kernel on 5 machines for testing and have had no problems ... but it is NOT officially supported by CentOS {even less than the other stuff :)} You should evaluate whether you want to use this kernel ... and you should test it appropriately prior to puttin...
2013 Aug 01
0
[PATCH V3 1/3] uapi: Convert some uses of 6 to ETH_ALEN
...clude/uapi/linux/dn.h index 9c50445..5fbdd3d 100644 --- a/include/uapi/linux/dn.h +++ b/include/uapi/linux/dn.h @@ -2,6 +2,7 @@ #define _LINUX_DN_H #include <linux/types.h> +#include <linux/if_ether.h> /* @@ -120,7 +121,7 @@ struct linkinfo_dn { * Ethernet address format (for DECnet) */ union etheraddress { - __u8 dne_addr[6]; /* Full ethernet address */ + __u8 dne_addr[ETH_ALEN]; /* Full ethernet address */ struct { __u8 dne_hiord[4]; /* DECnet HIORD prefix */ __u8 dne_nodeaddr[2]; /* DECnet node addr...
2013 Aug 01
0
[PATCH V3 1/3] uapi: Convert some uses of 6 to ETH_ALEN
...clude/uapi/linux/dn.h index 9c50445..5fbdd3d 100644 --- a/include/uapi/linux/dn.h +++ b/include/uapi/linux/dn.h @@ -2,6 +2,7 @@ #define _LINUX_DN_H #include <linux/types.h> +#include <linux/if_ether.h> /* @@ -120,7 +121,7 @@ struct linkinfo_dn { * Ethernet address format (for DECnet) */ union etheraddress { - __u8 dne_addr[6]; /* Full ethernet address */ + __u8 dne_addr[ETH_ALEN]; /* Full ethernet address */ struct { __u8 dne_hiord[4]; /* DECnet HIORD prefix */ __u8 dne_nodeaddr[2]; /* DECnet node addr...
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
...o/newport.h | 12 ++++----- net/appletalk/atalk_proc.c | 4 +-- net/appletalk/ddp.c | 2 +- net/core/neighbour.c | 2 +- net/core/scm.c | 2 +- net/decnet/dn_nsp_in.c | 2 +- net/decnet/dn_nsp_out.c | 2 +- net/decnet/dn_route.c | 2 +- net/decnet/dn_table.c | 4 +-- net/ipv4/igmp.c | 2 +- net/ipv6/...
2013 Jul 29
1
[PATCH 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Joe Perches (3): uapi: Convert some uses of 6 to ETH_ALEN include: Convert ethernet mac address declarations to use ETH_ALEN ethernet: Convert mac address uses of 6 to ETH_ALEN drivers/net/ethernet/8390/ax88796.c | 4 +-
2013 Jul 29
1
[PATCH 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Joe Perches (3): uapi: Convert some uses of 6 to ETH_ALEN include: Convert ethernet mac address declarations to use ETH_ALEN ethernet: Convert mac address uses of 6 to ETH_ALEN drivers/net/ethernet/8390/ax88796.c | 4 +-
2013 Aug 01
1
[PATCH V2 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Change from initial submission: - Remove include/acpi/actbl2.h conversion It's a file copied from outside ACPI sources Joe Perches (3): uapi: Convert some uses of 6 to ETH_ALEN include: Convert ethernet mac address declarations to use ETH_ALEN ethernet: Convert
2013 Aug 01
1
[PATCH V2 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Change from initial submission: - Remove include/acpi/actbl2.h conversion It's a file copied from outside ACPI sources Joe Perches (3): uapi: Convert some uses of 6 to ETH_ALEN include: Convert ethernet mac address declarations to use ETH_ALEN ethernet: Convert
2018 Dec 27
0
PROPOSAL: Extend inline asm syntax with size spec
...| 2 +- > net/appletalk/atalk_proc.c | 4 +-- > net/appletalk/ddp.c | 2 +- > net/core/neighbour.c | 2 +- > net/core/scm.c | 2 +- > net/decnet/dn_nsp_in.c | 2 +- > net/decnet/dn_nsp_out.c | 2 +- > net/decnet/dn_route.c | 2 +- > net/decnet/dn_table.c | 4 +-- > net/ipv4/igmp.c...
2007 Mar 19
9
[BUG?] ip ru flush && RTNETLINK answers: Numerical result out of range
After an: # ip ru flush I loose all my ip rules but the priority 0 one. root@sarasvati:~# ip ru 0: from all lookup 255 root@sarasvati:~# Ok with that, but now i''m not able to insert any new rule. This leads to a total loose of conectivity. root@sarasvati:~# ip ru add from all table default RTNETLINK answers: Numerical result out of range root@sarasvati:~# ip ru add from all
2007 Apr 18
1
[Bridge] Little problem with 1.x versions (if_indextoname)
...ioctl which works with the kernel. Version 1.x uses the libc if_indextoname (here uClibc) which uses the SIOCGIFCONF ioctl and scans the if list to resolv the name for an if_index. The kernel will not send back interfaces which do not have an ip address (or exactly only for protocol family inet or decnet). So if the bridge does not have an ip address the name resolution fails and old_foreach_bridge() fails as well. I'm not sure who has the problem now (kernel, uClibc, bridge) , but I think I will insert if_indextoname() back to the bridge. I hope that this information is useful. Regards Har...
2018 Oct 10
5
PROPOSAL: Extend inline asm syntax with size spec
On Wed, Oct 10, 2018 at 01:54:33PM -0500, Segher Boessenkool wrote: > It would be great to hear from kernel people if it works adequately for > what you guys want it for :-) Sure, ping me when you have the final version and I'll try to build gcc with it and do some size comparisons. Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the
2018 Oct 10
5
PROPOSAL: Extend inline asm syntax with size spec
On Wed, Oct 10, 2018 at 01:54:33PM -0500, Segher Boessenkool wrote: > It would be great to hear from kernel people if it works adequately for > what you guys want it for :-) Sure, ping me when you have the final version and I'll try to build gcc with it and do some size comparisons. Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the
2010 Mar 13
1
klibc build trouble
as the next klibc release 1.5.16 looks like shaping up, I have a trouble to build that for Debian. currently I build depent on linux-libc-dev, I don't know what against I can build latest klibc, see klibc fails to build due too: make -C linux/ ARCH=x86_64 INSTALL_HDR_PATH=debian/tmp/usr/lib/klibc/ headers_install make[3]: *** No rule to make target `headers_install'. Stop. make[2]: ***
1999 Aug 30
0
Samba Installation Help.
> Hi, > > > This is regarding Samba for OpenVMS, I have followed the instructions for > installing Samba for Alpha OpenVMS 7.1 Version 1.9.17p4. My Alpha Server > is having OpenVMS 7.1 running UCX4.2 and DECnet. I have run the LINK.COM > file successfully. I then ran the INSTALL.COM procedure and it started to > copy files to SAMBA_ROOT: directory. The installation ran smoothly and I > have edited the SMB.CONF file as is appropriate for our situation. I am > sure NMBD is started on the server...
2001 Jun 01
0
R-1.2.3 OSF precompiled binary doesn't run under DU4.0D (PR#964)
.../usr/local/lib/R/bin/R_X11.so Subsequent investigation actually reveals that the R_X11.so was linked against libdnet.so, which is not present on standard Digital Unix 4.0D systems. The error is triggered by an inability to load the libdnet.so shared library. As I understand it, libdnet provides DECnet support. Digital Unix 4.0D systems ship with libdnet_stub.so, which is a library of empty stub functions. Is it possible to provide a version of R_X11.so linked against libdnet_stub.so? Aside from this problem, the precompiled binary appears to work (i.e., "R -g none" runs). Cheers, P...
2005 Aug 16
0
[ANNOUNCE] iproute2 util update
...nload/iproute2-050816.tar.gz Update to iproute2 to include: * Limit ip neigh flush to 10 rounds * tc ematch support (thomas) * build cleanups (thomas, et al) * Fix for options process with ipt (jamal) * Fix array overflow in paretonormal distribution build * Update include files to 2.6.13 * Decnet doc update (Steven Whithouse) Note: the ematch support won''t build on really old versions of bison (1.28), but the kernel on those systems wouldn''t support it anyway.
2003 Apr 08
1
Sendmail -- local mail problems
...ueue drwxr-xr-x 2 root daemon 512 Apr 8 15:14 mqueue in freebsd.submit.mc: VERSIONID(`$Id: submit.mc,v 8.9 2002/03/26 03:30:58 ca Exp $') define(`confCF_VERSION', `Submit')dnl define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet define(`confTIME_ZONE', `USE_TZ')dnl FEATURE(`msp', `[127.0.0.1]')dnl secure01# ps -aux | grep sendmail smmsp 35809 0.0 0.4 2928 1912 ?? Is 3:51PM 0:00.00 sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue (se root...
2009 Jun 18
2
[PATCH node-image] Keep nls_utf8.ko module on node-image
...fs/jffs2 fs/jfs fs/minix fs/ncpfs fs/ocfs2 fs/qnx4 fs/reiserfs \ fs/romfs fs/sysv fs/udf fs/ufs fs/xfs" +nls_mods="fs/nls/nls_cp* fs/nls/nls_iso* fs/nls/nls_ko* fs/nls/nls_euc*" + net_mods="net/9p net/appletalk net/atm net/ax25 \ net/bluetooth net/dccp net/decnet net/ieee80211 net/ipx net/irda \ net/mac80211 net/netrom net/rfkill net/rose net/sched net/tipc \ @@ -83,7 +85,7 @@ echo "Removing excess kernel modules" MODULES="/lib/modules/*/kernel" RM="rm -rf" -for mods in $fs_mods $net_mods $misc_mods $driver_mods ; d...