search for: modus

Displaying 20 results from an estimated 76 matches for "modus".

Did you mean: modes
2005 Nov 11
1
login passwd not masked in remote command modus
Hi, I've recently discovered a rather nasty bug. My login password is visible when I use the following command: arioch at server ~ $ ssh arioch at 192.168.0.1 sudo tail -f /var/log/messages; exit Password: ********** (user - masked) Password: my_not-so-secret-anymore_password (root - not masked) -tail output- This has been tested with openssh on OpenBSD, FreeBSD and Gentoo/Linux, all
2011 Jun 22
3
IPv6 with Bridge Modus
Hi guys! Can i use a IPv6 adress at XEN 4.0.1 of Debain 6? In my cfg I use this setting: vif = [ ''ip=85.10.210.154 46.4.44.162 2a01:4f8:130:9301::3'' ] But i get the error message: Error: Device 0 (vif) could not be connected. /etc/xen/scripts/vif-route failed; error detected. Best regards, Stefan _______________________________________________ Xen-users
2005 Sep 19
1
new samba install
...he same symptoms. nbtstat -n shows duplicate records in the netbois, which we can't figure out how to remove. we did nbtstat -R and nbtstat -RR to no avail. any ideas? I also still am going to have the windows explorer crash, i did try use sendfile = no before all the rest. thanks -- /home/modus/.signature Mon Sep 19 10:19:06 EDT 2005 The Moon is Waning Gibbous (97% of Full)
2005 Jun 15
3
Possible bug in file.choose() - how to tell?
Hi, I run a script file by dropping it on a windows batch file that runs R in --slave modus. In a subfunction there is the call to file.choose(). The problem is, that the dialog does show only folders but no files at all. It's quite strange: a) without --slave modus the files are shown, b) when I copy the whole script file in a different file it was also ok, but when I renamed the scr...
2020 Apr 07
2
RHEL 7.8 is out
This is not your usual "so when is CO 7.8.xxxx coming out?" posts. I'm just curious if the CentOS team is affected by our current world conditions, or is work-from-home modus operandi for the team? (In other words, "when is CO 7.8.xxxx coming out?") -- *Matt Phelps* *Information Technology Specialist, Systems Administrator* (Computation Facility, Smithsonian Astrophysical Observatory) Center for Astrophysics | Harvard & Smithsonian 60 Garden Stree...
1998 Jun 10
2
run scripts on samba server
...e server from the client. This can be done via telnet, but I'd like to know if there is some sort of call implemented in samba to start a script on the server without login into Linux. Before I used samba, I had a dosbased serversystem where I could open a file on the server with a certain open-modus and the file would then be executed on the server. This is aproximately what I'm thinking about. Any hints? Thanks. Christoph Mueller, mueller-dlg@t-online.de
2005 Sep 13
3
Collineariy Diagnostics
Hi, and thanks for your help in order to do collinearity analysis I downloaded the perturb package. I run a lm (regression) and on that the ??calldiag?? commad to get condition numbers but i get the following message: the variable XY with modus ??numeric?? was not found (it does the same with all predictors despite all variables are numeric and exists). Can anyone tell me how can I go arround this problem? Is there another way to have ??condition numbers??? What about VIF? Please return message to: antoine at ruetter.ch Thanks a lot A...
2016 Jan 20
2
Monitor Dummy Device
Thank you Jonathan for your participation. But i only want the same workflow like a second device is wired. A hoped its possible to configure a second xorg-server or a fakedevice/-monitor that kde recognize this and you could use this as second desktop in same way as in dualscreen-modus. So i ask a lot of people the last days and ok, maybe tis solution seems unavailable without deeper knowhow. Thank you all. J Am 20.01.2016 um 21:50 schrieb Jonathan Billings: > On Wed, Jan 20, 2016 at 08:49:02PM +0100, Joey wrote: >> Virtual Display have different meanings. >> &...
2004 Nov 26
0
Modes again
...programming skills in R. I don't like the use of cat for returning the result. That is the reason I am sending this mail also to R-devel list. Maybe anybody there can solve the issue. Quite some users asked for mode calculation function and it would really nice to have it in R by default. modus <- function (x) { # Returns the modes of a value set # Based on Ross NELSONs code from 2004-11-16 (on R-help mailling list) # create a table with the values sorted by frequency sortvar <- sort(table(x)) # get the max frequency maxfreq <- max(sortvar) #...
2004 Nov 26
0
Modes again
...programming skills in R. I don't like the use of cat for returning the result. That is the reason I am sending this mail also to R-devel list. Maybe anybody there can solve the issue. Quite some users asked for mode calculation function and it would really nice to have it in R by default. modus <- function (x) { # Returns the modes of a value set # Based on Ross NELSONs code from 2004-11-16 (on R-help mailling list) # create a table with the values sorted by frequency sortvar <- sort(table(x)) # get the max frequency maxfreq <- max(sortvar) #...
2012 May 08
1
Samba authenticating against Windows Active Directory
...they don't log in any domain server 3. The users simply map their shares at the Samba server, using their samba usernames and password. The future: 1. We have a main LDAP server (Windows 2008 Active Directory) that we want to integrate with our Samba server. 2. We would like to keep the "modus operandi" of the usage (i.e.: The users simply point to their shares, enter their usernames/passwords and access their files). 3. We don't want to have the "samba usernames/passwords". Instead, we want the Samba to authenticate using the Active Directory. The final situation wou...
2017 Feb 09
4
Serious attack vector on pkcheck ignored by Red Hat
...ed" exploit. In that situation pcheck gives them a "crow bar" they did not have before. > A vulnerable library is a vulnerable library. Fix the library, don?t > invent reasons to fix all the other programs on the system because the > library is vulnerable. I would say the modus operandi should be to eliminate all known attack vectors, including such a powerful one as the described "heap spraying". > 2. There?s no such thing as SUID libraries. I never argued there are. > So, how is this hypothetical library of yours going to gain > privileges that...
2004 Aug 19
3
probability histogram question
Hello, all; I get an unexpected result when trying to plot a probability histogram with R1.9.1 on windows xp: #with the following code: > x <- runif(100,0,1) > hist(x) > hist(x, freq=F) > h <- hist(x, freq=F) > summary(h) # Length Class Mode #breaks 11 -none- numeric #counts 10 -none- numeric #intensities 10 -none- numeric #density 10
2018 Apr 18
4
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...it. >> >> > netvsc uses vf_netdev, are you OK with this? Or another option is 'passthru' >> >> No. The netdev could be any netdevice. It does not have to be a "VF". >> >> I think "stolen" is quite appropriate since it describes the modus >> >> operandi. The bypass master steals some netdevice according to some >> >> match. >> >> >> >> But I don't insist on "stolen". Just sounds right. >> > >> >We are adding VIRTIO_NET_F_BACKUP as a new feature bit to e...
2018 Apr 18
4
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...it. >> >> > netvsc uses vf_netdev, are you OK with this? Or another option is 'passthru' >> >> No. The netdev could be any netdevice. It does not have to be a "VF". >> >> I think "stolen" is quite appropriate since it describes the modus >> >> operandi. The bypass master steals some netdevice according to some >> >> match. >> >> >> >> But I don't insist on "stolen". Just sounds right. >> > >> >We are adding VIRTIO_NET_F_BACKUP as a new feature bit to e...
2011 Oct 12
0
[LLVMdev] ARM Qualification
...e possibility to regress something. We end up in a world where either we never make any forward progress, or where developers hoard up trivial improvements they can use to "negate" the regressions caused by real development work. Neither of these is a desirable direction. The existing modus operandi on X86 and other targets has been that there is a core of functionality (what is represented by the LLVM regression tests and test-suite) that all developers implicitly agree to avoid regressing on set of "blessed" configurations. We are deliberately cautious in expanding the ra...
2019 Mar 13
4
Scalable Vector Types in IR - Next Steps?
...discussions should have been had in the mailing list, not behind closed doors. Agreeing to implementations in private is asking to get bad reviews in public, as the SVE process has shown *over and over again*. I don't understand why, after so many problems for so many years, this is still the modus operandi... > The basic argument was that they didn't believe the value gained from enabling VLA autovectorization was worth the added complexity in maintaining the codebase. They were open to changing their minds if we could demonstrate sufficient demand for the feature. In that case, the...
2018 Apr 19
0
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...gt; >> > netvsc uses vf_netdev, are you OK with this? Or another option is 'passthru' > >> >> No. The netdev could be any netdevice. It does not have to be a "VF". > >> >> I think "stolen" is quite appropriate since it describes the modus > >> >> operandi. The bypass master steals some netdevice according to some > >> >> match. > >> >> > >> >> But I don't insist on "stolen". Just sounds right. > >> > > >> >We are adding VIRTIO_NET_F_BA...
2016 Jan 21
0
Monitor Dummy Device
...t;forum at r5d.de> wrote: > > But i only want the same workflow like a second device is wired. > > A hoped its possible to configure a second xorg-server or a > fakedevice/-monitor that kde recognize this and you could use this as > second desktop in same way as in dualscreen-modus. This is why I suggested Xdmx. Please check out the documentation: http://dmx.sourceforge.net/ "Xdmx is proxy X server that provides multi-head support for multiple displays attached to different machines (each of which is running a typical X server). When Xinerama is used with Xdmx, the m...
2019 Jun 21
0
CentOS 7 SeLinux Problem?
...t;Unknown> Host <Unknown> RPM-Pakete der Quelle dovecot-2.3.6-2.x86_64 RPM-Pakete des Ziels Richtlinien-RPM selinux-policy-3.13.1-229.el7_6.12.noarch SELinux aktiviert True Richtlinientyp targeted Enforcing-Modus Enforcing Rechnername mx01.example.com Plattform Linux mx01.example.com 3.10.0-957.21.3.el7.x86_64 #1 SMP Tue Jun 18 16:35:19 UTC 2019 x86_64 x86_64 Anzahl der Alarme 1 Zuerst gesehen 2019-...