search for: mac0

Displaying 14 results from an estimated 14 matches for "mac0".

Did you mean: mac
2013 Dec 04
2
Found duplicate PV
...] [UU] ... this raid partition has a lvm physical volume with one volume group and several logical volumes. This machine is running since years and I seldom touch the lvm config. The lvm commands are giving me strange warnings I am uncomfortable with ... # pvdisplay Found duplicate PV b79x0kLXR9mAC0z0IZUxyJG1VC24Crl7: using /dev/sda2 not /dev/md1 --- Physical volume --- PV Name /dev/sda2 VG Name vg_sys PV Size 1.36 TB / not usable 6.81 MB Allocatable yes PE Size (KByte) 32768 Total PE 44709 Free PE 17...
2023 Jun 08
2
Unable to contact RPC server on a new DC
...samba/sysvol > read only = No > >>> Member server: > > # Global parameters > [global] > dos charset = CP866 > workgroup = DARKDRAGON > realm = ADS.DARKDRAGON.LAN > netbios name = DAEMON1 > interfaces = lo mac0 > bind interfaces only = Yes > security = ADS > dedicated keytab file = /etc/krb5.keytab > kerberos method = secrets and keytab > log level = 1 > server min protocol = NT1 > min protocol = NT1 > client m...
2023 Nov 07
2
Unable to contact RPC server on a new DC
...n System Volume csc policy = disable path = /var/lib/samba/sysvol read only = No Member server: # Global parameters [global] dos charset = CP866 workgroup = DARKDRAGON realm = ADS.DARKDRAGON.LAN netbios name = DAEMON1 interfaces = lo mac0 bind interfaces only = Yes security = ADS dedicated keytab file = /etc/krb5.keytab kerberos method = secrets and keytab log level = 1 server min protocol = NT1 min protocol = NT1 client min protocol = NT1 client ldap sasl wrapp...
2023 Nov 06
1
Unable to contact RPC server on a new DC
...ember server: > >> > # Global parameters > >> [global] > >> dos charset = CP866 > >> workgroup = DARKDRAGON > >> realm = ADS.DARKDRAGON.LAN > >> netbios name = DAEMON1 > >> interfaces = lo mac0 > >> bind interfaces only = Yes > >> security = ADS > >> dedicated keytab file = /etc/krb5.keytab > >> kerberos method = secrets and keytab > >> log level = 1 > >> server min protocol = NT1 &...
2023 Nov 06
2
Unable to contact RPC server on a new DC
...d only = No >> >>> Member server: >> > # Global parameters >> [global] >> dos charset = CP866 >> workgroup = DARKDRAGON >> realm = ADS.DARKDRAGON.LAN >> netbios name = DAEMON1 >> interfaces = lo mac0 >> bind interfaces only = Yes >> security = ADS >> dedicated keytab file = /etc/krb5.keytab >> kerberos method = secrets and keytab >> log level = 1 >> server min protocol = NT1 >> min protocol...
2023 Nov 07
1
Unable to contact RPC server on a new DC
...th = /var/lib/samba/sysvol > read only = No > > > Member server: > # Global parameters > [global] > dos charset = CP866 > workgroup = DARKDRAGON > realm = ADS.DARKDRAGON.LAN > netbios name = DAEMON1 > interfaces = lo mac0 > bind interfaces only = Yes > security = ADS > dedicated keytab file = /etc/krb5.keytab > kerberos method = secrets and keytab > log level = 1 > server min protocol = NT1 > min protocol = NT1 > client min proto...
2014 May 08
2
[PATCH] net: get rid of SET_ETHTOOL_OPS
.../ethernet/realtek/r8169.c index aa1c079..be425ad 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c @@ -7125,7 +7125,7 @@ rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) for (i = 0; i < ETH_ALEN; i++) dev->dev_addr[i] = RTL_R8(MAC0 + i); - SET_ETHTOOL_OPS(dev, &rtl8169_ethtool_ops); + dev->ethtool_ops = &rtl8169_ethtool_ops; dev->watchdog_timeo = RTL8169_TX_TIMEOUT; netif_napi_add(dev, &tp->napi, rtl8169_poll, R8169_NAPI_WEIGHT); diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/eth...
2014 May 08
2
[PATCH] net: get rid of SET_ETHTOOL_OPS
.../ethernet/realtek/r8169.c index aa1c079..be425ad 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c @@ -7125,7 +7125,7 @@ rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) for (i = 0; i < ETH_ALEN; i++) dev->dev_addr[i] = RTL_R8(MAC0 + i); - SET_ETHTOOL_OPS(dev, &rtl8169_ethtool_ops); + dev->ethtool_ops = &rtl8169_ethtool_ops; dev->watchdog_timeo = RTL8169_TX_TIMEOUT; netif_napi_add(dev, &tp->napi, rtl8169_poll, R8169_NAPI_WEIGHT); diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/eth...
2014 May 11
7
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
.../ethernet/realtek/r8169.c index aa1c079..be425ad 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c @@ -7125,7 +7125,7 @@ rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) for (i = 0; i < ETH_ALEN; i++) dev->dev_addr[i] = RTL_R8(MAC0 + i); - SET_ETHTOOL_OPS(dev, &rtl8169_ethtool_ops); + dev->ethtool_ops = &rtl8169_ethtool_ops; dev->watchdog_timeo = RTL8169_TX_TIMEOUT; netif_napi_add(dev, &tp->napi, rtl8169_poll, R8169_NAPI_WEIGHT); diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/eth...
2014 May 11
7
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
.../ethernet/realtek/r8169.c index aa1c079..be425ad 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c @@ -7125,7 +7125,7 @@ rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) for (i = 0; i < ETH_ALEN; i++) dev->dev_addr[i] = RTL_R8(MAC0 + i); - SET_ETHTOOL_OPS(dev, &rtl8169_ethtool_ops); + dev->ethtool_ops = &rtl8169_ethtool_ops; dev->watchdog_timeo = RTL8169_TX_TIMEOUT; netif_napi_add(dev, &tp->napi, rtl8169_poll, R8169_NAPI_WEIGHT); diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/eth...
2014 May 11
7
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
.../ethernet/realtek/r8169.c index aa1c079..be425ad 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c @@ -7125,7 +7125,7 @@ rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) for (i = 0; i < ETH_ALEN; i++) dev->dev_addr[i] = RTL_R8(MAC0 + i); - SET_ETHTOOL_OPS(dev, &rtl8169_ethtool_ops); + dev->ethtool_ops = &rtl8169_ethtool_ops; dev->watchdog_timeo = RTL8169_TX_TIMEOUT; netif_napi_add(dev, &tp->napi, rtl8169_poll, R8169_NAPI_WEIGHT); diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/eth...
2014 May 08
0
[PATCH] net: get rid of SET_ETHTOOL_OPS
...25ad 100644 > --- a/drivers/net/ethernet/realtek/r8169.c > +++ b/drivers/net/ethernet/realtek/r8169.c > @@ -7125,7 +7125,7 @@ rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) > for (i = 0; i < ETH_ALEN; i++) > dev->dev_addr[i] = RTL_R8(MAC0 + i); > > - SET_ETHTOOL_OPS(dev, &rtl8169_ethtool_ops); > + dev->ethtool_ops = &rtl8169_ethtool_ops; > dev->watchdog_timeo = RTL8169_TX_TIMEOUT; > > netif_napi_add(dev, &tp->napi, rtl8169_poll, R8169_NAPI_WEIGHT); > diff --git a/...
2014 May 11
0
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
...25ad 100644 > --- a/drivers/net/ethernet/realtek/r8169.c > +++ b/drivers/net/ethernet/realtek/r8169.c > @@ -7125,7 +7125,7 @@ rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) > for (i = 0; i < ETH_ALEN; i++) > dev->dev_addr[i] = RTL_R8(MAC0 + i); > > - SET_ETHTOOL_OPS(dev, &rtl8169_ethtool_ops); > + dev->ethtool_ops = &rtl8169_ethtool_ops; > dev->watchdog_timeo = RTL8169_TX_TIMEOUT; > > netif_napi_add(dev, &tp->napi, rtl8169_poll, R8169_NAPI_WEIGHT); > diff --git a/...
2014 May 11
0
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
...25ad 100644 > --- a/drivers/net/ethernet/realtek/r8169.c > +++ b/drivers/net/ethernet/realtek/r8169.c > @@ -7125,7 +7125,7 @@ rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) > for (i = 0; i < ETH_ALEN; i++) > dev->dev_addr[i] = RTL_R8(MAC0 + i); > > - SET_ETHTOOL_OPS(dev, &rtl8169_ethtool_ops); > + dev->ethtool_ops = &rtl8169_ethtool_ops; > dev->watchdog_timeo = RTL8169_TX_TIMEOUT; > > netif_napi_add(dev, &tp->napi, rtl8169_poll, R8169_NAPI_WEIGHT); > diff --git a/...