search for: mrp

Displaying 20 results from an estimated 23 matches for "mrp".

Did you mean: map
2009 Jun 15
3
Hi
...question. I want to run a "n times" a simple linear regession and save beta in a matrix but I´m not able. Imagine: Data.txt is a 10*5 file and want to run 4 different stimations always regressing first column on the rest. So I try this: First I run Data on memory This is my function mrp <- function(){ mr<-matrix(0,4,1) for(i in 1:4) r(i)=lm(dat(,i+1)~dat(,1) mr[i] <- coefficients(r(i))) } I execute mrp usin source file choose option but nothing happens.... Where I´m wrong? [[alternative HTML version deleted]]
2009 Jun 25
1
lm
...m on a to first column on b. Second column on a to second column on b. Imagine "a" and "b" have 200 columns. So I will have 200 estimated coefficients. Why this doesn´´ t function? zza2<-function(){ a<-read.table("a.txt") b<-read.table("b.txt") mrp <-lm(as.matrix(cbind(a)) ~ 0+as.matrix(cbind(b))) mr22p<-coefficients(mrp) plot(mr22p) [[alternative HTML version deleted]]
2018 Jan 23
2
Xen 4.6.6-9 (with XPTI meltdown mitigation) packages making their way to centos-virt-xen-testing
On Mon, Jan 22, 2018 at 10:38 PM, Nathan March <nathan at gt.net> wrote: > Just a heads up that I'm seeing major stability problems on these builds. > Didn't have console capture setup unfortunately, but have seen my test > hypervisor hard lock twice over the weekend. > > This is with xpti being used, rather than the shim. Thanks for the heads-up. It's been
2023 Jul 11
3
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
...ridge/br_stp_if.c @@ -201,6 +201,11 @@ int br_stp_set_enabled(struct net_bridge *br, unsigned long val, { ASSERT_RTNL(); + if (!net_eq(dev_net(br->dev), &init_net)) { + NL_SET_ERR_MSG_MOD(extack, "STP can't be enabled in non-root netns"); + return -EINVAL; + } + if (br_mrp_enabled(br)) { NL_SET_ERR_MSG_MOD(extack, "STP can't be enabled if MRP is already enabled"); -- 2.30.2
2017 Apr 20
0
Testing kernel crash: 4.9.23-26.el6.x86_64
...ly), but had no problems yet. It was stable on 4.9*, including testing 4.9.15-22.el6.x86_64 Console output: [59826.069427] general protection fault: 0000 [#1] SMP [59826.069463] Modules linked in: xt_physdev br_netfilter xt_mac ebt_arp xen_pciback xen_gntalloc ebtable_filter ebtables bridge 8021q mrp garp stp llc xt_CT xt_addrtype iptable_raw nf_log_ ipv4 nf_log_common xt_LOG xt_limit xt_owner iptable_mangle iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat ip6t_REJECT nf_reject_ipv6 nf_conntrack_ipv6 nf_defrag_ipv6 xt_sta te nf_conntrack ip6table_filter ip6_tables blktap xen_netb...
2018 Jan 23
0
Xen 4.6.6-9 (with XPTI meltdown mitigation) packages making their way to centos-virt-xen-testing
...GD 1f7a53067 [64929.007057] PUD 1ee0d4067 PMD 0 [64929.007069] [64929.007077] Oops: 0000 [#1] SMP [64929.007088] Modules linked in: ebt_ip6 ebt_ip ebtable_filter ebtables arptable_filter arp_tables bridge xen_pciback xen_gntalloc nfsd auth_rpcgss nfsv3 nfs_acl nfs fscache lockd sunrpc grace 8021q mrp garp stp llc bonding xen_acpi_processor blktap xen_netback xen_blkback xen_gntdev xen_evtchn xenfs xen_privcmd dcdbas fjes pcspkr ipmi_devintf ipmi_si ipmi_msghandler joydev i2c_i801 i2c_smbus lpc_ich shpchp mei_me mei ioatdma ixgbe mdio igb dca ptp pps_core uas usb_storage wmi ttm [64929.007327] C...
2018 Jan 23
2
Xen 4.6.6-9 (with XPTI meltdown mitigation) packages making their way to centos-virt-xen-testing
...7] PUD 1ee0d4067 > PMD 0 [64929.007069] > [64929.007077] Oops: 0000 [#1] SMP > [64929.007088] Modules linked in: ebt_ip6 ebt_ip ebtable_filter ebtables > arptable_filter arp_tables bridge xen_pciback xen_gntalloc nfsd auth_rpcgss > nfsv3 nfs_acl nfs fscache lockd sunrpc grace 8021q mrp garp stp llc bonding > xen_acpi_processor blktap xen_netback xen_blkback xen_gntdev xen_evtchn > xenfs xen_privcmd dcdbas fjes pcspkr ipmi_devintf ipmi_si ipmi_msghandler > joydev i2c_i801 i2c_smbus lpc_ich shpchp mei_me mei ioatdma ixgbe mdio igb > dca ptp pps_core uas usb_storage wmi...
2017 Nov 07
3
Stability issues since moving to 4.6 - Kernel paging request bug + VM left in null state
...[89920.840390] PMD 1e0976067 [89920.840469] PTE 0 [89920.840833] [89920.841123] Oops: 0000 [#1] SMP [89920.841417] Modules linked in: ebt_ip ebtable_filter ebtables arptable_filter arp_tables bridge xen_pciback xen_gntalloc nfsd auth_rpcgss nfsv3 nfs_acl nfs fscache lockd sunrpc grace 8021q mrp garp stp llc bonding xen_acpi_processor blktap xen_netback xen_blkback xen_gntdev xen_evtchn xenfs xen_privcmd dcdbas fjes pcspkr ipmi_devintf ipmi_si ipmi_msghandler joydev i2c_i801 i2c_smbus lpc_ich shpchp mei_me mei ioatdma ixgbe mdio igb dca ptp pps_core uas usb_storage wmi ttm [89920.847080]...
2020 May 05
2
problems with NVS310
...he freezes: [23664.639186] WARNING: CPU: 3 PID: 7223 at drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:172 init_rdauxr+0xf4/0x130 [nouveau] [23664.639187] Modules linked in: nfnetlink cfg80211 fuse rfcomm arc4 md4 sha512_ssse3 sha512_generic nls_utf8 cifs ccm dns_resolver fscache 8021q garp mrp bridge stp llc vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) cmac bnep intel_rapl snd_hda_codec_hdmi btusb btrtl btbcm x86_pkg_temp_thermal btintel intel_powerclamp bluetooth nls_ascii nls_cp437 coretemp vfat fat kvm_intel jitterentropy_rng kvm snd_hda_codec_realtek snd_hda_codec_generic drbg irqby...
2007 Nov 08
0
LD_ASSUME_KERNEL library issues CentOS 5 x86_64
I'm trying to get the Syspro/Encore MRP software running on a new CentOS 5 x86_64 system which uses an ODBC package built with old glibc/errno libraries. I have this same software running on a Suse Linux Enterprise 9 SP3 system using LD_ASSUME_KERNEL=2.4.1, but when I try this on CentOS 5 it results in many unidentified libraries includ...
2013 May 01
1
Samba, Win7 login failure
I have an XP box that is hosting our MRP server software with the databases on a Centos 5 machine via samba. I was running all my apps on it as well. I decided to dedicate that machine to the server software and got a Win7 machine for my apps, databases still on the centos box. I changed the name of the XP machine to "server&quot...
2012 Jun 08
0
Rs. 4510/- Saving on Samsung Galaxy Ace Plus S7500
...offer Limited stock. Grab it!! Samsung Galaxy Ace Plus S7500 - Android v2.3 (Gingerbread) OS - 5 MP Primary Camera - 3.65-inch Touchscreen - 1 GHz Scorpion Processor Know More About Mobile Specifications<http://www.fosila.com/samsung-galaxy-ace-plus-s7500-dark-blue-p-82> TOTAL MRP: Rs. 18,150 FOSILA PRICE: Rs. 14,990 Free Transcend MicroSDHC 8GB : Rs. 850 YOUR SAVINGS: 3160 + 850 + 500 = Rs. 4510 Buy Now TO get Credits Rs 500 <http://www.fosila.com/samsung-galaxy-ace-plus-s7500-dark-blue-p-82> Free shipping & Cash On Delivery <http://www.fosila.com/samsung-g...
2023 Jul 12
0
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
..._stp_set_enabled(struct net_bridge *br, unsigned long val, > { > ASSERT_RTNL(); > > + if (!net_eq(dev_net(br->dev), &init_net)) { > + NL_SET_ERR_MSG_MOD(extack, "STP can't be enabled in non-root netns"); > + return -EINVAL; > + } > + > if (br_mrp_enabled(br)) { > NL_SET_ERR_MSG_MOD(extack, > "STP can't be enabled if MRP is already enabled"); Oh well, I guess this should do for now. Hopefully we don't break scripts that rely on configuring the bridge without any errors. Thanks for the patch, Acked-by: Nik...
2023 Jul 12
0
[Bridge] llc needs namespace awareness asap, was Re: Patch fixing STP if bridge in non-default namespace.
..._stp_set_enabled(struct net_bridge *br, unsigned long val, > { > ASSERT_RTNL(); > > + if (!net_eq(dev_net(br->dev), &init_net)) { > + NL_SET_ERR_MSG_MOD(extack, "STP can't be enabled in non-root netns"); > + return -EINVAL; > + } > + > if (br_mrp_enabled(br)) { > NL_SET_ERR_MSG_MOD(extack, > "STP can't be enabled if MRP is already enabled"); > ---8<---
2018 Apr 16
2
[Bug 106080] New: Time-out in `nvkm_fifo_chan_child_fini()`
...- Apr 14 02:19:08 bicoid.molgen.mpg.de kernel: WARNING: CPU: 7 PID: 22608 at drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c:111 g84_fifo_chan_engine_fini+0x7b/0x2d0 [nouveau] Apr 14 02:19:08 bicoid.molgen.mpg.de kernel: Modules linked in: fuse nfsv4 nfs nouveau 8021q wmi ttm drm_kms_helper garp mrp cfbfillrect syscopyarea cfbimgblt sysfillrect sysimgblt fb_sys_fops cfbcopyarea fb stp llc font fbdev drm x86_pkg_temp_thermal kvm_intel kvm irqbypass crc32c_intel video nfsd auth_rpcgss oid_registry nfs_acl lockd grace sunrpc sch_fq_codel ip_tables unix ipv6 autofs4 Apr 14 02:19:08 bicoid.molgen.m...
2020 May 05
0
problems with NVS310
...39186] WARNING: CPU: 3 PID: 7223 at > drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:172 > init_rdauxr+0xf4/0x130 [nouveau] > [23664.639187] Modules linked in: nfnetlink cfg80211 fuse rfcomm arc4 > md4 sha512_ssse3 sha512_generic nls_utf8 cifs ccm dns_resolver fscache > 8021q garp mrp bridge stp llc vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) > cmac bnep intel_rapl snd_hda_codec_hdmi btusb btrtl btbcm > x86_pkg_temp_thermal btintel intel_powerclamp bluetooth nls_ascii > nls_cp437 coretemp vfat fat kvm_intel jitterentropy_rng kvm > snd_hda_codec_realtek snd_hda_codec_ge...
2017 Jul 19
1
kernel-4.9.37-29.el7 (and el6)
On Mon, 17 Jul 2017, Johnny Hughes wrote: > Are the testing kernels (kernel-4.9.37-29.el7 and kernel-4.9.37-29.el6, > with the one config file change) working for everyone: > > (turn off: CONFIG_IO_STRICT_DEVMEM) Hello. Maybe it's not the most appropriate thread or time, but I have been signalling it before: 4.9.* kernels do not work well for me any more (and for other people
2017 Jun 12
3
xen4centos kernel version / debuginfo
Is there any problem moving to 4.9.31? This contains upstream commits f2e767bb5d6ee0d9 for mpt3sas and 69861e0a52f87333 for dom0 memory mappings. I am also trying to build a debuginfo package but it's not correct. Specifically I'm able to get vmlinux but the .debug files for modules are stripped, which isn't right. Does anyone know how to fix this? I'm also not sure how
2008 Jun 24
11
Numeric Keyboard does not work Wine 1.0 + Putty 0.60
I have searched for this problem and found this link that says this problem was fixed (for WoW) in Wine 0.9.32 : http://bugs.winehq.org/show_bug.cgi?id=6323 Is anyone else having problems with the numeric keypad not showing numbers under Wine 1.0 ? I have everything working for putty except this crippling problem. I don't feel I can offer a terminal emulator solution where you cannot use
2020 May 05
2
problems with NVS310
...3 PID: 7223 at >> drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:172 >> init_rdauxr+0xf4/0x130 [nouveau] >> [23664.639187] Modules linked in: nfnetlink cfg80211 fuse rfcomm arc4 >> md4 sha512_ssse3 sha512_generic nls_utf8 cifs ccm dns_resolver fscache >> 8021q garp mrp bridge stp llc vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) >> cmac bnep intel_rapl snd_hda_codec_hdmi btusb btrtl btbcm >> x86_pkg_temp_thermal btintel intel_powerclamp bluetooth nls_ascii >> nls_cp437 coretemp vfat fat kvm_intel jitterentropy_rng kvm >> snd_hda_codec_realtek...