similar to: Cannot Delete my Name

Displaying 20 results from an estimated 20000 matches similar to: "Cannot Delete my Name"

2017 May 02
1
Wiki Contribution access request
Dear Sir/Madam I would be more than happy to contribute to WIKI by translating it to Russian language: I do not understand how I can start but I will try by following this article: https://wiki.centos.org/Contribute - GavriilSpiropoulos username - the proposed subject of your Wiki contribution(s) : Translation from English to Russian - the proposed location of your Wiki
2018 Feb 01
4
Cannot delete IMAP Mail-Folder in Trash
Hello, I've noticed an annoying problem. Trying to delete a folder that has been deleted on IMAP and is moved to trash has problems being deleted. Thunderbird reports: "Folder contains children" and stops there. Folder at first disappears. But after restarting Thunderbird they are still there and on Dovecot-Mailbox folder on the server the folders are also still present.
2018 Feb 05
2
Cannot delete IMAP Mail-Folder in Trash
> On February 5, 2018 at 6:16 PM Gabriel Kaufmann <mailings at typoworx.com> wrote: > > > Doesn't anyone have an idea? > > It looks like Dovecot and/or Thunderbird simply "ignore" sub-folders of > IMAP-Folder in Trash/ as they are also not shown in Trash-Folder. > Sub-Folder for INBOX and other IMAP-Folders work perfect (using > layout=fs
2006 Mar 22
2
What am I doing wrong with this? :)
Hi, I''m having trouble with a piece of code based on an example someone kindly posted here: errors.add(''surname'', "must be blank when the serial number is known") if !surname.nil?|| !surname=="" Now, even if surname is empty, it still flags the error message. I imagine I''m doing something rather obviously wrong but I''m not
2024 Aug 14
1
samba-tool user add - weird resulting
When creating AD user using 'samba-tool user add <username> ...', there are switches for some human name parts specification: --surname=SURNAME User's surname --given-name=GIVEN_NAME User's given name --initials=INITIALS User's initials and samba-tool (or Samba daemon itself?) assembles other (LDB) attributes from them: dn : as
2024 Aug 14
1
samba-tool user add - weird resulting
On Wed, 14 Aug 2024 09:24:03 +0200 Franta Hanzlik via samba <samba at lists.samba.org> wrote: > When creating AD user using 'samba-tool user add <username> ...', > there are switches for some human name parts specification: > --surname=SURNAME User's surname > --given-name=GIVEN_NAME User's given name > --initials=INITIALS
2018 Feb 06
1
Cannot delete IMAP Mail-Folder in Trash
We have the same problem, with a twist. When Thunderbird deletes a folder, it is still shown by the GUI. Dovecot deleted the folder correctly, and the sunscriptions file is also correct. Some other times, on shared folders, Thunderbird refuses to delete; in this case, apple mail on iphone can delete successfully. This suggests that the problem is in Thunderbird's code. R On Mon, Feb 5, 2018
2012 Nov 02
2
Merge data frame with mispelling characters
Hello dear R-helpers, I'm working with R-2.15.2 on Windows 7 OS. I'm stucked with a merge of two data frames by characters. In each data frame I got two different list of names, that is my main-key to be merged. To figure out what I'm saying, I build up a modified "?merge" example, with errors by purpose: # Data for authors: authors <- data.frame( surname =
2010 Feb 26
2
Routing Error using Paperclip
For some reason I can''t figure out why I am getting a routing error when I add Paperclip support. I have another test app when similar code is working. I created a new test app first without Paperclip support and it was doing the CRUD operation fine. However when I added Paperclip support I get the following error? Routing Error user_url failed to generate from
2020 May 14
2
samba-tool and --given-name or --surname format?
How do I add a user with samba-tool that has the givenname "?ke" or surname "?berg"? # samba-tool user create foobar 21asdasd// --given-name="?ke" ERROR(<type 'exceptions.UnicodeDecodeError'>): Failed to add user 'foobar': - 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128) File
2006 Apr 28
7
acts as drop down
Hi Im using the acts as drop down plugin and have this code below acts_as_dropdown :text => "forename", :order => "forename" It currently makes use of the forename in the option tag, how can I get it to use the surname as well ie somthing like ''forename'' . ''surname'' in php Thanks -- Posted via http://www.ruby-forum.com/.
2014 Dec 01
2
Application for write permissions to CentOS wiki
On 1 December 2014 at 21:46, Jerry Amundson <jamundso at gmail.com> wrote: > On Mon, Dec 1, 2014 at 3:15 PM, Alan Bartlett <ajb at elrepo.org> wrote: >> On 1 December 2014 at 20:26, Karol Babioch <karol at babioch.de> wrote: >>> Am 11.10.2014 um 00:04 schrieb Karol Babioch: >>>> I hereby would like to ask for write permissions to the CentOS wiki.
2010 Sep 25
1
Newbie question: searching certain fields only
Hallo, I'm new to xapian and have only started checking it out, so please forgive my silly questions. I'm trying to get my head around the following: Given the following fields (values with prefixes): Name: .... Surname: .... Address: .... ... How can I (by default) search in Name and Surname only? ie, I want to ignore the Address field during search, unless I explicitly search it
2010 Dec 19
2
barplot: width of label
Hello, I try to make barplots with rather wide labels. A simplified example of this: x <- c(12, 33, 56, 67, 15, 66) names(x) <- c('Richard with a long surname','Minnie with a long name,'Albert','Helen','Joe','Kingston') barplot(x, las = 2) Now the label 'Richard with a long surname' is too long to fit beneath the bars. A simple solution
2018 Feb 07
1
Cannot delete IMAP Mail-Folder in Trash
Hello, the folders exist physically in vmail-storage on filesystem for the given Mailbox\MailDir\Trash. I already tried to refresh subscription using IMAP on Thunderbird. Is there any other way using CLI and dovecot to (re-)check subscriptions or do some kind of rescan? Trying to delete the physically (in file-system on server) existing folders using IMAP always complains that the folder is
2006 Feb 19
2
how would you implement this normalizer?
Names of models in my application have accented characters that imply unexpected orderings. For instance ?vila should go before Madrid, but String#<=> puts it the other way aroud. I am only sorting for views, so it would be OK to do some normalization on-the-fly on Ruby land, and since the same criteria has to be used throughout the application I was thinking on some sort of
2020 May 14
1
samba-tool and --given-name or --surname format?
On Thu, 14 May 2020, Andrew Bartlett via samba wrote: > On Thu, 2020-05-14 at 13:24 +0300, Harald Hannelius via samba wrote: >> How do I add a user with samba-tool that has the givenname "?ke" or >> surname >> "?berg"? > > The correct method is to use a version of Samba built with python3. My > understanding is that we have fixed that issue
2019 Apr 29
2
Difficulties retrieving randomly assigned password for newly created Samba user acounts
Hi everyone, I am using Samba 4.5.16-Debian on Raspbian and thanks to the help offered by everyone here I now finally have a mostly-working Active Directory network. I am now at the stage of creating inidividual user accounts for my domain and unfortunately I have a very basic but fundamental problem! I currently enter the following input at the command-line to create a new user on my DC: pi
2008 Jan 20
2
Reporting for Duty.
Hello to the AdminGroup, >From what I have been told (by a very reliable source (AY)), I should direct this for the attention of Ralph. In the nicest possible way, Community members Akemi and Ned (aka toracat and NedSlider) have been twisting my arm to get me to agree to join the Wiki editors. Being susceptible to the right sort of persuasion, I eventually agreed. Over the last few weeks I
2016 Aug 17
3
SOLVED: WINBIND: UID and GID false mappings on domain member
I bump this only to say SOLVED and many thanks to Rowland. Lessons learned: 1. Indeed, my problems where related to not having a gidNumber for "Domain Users". After adding it I got real wbinfo --user-info on the domain member (file server). My test user could log in in his old home from the NT domain preserving the old UID and GID. 2. (question = why?) And login.bat was called at