Displaying 8 results from an estimated 8 matches for "changename".
2019 Apr 05
2
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
...ely(dev->flags & IFF_UP)) {
> + struct netdev_notifier_change_info change_info = {
> + .info.dev = dev,
> + };
> +
> + call_netdevice_notifiers_info(NETDEV_CHANGE,
> + &change_info.info);
> + }
This notifier is not really necessary, there already is a CHANGENAME
that gets sent.
NETDEV_CHANGE is used in other cases to mean that the state (flags)
have changed.
2019 Apr 05
2
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
...ely(dev->flags & IFF_UP)) {
> + struct netdev_notifier_change_info change_info = {
> + .info.dev = dev,
> + };
> +
> + call_netdevice_notifiers_info(NETDEV_CHANGE,
> + &change_info.info);
> + }
This notifier is not really necessary, there already is a CHANGENAME
that gets sent.
NETDEV_CHANGE is used in other cases to mean that the state (flags)
have changed.
2017 Oct 02
2
"lanman auth" question
...775-265-5150, 9:00 am to 5:00 pm PST/PDT
Error from the scanner:
Destination 1 : Status....Failed
Status Details : username or password is wrong
Friendly Name : WorkCenter
Server Name : 192.168.255.12
Path : scans
Protocol : SMB
Filing Policy : CHANGENAME
Document Name : 1
2017 Oct 02
2
"lanman auth" question
...t;>
>> Destination 1 : Status....Failed
>> Status Details : username or password is wrong
>> Friendly Name : WorkCenter
>> Server Name : 192.168.255.12
>> Path : scans
>> Protocol : SMB
>> Filing Policy : CHANGENAME
>> Document Name : 1
On 10/02/2017 03:49 PM, Gaiseric Vandal via samba wrote:
> lanman should always be disabled. use "testparm -v" to make sure the
> settings are applied as you expect. With different samba versions, the
> defaults may change.
>
> I don&...
2004 Dec 29
3
using get() in assign()
I'm trying to rename the columns in a list of data.frames using the
following...
for(i in 1:length(filenames)) {
assign(names(get(filenames[i])), c("name", "infood", "time") ) }
R returns no errors, but the names are unchanged in the data.frames.
The original names were things like
> names(get(filenames[2]))
[1] "Tc45w4.V1" "Tc45w4.V2"
2019 Apr 05
0
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
...+ struct netdev_notifier_change_info change_info = {
> > + .info.dev = dev,
> > + };
> > +
> > + call_netdevice_notifiers_info(NETDEV_CHANGE,
> > + &change_info.info);
> > + }
>
> This notifier is not really necessary, there already is a CHANGENAME
> that gets sent.
> NETDEV_CHANGE is used in other cases to mean that the state (flags)
> have changed.
The point is some existing scripts might not expect name
change to happen without a status change afterwards (since it was
impossible for so long). So this reports a change
to make sure...
2017 Oct 02
0
"lanman auth" question
...> Error from the scanner:
>
> Destination 1 : Status....Failed
> Status Details : username or password is wrong
> Friendly Name : WorkCenter
> Server Name : 192.168.255.12
> Path : scans
> Protocol : SMB
> Filing Policy : CHANGENAME
> Document Name : 1
>
>
>
>
>
2017 Oct 03
0
"lanman auth" question
...ion 1 : Status....Failed
>>> Status Details : username or password is wrong
>>> Friendly Name : WorkCenter
>>> Server Name : 192.168.255.12
>>> Path : scans
>>> Protocol : SMB
>>> Filing Policy : CHANGENAME
>>> Document Name : 1
>
> On 10/02/2017 03:49 PM, Gaiseric Vandal via samba wrote:
> > lanman should always be disabled. use "testparm -v" to make sure the
> > settings are applied as you expect. With different samba versions, the
> > defaults may c...