search for: cros

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

Did you mean: cmos
2008 Mar 29
2
GSoC
Hello, my name is Jerome Cros, I am studying computer science at the Bordeaux I university (France). I am writing to you concerning the Google Summer of Code project : Rewriting the command-line interface as an internal COM32 module, module compression In a little more than one month I will finish the 4th semester. Searching fo...
2023 Feb 27
2
[PATCH] drm/virtio: Add option to disable KMS support
...2023 at 10:02:24AM -0800, Rob Clark wrote: > > From: Rob Clark <robdclark at chromium.org> > > > > Add a build option to disable modesetting support. This is useful in > > cases where the guest only needs to use the GPU in a headless mode, or > > (such as in the CrOS usage) window surfaces are proxied to a host > > compositor. > > Why make that a compile time option? There is a config option for the > number of scanouts (aka virtual displays) a device has. Just set that > to zero (and fix the driver to not consider that configuration an >...
2005 Apr 15
0
code for index of canor analysis
...ore)<-paste("con",1:ncor,"y",sep=".") #canonical score eigenvalue<-object$cor^2/(1-object$cor^2) #eigenvalue/lambda x.xscore<-cor(x,xscore) y.yscore<-cor(y,yscore) #canonical loadings y.xscore<-cor(y,xscore) x.yscore<-cor(x,yscore) #structure loadings/cross loadings prop.y<-diag(crossprod(y.yscore)/ny) prop.x<-diag(crossprod(x.xscore)/nx) #proportion of varoiance accounted for by its own cv cr.sqare<-as.vector(object$cor^2) #canonical R-sqare RD.yy<-cr.sqare*prop.y RD.xx<-cr.sqare*prop.x #proportion variance accounting for my the oppo...
2005 May 12
2
Mozilla 1.0.4 security update (Just install it, will keep all settings) + Important note from me,please read,those uninterested,please dont flame ;)
Update to the mozilla vulnerabilities wich were not Publicly reported (To MY standard, for BSD/Cros platform users) , so i performed my own research,PoC's etc, and have submitted all my results. I wont say i had ANYTHING atall todo with the Update, BUT please Update a.s.a.p to mozilla v1.0.4 , that should stop atleast ONE exploit, the other may be a simple matter oif not allowing your Javascr...
2020 Jul 14
2
How to install libisl.so.19 on chromebook?
...============= downloaded 42 KB * installing *source* package ?minpack.lm? ... ** package ?minpack.lm? successfully unpacked and MD5 sums checked ** libs gfortran -fpic -g -O2 -fdebug-prefix-map=/build/r-base-3.3.3=. -fstack-protector-strong -c chkder.f -o chkder.o /usr/local/libexec/gcc/x86_64-cros-linux-gnu/8.3.0/f951: error while loading shared libraries: libisl.so.19: cannot open shared object file: No such file or directory /usr/lib/R/etc/Makeconf:155: recipe for target 'chkder.o' failed make: *** [chkder.o] Error 1 ERROR: compilation failed for package ?minpack.lm? * removing ?/h...
2023 Feb 24
2
[PATCH] drm/virtio: Add option to disable KMS support
From: Rob Clark <robdclark at chromium.org> Add a build option to disable modesetting support. This is useful in cases where the guest only needs to use the GPU in a headless mode, or (such as in the CrOS usage) window surfaces are proxied to a host compositor. Signed-off-by: Rob Clark <robdclark at chromium.org> --- drivers/gpu/drm/virtio/Kconfig | 11 +++++++++++ drivers/gpu/drm/virtio/Makefile | 5 ++++- drivers/gpu/drm/virtio/virtgpu_drv.c | 6 +++++- drivers/gpu/drm/virtio/...
2020 Jul 14
2
How to install libisl.so.19 on chromebook?
...nstalling *source* package ?minpack.lm? ... > | ** package ?minpack.lm? successfully unpacked and MD5 sums checked > | ** libs > | gfortran -fpic -g -O2 -fdebug-prefix-map=/build/r-base-3.3.3=. > | -fstack-protector-strong -c chkder.f -o chkder.o > | /usr/local/libexec/gcc/x86_64-cros-linux-gnu/8.3.0/f951: error while > | loading shared libraries: libisl.so.19: cannot open shared object > | file: No such file or directory > | /usr/lib/R/etc/Makeconf:155: recipe for target 'chkder.o' failed > | make: *** [chkder.o] Error 1 > | ERROR: compilation failed for...
2020 Jul 14
1
How to install libisl.so.19 on chromebook?
....lm? ... > | > | ** package ?minpack.lm? successfully unpacked and MD5 sums checked > | > | ** libs > | > | gfortran -fpic -g -O2 -fdebug-prefix-map=/build/r-base-3.3.3=. > | > | -fstack-protector-strong -c chkder.f -o chkder.o > | > | /usr/local/libexec/gcc/x86_64-cros-linux-gnu/8.3.0/f951: error while > > Why is gfortran calling into /usr/local? > > You are outside of the package management system here. Can you not use the > package gfortran (and gcc, g++, ...) because ... > > | > | loading shared libraries: libisl.so.19: cannot open sha...
2020 Jul 14
0
How to install libisl.so.19 on chromebook?
...downloaded 42 KB | | * installing *source* package ?minpack.lm? ... | ** package ?minpack.lm? successfully unpacked and MD5 sums checked | ** libs | gfortran -fpic -g -O2 -fdebug-prefix-map=/build/r-base-3.3.3=. | -fstack-protector-strong -c chkder.f -o chkder.o | /usr/local/libexec/gcc/x86_64-cros-linux-gnu/8.3.0/f951: error while | loading shared libraries: libisl.so.19: cannot open shared object | file: No such file or directory | /usr/lib/R/etc/Makeconf:155: recipe for target 'chkder.o' failed | make: *** [chkder.o] Error 1 | ERROR: compilation failed for package ?minpack.lm? | *...
2023 Mar 01
0
[PATCH v4] drm/virtio: Add option to disable KMS support
...: > On 2/28/23 18:54, Rob Clark wrote: > > From: Rob Clark <robdclark at chromium.org> > > > > Add a build option to disable modesetting support. This is useful in > > cases where the guest only needs to use the GPU in a headless mode, or > > (such as in the CrOS usage) window surfaces are proxied to a host > > compositor. > > > > As the modesetting ioctls are a big surface area for potential security > > bugs to be found (it's happened in the past, we should assume it will > > again in the future), it makes sense to have...
2012 Jun 18
1
Nagios 3.4.1 on CentOS 5.8
Hi I am trying to build nagios rpm from nagios.spec file on CentOS 5.8. I am getting into issues. nagios.spec http://fpaste.org/crOs/ rpmbuild -ba nagios.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.36485 + umask 022 + cd /usr/src/redhat/BUILD + cd /usr/src/redhat/BUILD + rm -rf nagios-3.4.1 + /bin/gzip -dc /usr/src/redhat/SOURCES/nagios-3.4.1.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd nagios-3.4...
2012 May 17
1
Job opportunity in Beijing, China at Xian-Janssen Pharmaceutical Ltd
...s of the position which reflect measures that are applicable to the position''s major responsibilities or end results. (TYPE BELOW THIS LINE) • Support for broad implementation of innovative approaches: Implement strategy for promoting the broader utilization of innovative approaches across the development portfolio, through coordinated efforts involving clinical, operational, regulatory areas. Bring together key stakeholders from different key areas, identify potential hurdles for broader use of innovation in drug development and participate in finding solutions for them. Collaborat...
2005 Jun 24
0
Winbind NT domain authentication
Hi list, Sorry for the cros-post, I'm not sure which list is better for me as I got a question related to samba, configuration, FreeBSD. I'm trying to configure NT authentication on FreeBSD 5.4 with Samba 3.0.12 (installed form the ports collection). I've folowed the Samba 3 howto I've managed the following...
2005 Jun 24
0
Winbind NT domain authentication
Hi list, Sorry for the cros-post, I'm not sure which list is better for me as I got a question related to samba, configuration, FreeBSD. I'm trying to configure NT authentication on FreeBSD 5.4 with Samba 3.0.12 (installed form the ports collection). I've folowed the Samba 3 howto I've managed the following...
2020 Jul 14
0
How to install libisl.so.19 on chromebook?
...*source* package ?minpack.lm? ... | > | ** package ?minpack.lm? successfully unpacked and MD5 sums checked | > | ** libs | > | gfortran -fpic -g -O2 -fdebug-prefix-map=/build/r-base-3.3.3=. | > | -fstack-protector-strong -c chkder.f -o chkder.o | > | /usr/local/libexec/gcc/x86_64-cros-linux-gnu/8.3.0/f951: error while Why is gfortran calling into /usr/local? You are outside of the package management system here. Can you not use the package gfortran (and gcc, g++, ...) because ... | > | loading shared libraries: libisl.so.19: cannot open shared object | > | file: No suc...
2012 Aug 01
3
Outliers en una serie de tiempo
Buenas noches.Soy principiante de R, necesito por favor detectar outliers en una serie de tiempo. Muchas gracias [[alternative HTML version deleted]]
2007 Mar 07
0
Back to back E1 - asterisk <=> toshiba pbx - Calldroping issue
...Thanks & Regards, Vidura Senadeera. On 1/26/07, Vidura Senadeera <vidurased@gmail.com > wrote: Dear Marco, There is a huge problem i'm facing. My asterisk server included with TDM2451E and 2 TE110p cards. One E1 i conected to the telco. other E1 port i'm using to cros-connection with toshiba pbx. My telco E1 d channels communicating well. but toshiba pbx E1 not getting. d-channels are not getting up. what could be the issue. i'm using asterisk -1.2.14 and zaptel 1.2.12. notes - if i put, zap show channels in asterisk cli. its only showing the first 31...
2023 Mar 01
1
[PATCH v5] drm/virtio: Add option to disable KMS support
From: Rob Clark <robdclark at chromium.org> Add a build option to disable modesetting support. This is useful in cases where the guest only needs to use the GPU in a headless mode, or (such as in the CrOS usage) window surfaces are proxied to a host compositor. As the modesetting ioctls are a big surface area for potential security bugs to be found (it's happened in the past, we should assume it will again in the future), it makes sense to have a build option to disable those ioctls in cases wh...
2023 Feb 28
2
[PATCH v3] drm/virtio: Add option to disable KMS support
Hi Am 27.02.23 um 19:15 schrieb Rob Clark: > On Mon, Feb 27, 2023 at 9:57 AM Dmitry Osipenko > <dmitry.osipenko at collabora.com> wrote: >> >> On 2/27/23 20:38, Rob Clark wrote: >> ... >>> + if (IS_ENABLED(CONFIG_DRM_VIRTIO_GPU_KMS)) { >>> + /* get display info */ >>> + virtio_cread_le(vgdev->vdev, struct
2007 Mar 08
0
Fwd: Back to back E1 - asterisk <=> toshiba pbx -Call droping
...Regards, Vidura Senadeera. On 1/26/07, Vidura Senadeera <vidurased@gmail.com > wrote: Dear Marco, There is a huge problem i'm facing. My asterisk server included with TDM2451E and 2 TE110p cards. One E1 i conected to the telco. other E1 port i'm using to cros-connection with toshiba pbx. My telco E1 d channels communicating well. but toshiba pbx E1 not getting. d-channels are not getting up. what could be the issue. i'm using asterisk -1.2.14 and zaptel 1.2.12. notes - if i put, zap show channels in asterisk cli. its only showing the...