similar to: Dissapearence of the program

Displaying 20 results from an estimated 5000 matches similar to: "Dissapearence of the program"

2008 Dec 31
9
Word Wrap Problem
Hi, I have installed openSuse 11.1, which uses wine 1.1.11. I had already used wine with openSuse 10.3 which, I think, had the version 1.0. I have a dictionary for windows which doesn't work well in wine 1.1.11 but it worked with a small problem, but not so big, in 1.0. As in all dictionaries, the explanation of a word is shown in a text box. When the explanation is too long the text box
1998 Nov 24
1
Dissapearence of samba servers.
We have a LAN network consisting mostly of Win95 machines, with a couple of NT boxes and 3 Linux-based Samba servers. Throw in a VAX running Pathworks and a partridge in a pear tree. Anyway, it seems that since Monday all three of the Samba boxes have dissapeared from the browse lists (from the POV of the Windows users). Typing in \\server only gives a "Network name not found error."
2018 Aug 08
2
limit sharing ability to certain users
http://repo.dovecot.org/ <http://repo.dovecot.org/> Sami > On 8 Aug 2018, at 10.27, Simeon Ott <simeon.ott at onnet.ch> wrote: > > Okay, this seems to be due to the fact that the option ?use_globals_only" is supported only in v2.2.31+ > We are on Debian jessie with dovecot v2.2.13 ? even an upgrade to current stable stretch won?t help (dovecot v2.2.27). So we will
2014 Sep 22
0
CEBA-2014:1274 CentOS 7 kde-workspace FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2014:1274 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1274.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 9383be074e8eef72990512b5e746ef12ec45d66508dee2ce485ee7cb245aa91b kcm_colors-4.10.5-21.el7.x86_64.rpm
2020 Nov 18
0
CEBA-2020:5006 CentOS 7 kde-workspace BugFix Update
CentOS Errata and Bugfix Advisory 2020:5006 Upstream details at : https://access.redhat.com/errata/RHBA-2020:5006 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: d6beb9da905c4b24c2f8e52152046e20369cddd4a1f98e7babf6ac1658ced21b kcm_colors-4.11.19-16.el7_9.x86_64.rpm
2009 Mar 28
2
text matching and substitution
I am trying to simplify a text variable by matching and replacing it with a string in another vector so for example in colours <- paste(letters,colours(),"stuff",LETTERS) find and replace with ("red","blue","green","gray","yellow","other") - irrespective of case its a large dataset, so i'd like to be able to do this
2018 Aug 07
2
limit sharing ability to certain users
still the same? root at buserver:/etc/dovecot# doveadm user test2 at onnet.ch field valueuserdb lookup: user test2 at onnet.ch doesn't exist relevant config output from doveconf -n userdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap result_success = continue-ok } userdb { args = username_format=%Lu /etc/dovecot/share.passwd driver = passwd-file result_failure =
2005 Jan 22
1
Collins Master Dictionary (closer yet)
Hey, thanks for all the help, the "Desktop"="800x600" line in the .conf file helped a lot, the elements within the window don't dissappear anymore. Thanks! :) Only one little glitch is keeping the program from being useful: The dictionary doesn't use a standard 'search' field and button as one might expect, instead, all of the entries for the selected
2012 Oct 21
1
Parameter Matrix
Hallo, I would like to run a model (differential equations) with a whole bunch of parameter combinations. I think the best way of doing this is to put the model function into a loop and set a matrix with the parameters: Each row will represent the parameters for one loop. I know how to compile such a matrix (via another loop, or by using rbind etc.). However I hope you guys may have a much
2009 Aug 18
1
Plyr and memory allocation issue
Dear R users I am trying to create some new variables for a 4401 x 30 dataframe using ddply and transform. The "id" variable i am using is a factor with 1330 levles eg bb <- function(df) {transform(df, years = study.year - min(study.year) + 1, periods = length(study.year) )} test <- ddply(x,.(id),bb) I havent copied the data to avoid clogging the
2010 Apr 18
4
confused with yearmon, xts and maybe zoo
R-listers, I am using xts with a yearmon index, but am getting some inconsistent results with the date index when i drop observations (for example by using na.omit). The issue is illustrated in the example below. If I start with a monthly zooreg series starting in 2009, yearmon converts this to "Dec-2008". Not such a worry for my example, but strange. Having converted to xts, i drop
2008 Nov 04
2
ggplot & annotating charts
Dear "R-listers" I've been trying to figure out how to annotate charts in ggplot (ie add text to line charts, highlighted boxes etc). By and large, I can get close to what i want with base graphics, but would ideally like to use ggplot whenever possible (additionally, i would like to add text labels automatically to the chart). The code is below I suspect I need to use geom_rect,
2018 Aug 05
4
limit sharing ability to certain users
Hello Is it possible to limit the ability of sharing it?s own mailboxes to only a few users? We have a few sensitive mailboxes of users where the ability to share via IMAP SETACL should be prevented. I tried the following so far? doveadm acl remove -u test at onnet.ch INBOX user=test at onnet.ch admin but when doing this the admin rights are still there doveadm acl rights -u test at
2019 Sep 18
2
Sync UID/GUI between two DCs
Am 18.09.19 um 16:17 schrieb Rowland penny: > On 18/09/2019 03:41, Simeon Peter via samba wrote: >> I would remove any uidNumber & gidNumber attributes from the >> following users (if set): >>> administrator >>> guest >>> krbtgt >> Administrator has a uidNumber since long time and owns some files. >> Are there disadvantages if I leave his
2019 Sep 17
3
Sync UID/GUI between two DCs
Hello I had a problem with different group IDs on my two DCs. They have both Version 4.7.6-Ubuntu and use the RFC2307 scheme. The first DC showed the group-IDs 200xx that I gave in the AD. The second DC gave the ID 100 to Domain Users and other 200xx IDs to the groups. To could solve the problem: ?1. I gave Unix UIDs to all users and GIDs to groups in the Active Directory with RSAT ?2. I
2017 Nov 14
1
OrcJIT + CUDA Prototype for Cling
Hi Lang, thank You very much. I've used Your code and the creating of the object file works. I think the problem is after creating the object file. When I link the object file with ld I get an executable, which is working right. After changing the clang and llvm libraries from the package control version (.deb) to a own compiled version with debug options, I get an assert() fault. In void
2009 Jan 17
1
Downloading Excel file & reading a range
I am trying to figure out a way to download an Excel file and then read a range into R - so that i can have a reasonably automated process. I have been trying to use the RODBC package, but with little success. I suspect that this isnt the right route Here is some code. My aim is to read in the data starting in H69:H283 in sheet 2.
2019 Sep 18
2
Sync UID/GUI between two DCs
Thank you for your answers Rowland. I could go ahead. Am 17.09.19 um 18:52 schrieb Rowland penny: > On 17/09/2019 09:30, Simeon Peter wrote: >> Am 17.09.19 um 17:08 schrieb Rowland penny via samba: >>> Do not give the standard Windows users and groups a uid/gidNumber, >>> most are never used on Unix, the main exception would be Domain Users. >> OK, now I did it
2014 Sep 23
0
CentOS-announce Digest, Vol 115, Issue 14
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
1997 Oct 03
1
Homedir maps (+small patch)
Hello, I have following setup: User homedir are on server B and I have samba running on server A and B (B is dec/osf1, A is HPUX). In Luke's reply to "Spiros B" (tue 12 aug 97) he said: > because (and this is the bit about the home.map support that i don't > exactly understand, and don't quite follow) when you do a domain logon > to server A, the home.map support