search for: ifr

Displaying 20 results from an estimated 212 matches for "ifr".

Did you mean: if
2019 May 07
4
DN lists have different size: 4065 != 4029
...samba_dnsupdate --verbose --all-names ------------------------------------- OK samba-tool drs showrepl ---------------------------------------------------------- OK all show OK. *dc3 schema: * # ldbsearch -H /var/lib/samba/private/sam.ldb -b 'cn=Schema,cn=Configuration,dc=campus,dc=sertao,dc=ifrs,dc=edu,dc=br' -s base objectVersion # record 1 dn: CN=Schema,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br objectVersion: 69 # returned 1 records # 1 entries # 0 referrals *dc4 schema:* # ldbsearch -H /var/lib/samba/private/sam.ldb -b 'cn=Schema,cn=Configuration,dc=campus,dc...
2020 Nov 18
2
samba / debian 10 / security=ads
...join this host to the domain No problem for windows clients : they can mount shares that are accessible to their primary unix group and secondary unix group(s) But we have a problem with linux clients smbclient refuse to access the shares > [grocher: ~ ] 130 $ smbclient //homedir10/ditiric -U IFR\\grocher > WARNING: The "syslog" option is deprecated > Enter IFR\grocher's password: > session setup failed: NT_STATUS_NO_LOGON_SERVERS On this host the smb.conf was copied from previous host debian 9 / samba 4.5.16-Debian and the winbind package was not installed. On deb...
2019 May 07
2
DN lists have different size: 4065 != 4029
...------------------------- > OK > samba-tool drs showrepl > ---------------------------------------------------------- OK > > all show OK. > > *dc3 schema: * > > # ldbsearch -H /var/lib/samba/private/sam.ldb -b > 'cn=Schema,cn=Configuration,dc=campus,dc=sertao,dc=ifrs,dc=edu > ,dc=br' -s > base objectVersion > # record 1 > dn: > CN=Schema,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br > objectVersion: 69 > > # returned 1 records > # 1 entries > # 0 referrals > > *dc4 schema:* > > # ldbsearch -H /var/l...
2019 May 07
0
DN lists have different size: 4065 != 4029
...------------------------- > OK > samba-tool drs showrepl > ---------------------------------------------------------- OK > > all show OK. > > *dc3 schema: * > > # ldbsearch -H /var/lib/samba/private/sam.ldb -b > 'cn=Schema,cn=Configuration,dc=campus,dc=sertao,dc=ifrs,dc=edu > ,dc=br' -s > base objectVersion > # record 1 > dn: > CN=Schema,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br > objectVersion: 69 > > # returned 1 records > # 1 entries > # 0 referrals > > *dc4 schema:* > > # ldbsearch -H /var/l...
2019 May 07
2
DN lists have different size: 4065 != 4029
...n these commands: samba-tool dbcheck --cross-ncs --reset-well-known-acls --fix --yes ---- OK samba_dnsupdate --verbose --all-names OK samba-tool drs showrepl OK all show OK. *dc3 schema: * # ldbsearch -H /var/lib/samba/private/sam.ldb -b 'cn=Schema,cn=Configuration,dc=campus,dc=sertao,dc=ifrs,dc=edu ,dc=br' -s base objectVersion # record 1 dn: CN=Schema,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br objectVersion: 69 # returned 1 records # 1 entries # 0 referrals *dc4 schema:* # ldbsearch -H /var/lib/samba/private/sam.ldb -b 'cn=Schema,cn=Configuration,dc=campus,...
2019 May 07
1
DN lists have different size: 4065 != 4029
...; samba-tool drs showrepl > > ---------------------------------------------------------- OK > > > > all show OK. > > > > *dc3 schema: * > > > > # ldbsearch -H /var/lib/samba/private/sam.ldb -b > > 'cn=Schema,cn=Configuration,dc=campus,dc=sertao,dc=ifrs,dc=edu > > ,dc=br' -s > > base objectVersion > > # record 1 > > dn: > > CN=Schema,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br > > objectVersion: 69 > > > > # returned 1 records > > # 1 entries > > # 0 referrals > >...
2019 May 07
0
DN lists have different size: 4065 != 4029
...; samba-tool drs showrepl > > ---------------------------------------------------------- OK > > > > all show OK. > > > > *dc3 schema: * > > > > # ldbsearch -H /var/lib/samba/private/sam.ldb -b > > 'cn=Schema,cn=Configuration,dc=campus,dc=sertao,dc=ifrs,dc=edu > > ,dc=br' -s > > base objectVersion > > # record 1 > > dn: > > CN=Schema,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br > > objectVersion: 69 > > > > # returned 1 records > > # 1 entries > > # 0 referrals > >...
2006 Jun 09
4
HTML nsmall vector format problem
...or. Has anybody got any suggestions? Thanks for any help. John Seers --- John Seers Institute of Food Research Norwich Research Park Colney Norwich NR4 7UA tel +44 (0)1603 251497 fax +44 (0)1603 507723 e-mail john.seers@bbsrc.ac.uk e-disclaimer at http://www.ifr.ac.uk/edisclaimer/ <http://www.ifr.ac.uk/edisclaimer/> Web sites: www.ifr.ac.uk <http://www.ifr.ac.uk/> www.foodandhealthnetwork.com <http://www.foodandhealthnetwork.com/> [[alternative HTML version deleted]]
2008 Aug 13
1
[PATCH 1/1] tun: TUNGETIFF interface to query name and flags
...include/linux/if_tun.h | 1 + 2 files changed, 40 insertions(+), 0 deletions(-) diff --git a/drivers/net/tun.c b/drivers/net/tun.c index e6bbc63..95931a5 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -748,6 +748,36 @@ static int tun_set_iff(struct net *net, struct file *file, struct ifreq *ifr) return err; } +static int tun_get_iff(struct net *net, struct file *file, struct ifreq *ifr) +{ + struct tun_struct *tun = file->private_data; + + if (!tun) + return -EBADFD; + + DBG(KERN_INFO "%s: tun_get_iff\n", tun->dev->name); + + strcpy(ifr->ifr_name, tun-&g...
2008 Aug 13
1
[PATCH 1/1] tun: TUNGETIFF interface to query name and flags
...include/linux/if_tun.h | 1 + 2 files changed, 40 insertions(+), 0 deletions(-) diff --git a/drivers/net/tun.c b/drivers/net/tun.c index e6bbc63..95931a5 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -748,6 +748,36 @@ static int tun_set_iff(struct net *net, struct file *file, struct ifreq *ifr) return err; } +static int tun_get_iff(struct net *net, struct file *file, struct ifreq *ifr) +{ + struct tun_struct *tun = file->private_data; + + if (!tun) + return -EBADFD; + + DBG(KERN_INFO "%s: tun_get_iff\n", tun->dev->name); + + strcpy(ifr->ifr_name, tun-&g...
2023 Apr 03
1
WARNING: no target object found for GUID component link lastKnownParent in deleted object
...5765 objects WARNING: no target object found for GUID component link lastKnownParent in deleted object CN=NTDS Settings\0ADEL:8161a0ff-3aa4-49e1-94fc-50d9299b1abd,CN=DC4\0ADEL:650386f2-bc40-45ba-b652-222baa646a96,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br - <GUID=650386f2-bc40-45ba-b652-222baa646a96>;CN=DC4\0ADEL:650386f2-bc40-45ba-b652-222baa646a96,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br Not removing dangling one-way link on deleted object (tombstone garbage collec...
2023 Apr 04
1
WARNING: no target object found for GUID component link lastKnownParent in deleted object
...: no target object found for GUID component link lastKnownParent in > > deleted object CN=NTDS > > Settings\0ADEL:8161a0ff-3aa4-49e1-94fc-50d9299b1abd,CN=DC4\0ADEL:650386f2-bc40-45ba-b652-222baa646a96,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br > > - > > <GUID=650386f2-bc40-45ba-b652-222baa646a96>;CN=DC4\0ADEL:650386f2-bc40-45ba-b652-222baa646a96,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br > > Not removing dangling one-way link on deleted ob...
2003 Feb 20
0
Netbios name service forwarding.
...addr_in nmbd; struct sockaddr_in bcast; struct sockaddr_in addr_cache[0x10000]; } *iface; iface ifs; void open_if (char *name, int nb_port, int dm_port) { struct sockaddr_in me = { 0 }; iface i = (iface) malloc (sizeof (struct iface_struct)); int fd; int one = 1; int j; struct ifreq ifr = { 0 }; bzero (i, sizeof (struct iface_struct)); i->name = strdup (name); i->fd = socket (AF_INET, SOCK_DGRAM, 0); if (i->fd < 0) { syslog (LOG_ERR, "Can't open socket: %m"); exit (1); } strcpy (&ifr.ifr_name[0], name); if (set...
2018 Jun 01
3
Trust relationship between different domains
...Now try to setup the domain trust again, it that works, this a聽workaround for a windows client problem. If you get the message again, do you have a MS Exchange in one of the domains?聽that migth give theat message also. 聽 And my concerns why this might not work,聽when i look at your domain names: ifrs.edu.br聽聽聽 HQ city_name.ifrs.edu.br聽聽聽 CITY sertao.ifrs.edu.br聽聽聽 Campus 聽 Now, and i might be very wrong here, but if you want to use domain trust between different domains, with what i see now,聽give problem with dns. What is the top level (primary dns) domain of all three mentioned domains. 聽...
2017 Nov 22
3
Addressing the problem of noisy GPUs under Nouveau
Hi Martin, I was asked to clarify a few things: (1) Are all the user reports of loud fans on Fermi-era GPUs? (2) When the VBIOS POSTs the card, it loads initial ucode onto the Falcon processor (PMU), which will do basic fan management on its own. We call this init ucode "IFR" (Init From ROM). nvidia.ko will restore the IFR ucode when unloaded. I assume the loud fan symptom occurs after Nouveau is loaded and running, correct? I.e., this is a problem in Nouveau's fan control programming, rather than a problem in IFR. (3) IFR will run until something else is...
2006 Sep 26
2
Vectorise a for loop?
...es topa1<-ttfold(topa1) Regards J --- John Seers Institute of Food Research Norwich Research Park Colney Norwich NR4 7UA tel +44 (0)1603 251497 fax +44 (0)1603 507723 e-mail john.seers@bbsrc.ac.uk <mailto:john.seers@bbsrc.ac.uk> e-disclaimer at http://www.ifr.ac.uk/edisclaimer/ <http://www.ifr.ac.uk/edisclaimer/> Web sites: www.ifr.ac.uk <http://www.ifr.ac.uk/> www.foodandhealthnetwork.com <http://www.foodandhealthnetwork.com/> [[alternative HTML version deleted]]
2018 Jul 30
4
gpupdate /force not applied
...te has completed successfully. > To diagnose the failure, review the event log or run GPRESULT /H > GPReport.html from the command line to access information about Group > Policy results. root at dc3:/etc/samba/scripts# cat /etc/hosts 127.0.0.1 localhost 200.xxx.xxx.160 dc3.campus.sertao.ifrs.edu.br dc3 200.xxx.xxx.151 puppet.sertao.ifrs.edu.br puppet # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters root at dc3:/etc/samba/scripts# cat /etc/resolv.conf domain campus.sertao.ifrs.ed...
2010 Apr 26
0
[PATCH matahari] Created the NetworkDevice agent.
...w_from_syspath(udev, + fullpath.c_str()); + + if(udev_device_get_property_value(device, "ID_BUS")) + { + int sock = socket(AF_INET, SOCK_DGRAM, 0); + struct ifreq ifr; + string vendor = string(udev_device_get_property_value(device, "ID_VENDOR_FROM_DATABASE")); + string model = string(udev_device_get_property_value(device, "ID_MODEL_FROM_DATABASE")); + + if(sock >= 0) +...
2020 Nov 18
0
samba / debian 10 / security=ads
...le to their primary unix group and secondary unix group(s) You are using AD now, so the primary group for all your users will be Domain Users > > But we have a problem with linux clients smbclient refuse to access > the shares >> [grocher: ~ ] 130 $ smbclient //homedir10/ditiric -U IFR\\grocher >> WARNING: The "syslog" option is deprecated >> Enter IFR\grocher's password: session setup failed: >> NT_STATUS_NO_LOGON_SERVERS Are the Unix clients joined to the domain and do they use a DC as their first nameserver ? > > On this host the smb.con...
2024 Jan 17
1
Transfer roles from DC3 to DC1
...om DC3 to DC1. After transferring and checking with the 'samba-tool fsmo show' command, all the roles were transferred. root at dc1:~# samba-tool fsmo show SchemaMasterRole owner: CN=NTDS Settings,CN=DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br InfrastructureMasterRole owner: CN=NTDS Settings,CN=DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br RidAllocationMasterRole owner: CN=NTDS Settings,CN=DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=ca...