A different way to deal with "unknown" user after upgrade from Tiger.

It's a known issue that doing upgrade and install or archive and install from Tiger to Leopard, produces a lot of folders with "unknown" group in their "get info" panel. This has to do with a different group structure in Tiger and Leopard.
In Tiger, every user has their own private group with the same name as the username. That group is set to be user's primary group.
In leopard, every new user with an account is a member of the group staff (gid=20) which is not present in Tiger. Leopard doesn't fully understand Tiger's private group structure, hence the "unknown" group. This causes various problems such as Finder crashes when trying to change the permissions and ownership in the get info window.
Apple's proposed way of dealing with this is described [here|http://docs.info.apple.com/article.html?artnum=307128].
However, this method doesn't change the existing group structure and doesn't resolve all the problems.
I'd like to suggest a different way of dealing with it.
1. create a new admin user (if you don't have one already), log out of your primary account and log into the new one.
2. enter the following in terminal:
*sudo dscl . delete /users/"username"*
where username is the short name of the user on the main account (not the one you are currently logged into).
This will delete that user.
3. Log out/in.
4. go to system preferences->accounts and create a new user with the name and short name exactly as the one you've deleted in step 2.
You'll be get a popup saying that a home directory by this name already exists and asking if you want to use it. Say "Yes".
That's it. Your main user will be recreated using the native group structure of Leopard with gid=20(staff). Permissions on your home directory will be reset with correct group and ownership.
I tested the process on my powerbook after an upgrade and install from Tiger to leopard and it worked without a hitch.
I like this method better than Apple's because it completely gets rid of Tiger's group structure which was creating all the confusion. The only downside as far as I can see is that you might have to manually change the group ownership on some files belonging to the main user that sit outside your home directory.
I would appreciate any comments on this.

hmm, I confess, I did this before installing 10.5.2 so i can't say for sure. However, I've dealt with a few people (see e.g. this [thread|http://discussions.apple.com/thread.jspa?messageID=7012957]) who are running 10.5.2 and still have this issue. I don't know what if anything 10.5.2 did about this but I'm quite sure that it didn't change the group structure inherited from Tiger.
Message was edited by: V.K.

Similar Messages

  • XmlDataProvider .... is gone completely in my Xaml file. Why? How many different ways to deal with xml data source through WPF

    I followed a procedure described in a book.
    1. insert "Inventory.xml" file to a project "WpfXmlDataBinding" .
    2. add the XML data source through the data panel of "blend for 2013", named it "InventoryXmlDataStore" and store it in the current document.
    3. dragged and droppped the nodes from the Data panel onto the artboard.
    Then I checked my Xaml file against the one provided by the book
    Xaml file by the book:
    <Window.Resources>
    <!-- This part is missing in my xaml file --><XmlDataProvider x:Key="InventoryDataSource"
    Source="\Inventory.xml"
    d:IsDataSource="True"/>
    <!-- This part is missing in my xaml file -->
    <DataTemplate x:Key="ProductTemplate">
    <StackPanel>
    <TextBlock Text="{Binding XPath=@ProductID}"/>
    <TextBlock Text="{Binding XPath=Cost}"/>
    <TextBlock Text="{Binding XPath=Description}"/>
    <CheckBox IsChecked="{Binding XPath=HotItem}"/>
    <TextBlock Text="{Binding XPath=Name}"/>
    </StackPanel>
    </DataTemplate>
    </Window.Resources>
    <Grid>
    <ListBox HorizontalAlignment="Left"
    ItemTemplate="{DynamicResource ProductTemplate}"
    ItemsSource="{Binding XPath=/Inventory/Product}"
    Margin="89,65,0,77" Width="200"/>
    </Grid>
    my Xaml file:
    <Window x:Class="WpfXmlDataBinding.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="922" Width="874">
    <Window.Resources>
    <DataTemplate x:Key="ProductTemplate">
    <StackPanel>
    <TextBlock Text="{Binding XPath=@ProductID}"/>
    <TextBlock Text="{Binding XPath=Cost}"/>
    <TextBlock Text="{Binding XPath=Description}"/>
    <CheckBox IsChecked="{Binding XPath=HotItem}"/>
    <TextBlock Text="{Binding XPath=Name}"/>
    </StackPanel>
    </DataTemplate>
    </Window.Resources>
    <Grid DataContext="{Binding Source={StaticResource InventoryXmlDataStore}}">
    <ListBox HorizontalAlignment="Left" Height="370"
    ItemTemplate="{DynamicResource ProductTemplate}"
    ItemsSource="{Binding XPath=/Inventory/Product}"
    Margin="65,55,0,0" VerticalAlignment="Top" Width="270"/>     
        </Grid>
    </Window>
    All looks quite the same except the <XmlDataProvider ....> part under <Window.Resources>, which is gone completely in my Xaml file.
    1, Why?
    2, How many different ways to deal with xml data source through WPF?
    Thanks, guys.
    (ps My "WpfXmlDataBinding" runs without problem through.)

    Never do yourself down Richard.
    Leave that to other people.
    It's quite common for smart developers to think they're not as good as they are.
    I coach a fair bit and it's a surprisingly common feeling.
    And to repeat.
    Never use anything ends .. provider.  They're for trivial demo apps.  Transform xml into objects and use them.  Write it back as xml.  Preferably, use a database.
    You want to read a little mvvm theory first.
    http://en.wikipedia.org/wiki/Model_View_ViewModel
    Whatever you do, don't read Josh Smiths explanation.  I used to recommend it but it confuses the heck out newbies. Leave that until later.
    Laurent Bugnion did a great presentation at mix10.  Unfortunately that doesn't seem to be working on the MS site, but I have a copy.  Download and watch:
    http://1drv.ms/1IYxl3z
    I'm writing an article at the moment which is aimed at beginners.
    http://social.technet.microsoft.com/wiki/contents/articles/30564.wpf-uneventful-mvvm.aspx
    The sample is just a collection of techniques really.
    I have a sample which involves no real data but is intended to illustrate some aspects of how viewmodels "do stuff" and how you use datatemplates to generate UI.
    I can't remember if I recommended it previously to you:
    https://gallery.technet.microsoft.com/WPF-Dialler-simulator-d782db17
    And I have working samples which are aimed at illustrating line of business architecture.  This is an incomplete step by step series but I  think more than enough to chew on once you've done the previous stuff.
    http://social.technet.microsoft.com/wiki/contents/articles/28209.wpf-entity-framework-mvvm-walk-through-1.aspx
    The write up for step2 is work in progress.
    https://gallery.technet.microsoft.com/WPF-Entity-Framework-MVVM-78cdc204
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • Issue with VO extension after upgrading from 11i to R12

    Hi All,
    We are facing issue with VO extension after upgrading from 11i to R12(12.1.3).
    Most of the cases we are facing issue as given below,
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 21 with java object of type java.lang.Boolean due to java.sql.SQLException.
    Please help me out to resolve this issue.
    Any help/suggestion will highly appreciate.
    Thanks & Regards,
    Sunita

    Hi Gyan,
    Thanks for the response.
    There is one attribute has added in VO query.
    In VO.xml file ViewAttribute definition is as given below,
    <ViewAttribute
    Name="DisplayApproveButton"
    IsUpdateable="false"
    IsQueriable="true"
    IsPersistent="false"
    Type="java.lang.Boolean"
    ColumnType="NUMBER"
    AliasName="DisplayApproveButton"
    Expression="xxh_invoice_approval_pkg.check approval(invoice_id)"
    SQLType="BIT" >
    </ViewAttribute>
    Thanks & Regards,
    Sunita

  • Problem with Java Script after upgrade from BW 3.5 to BI7

    Dear Colleagues,
    We're facing the issue with Java Script after upgrade of BW 3.5 to BI7.
    Just after update we checked the basic functionality and it occured that some of web templates that use Java Script don't work. They generate seelction screen, but after selection the screen becomes blank without any error messages.
    We're currently stucked since web templates weren't converted to BI7 version so they should work exactly as before the upgrade.
    We compared the Java code with other environment that was not upgraded - it's perfectly the same.
    The only explanation that comes to my mind is that some Java Script settings on the server level were changed during the upgrade but I have no idea where I can check that.
    Thanks in advance for any suggestions,
    Andrzej Bobula

    Hi Deepu,
    Thanks, it was great to read your reply and then few minutes later talk to you live on SDN Day!
    Unfortunately, http cache clean-up did not help. But there is another funny thing I found - for exactly the same 3.5 webtemplate html code returned from WebAS 3.5 was different then from 7.0.
    Unfortunately, this editor does not allow to paste complete code, even in CODE brackets, but here are main differences:
    <b>3.5</b>
       if (navigator.appName == "Microsoft Internet Explorer")
    <frame src="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=1&REQUEST_NO=1&CMD=GET_TEMPLATE"
    name="Content">
    and
    <b>7.0</b>
       if (navigator.appName.indexOf("Microsoft Internet Explorer")!=-1)
    <frame src="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=8&REQUEST_NO=0&CMD=GET_TEMPLATE"
    name="Content" 0nLoad="javascript:loadTitle()">
    (I intentionaly put 0 i/o o in 0nLoad, otherwise Forum's editor does not accept the text.
    How about SAP's claim that technical upgrade from 3.x to 7.0 changes nothing?
    Regards,
    Vitaliy

  • Problems with IMAQ Vision after upgrading from Labview 6i to Labview 6.1

    Hi,
    We just upgraded from Labview 6i to 6.1.To do this,we uninstalled the 6i version as was suggested by NI and then installed the 6.1 version.Later when we tried to run the old vi's written using Imaq vision, we ran into different problems.Has anyone experienced any similar problems with IMaq vision after upgrading?If so please help me solve this issue.
    Thanx
    deepak

    What kind of problems?
    I would strongly suggest that you uninstall IMAQ (all elements) and reinstall them. They register with Windows, probably docked to 6i, and also must be recompiled, which I believe is done in installation.
    This is your best bet.
    If you still have problems, contact NI and ni.com/ask and start a support inquiry.

  • Best Way to deal with Corrupt User Account

    Preview is crashing over and over again in my main user account (ADMIN) yet it does not crash in any other account.
    What is the best way to create a new user account that has all the things I need from this account (bookmarks, keychains, etc.)?
    Thanks in advance.
    Dwaine

    Have you tried trashing the Preview .plist files?
    Under Finder's Go menu, choose Go To Folder, and paste in ~/Library/Preferences.  Look in there, and also in the ByHost folder, for any com.apple.Preview plist files, trash them, and see if Preview will then work properly.
    You might also look in ~/Library/Caches for Preview files and trash those too.

  • TACACS "fail unknown users" after upgrade to ACS 3.3

    Basic config issue is :
    1) User Account is added to ACS 3.3
    2) User Account is added to Group with correct Privilege Levels
    3) User Password Authentication: is listed as "Windows Database"
    4) TACACS+ Enable Control: is set to user group settings
    5) And TACACS+ Enable is also set to "Windows Database"
    In External DB all windows Domains are listed (but not down to specific group mapping)
    Here is the problem, every thing works fine.
    Users can log onto router in User mode (using domain password) & change to EN mode (using domain password)
    As long as the "Unknown user policy" is set to check against "Windows". this works.
    But if it is set to "fail Unknown users" then no one can gain access

    Hi Michael,
    We opened a TAC case ans was given the following info;
    CSCef84196
    First Found-in Version 3.3(1)
    Symptom:
    users created on acs but mapped to external DB manually fail authentication
    Condition:
    -this happens when unkown user policy is set to fail authentication attempt.
    Workaround:
    - set unkown policy to check external database.
    if dynamic users aren't desired to authenticate, you can map the external DB to a disabled group.
    and put the manually mapped users in an enabled group.
    Ther is no fix available yet!

  • No sync with iTunes 10 after upgrade from Outlook 2007 to Outlook 2010

    I seem to have more or less the same problem as described in the archived thread http://discussions.apple.com/message.jspa?messageID=12179724
    With Windows 7 x64, Office 2007 and iTunes 10, syncing worked fine, but after an upgrade to Office 2010 (x86), iTunes acts as if it syncs (no error messages), but nothing happens. Calendar or contact items that I have changed on either the phone or the computer since the last truly successful sync are not transferred.
    Has anyone found a solution for this?
    Message was edited by: OttoGie

    a) refer to Jason's 12/14 post, for troubleshooting articles related to "Click" version, and general Apple troubleshooting...(you may have multiple problems, all of which need to be solved in order)...and yes, 12/15 posting - direct to an Exchange account, if available - iPhone/iPad works better than any other mobile device I have ever used against an Exchange Server...(have not tried WinMobile7, which should work great also...but BB, Droids, and Palms have...issues/quirks usually necessitating a 3rd-party App)...
    b) Outlook 2010 settings needed for me to get Contact (and probably Cal) sync:
    1) I had 2 profiles, with Outlook set to Choose Profile on startup...apparently needed to change to "Always Use This Profile" setting, as it appears that iTunes is not Outlook multi-profile aware.
    2) under that [now default] profile, I had multiple POP accounts...it appears that iTunes is only going to work with the contacts/calendar from the account designated as the Default Data File, under Account-->Settings (a single PST file)
    3) under Account-->Settings, a tab called Address Books - I had, besides the Outlook Address Book, an entry called "Mobile Address Book", most likely put there by my [retired] Windows Mobile phone, prior to switch to iPhone...I removed that entry.
    4) restarted Outlook, restarted iTunes, Devices-->iPhone-->Info now sees Outlook-specific info...my contacts synced; categories on contacts from Outlook did not carry over, however, if, in Outlook, I create sub-folders of Contacts, move categorized to their own named sub-folder, these sub-folders DO sync individually on the iPhone, showing as "Groups".
    YMMV...but those are the changes I had to put into place to get my Contacts to sync.
    ...still need to figure out how to control the "order" of them...the Outlook "File As" setting is not being utilized, looks like Last Name is the only control...not perfect, but I will deal with it...until apple figures out a way to use Company as a grouping option.
    Windows 7 (x64), Outlook 2010 (x32), iTunes 10.1.2.17, iPhone iOS 4.2.6
    BTW - another option may be CompanionLink (.com), for business users. (not a recommendation, but I do have some familiarity using it, with Blackberry and Droid platforms)

  • VPN Server broken with Windows after upgrade from Tiger.

    Hey there
    I use Tiger 10.4 Server on a PowerMac G4.
    It has two network interfaces, one public facing with it's own static IP, and the other internal facing.
    The VPN service works perfectly, and allows people to connect via L2TP and assignes them an IP on the internal facing subnet, and allows OS X and Windows clients to connect.
    However after upgrading to Leopard, only Mac clients can connect, all the Windows clients connect, and although they get an IP and are able to ping destinations, attempts to connect to these destinations (some of which are web apps on port 80, others are file servers running Samba), they just sit waiting for ever.
    I've experimented with this problem, and it appears to be a problem with MTU and packet fragmentation, however these settings appear to be the same between Tiger, which worked, and Leopard which does not work.
    Does anyone have any experience with the new VPN Server in Leopard, and can offer me any advice on how to fix this problem? I'm currently downgraded to Tiger again until a fix can be found.

    I had the same issue, among others, but I finally got everything to work eventually. It seems that if the IP range of the client connecting to VPN is in the same range of the server LAN, there will be connectivity issues, whether it be pcs and/or macs not being able to connect. The following set up got my VPN services working:
    1. Get DNS and Open Directory working properly. When I did an upgrade, the Server Admin updated my zone files with a curious extra space, which killed DNS. For example, I had the name server as ns.company.private., but in the files it would say ns. company.private everywhere! I've been reading about various bugs in upgrading DNS, so I think it's best just to start DNS from scratch. But if you are upgrading, the following thread expalins how to go about setting up DNS and Open Directory: http://discussions.apple.com/thread.jspa?messageID=5957209&#5957209
    2. Once you have Open directory users and dns working properly, then set up VPN. Give a unique IP range to the internal network (192.168.7.1/24) that other networks will not emulate. If you use 192.168.1.1, you will likely run into issues. You can always test this method out by changing the IP range from a remote location and trying to get in this way instead of changing the server. Also, be aware that if you use Gateway Assistant within NAT, it will automatically give you a 192.168.1.1/24 range, at least that's been my experience, and this always killed VPN for me. I would set up NAT manually to avoid problems.
    3. Ensure that the DNS information under the Client Information tab is correct. For my server I have 192.168.9.1 as the nameserver, and company.private as the search domain. Then set up routing tables. Mine are 192.168.0.0:255.255.0.0 private and 0.0.0.0:0.0.0.0 public.
    Also, when you restart the server, stop and restart VPN services, as there is some talk about the Tiger bug still being around, where VPN services are messed up upon startup. This all worked for me and a couple others that had similar server set ups. Hopefully this will work for you.

  • Font Book "not compatible" with 10.9 after upgrade from 10.7

    I upgraded from os x 10.7 to 10.9 on my iMac and now my font book won't open. I keep getting a message that says my version of font book is not compatible with 10.9. Is there a way to reinstall font book?

    No,
    You should download and install the 10.9.4 combo update. OS X Mavericks 10.9.4 Update (Combo)
    As with any system upgrade or update it is wise to backup first.

  • Problems with Aperture after upgrading from Tiger to Snow Leopard

    Help!  I recently upgraded my IMac operating system from Tiger to Snow Leopard.  Now, I am finding my aperture is not responding the way it used to.  I cannot change the border dimensions; I can't print.  Any suggestions would be appreciated.  I was told by Apple Technical Support that they will not provide support for Aperture 2 and that I would have to upgrade to Aperture 3.  Is this correct? 

    This is called a Kernel panic.
    See here for possible solutions:
    http://support.apple.com/kb/TS3742
    Did you do anything else apart from ungrading OS?
    Did you add memory?
    Bad or not well seated memory modules are often a cause of kernel panic

  • Problem with Billing Engine after upgrade from CRM 5.0 to CRM 7.0

    Hello together,
    The system  of our customer has been upgraded from CRM 5.0 to CRM 7.0. After that some problems occurred regarded the billing.
    In the Billing Due List a dump occurs when clicking on an item and then on conditions
    Dump message: No function module can be found named "/1BEA/CRMB_DL_PAR_O_DERIVE" however.
    (Other classes are  new generated after the upgrade)
    During the Analysis we looked to the billing engine navigator:
    In the Billing Engine Navigator (Transaction: BEFN_F1) the Generation Log shows the following:
    We have re-generated the Object PAR in CRMB->DL->Feature->PAR. But this shows the above displayed error message. How can we add value to the Placeholder?
    Another question is which impacts does it have if we regenerate the complete billing engine for CRMB with transaction BEA_CONFIG_F1 (Configure Application)?
    BR, Anne

    Hi Nawanit,
    we checked the key figure settings and categories. Everything is maintained correctly.
    Since we work with MRP areas we also checked the "Global Parameters and Default Values for MRP Areas" in APO Customizing: The "Default values for Stock Transfer Documents" is set to "1" = Stock Transport Requisitions for MRP Areas.
    BUT: When I try ot change this indicator I get the following message no. /SAPAPO/MRPA000:
    "Process. w. stock transp. requisitions is not supported in standard sys. The process with stock transport requisitions will be supported as of SAP R/3 Enterprise Core Release 4.70 with SAP R/3 Enterprise Extension Set 2.0. ".
    As far as we work with ECC 6.0, EHP4 this message makes no sense.
    Does anyone have another idea?
    Thanks
    Jan

  • Problem with field catalog after upgrade from 4.0

    Hi experts,
    We have recently upgraded from CRM 4.0 to 5.2.
    I am now experiencing a problem with generation of a transport request for field catalog in transaction CTFC_CRM. I can generate the field catalog without errors.
    The problem is that when I want to create the transport request in our dev system a pop up appears saying "Create object directory entry". Here I have to enter a package for some of the fields in the field catalog. The special thing is that the fields are not custom fields but rather SAP standard fields (using standard data elements). For example field BZIRK.
    These are SAP standard fields but they are not standard in the field catalog. In 4.0 I did not get this prompt but this has apparently changed from 5.0.
    What do I do? I guess if I need to create the objects I will need to use an SAP standard package. But how do I know what package to use?
    Any comments or suggestions will be highly appreciated.
    Best regards,
    Anders

    Hi,
    If you did just install database, then you use Embed PL/SQL Gateway.
    See this guide
    Upgrading Oracle Application Express in Oracle Database Express Edition
    I think you have not run step 5 script apxldimg.sql
    Regards,
    Jari

  • After upgrading from tiger to snow leopard i get you need to restart computer when i get done with something

    After upgrading my operating system, after being on different pages for sometime, i get a shaded that comes down and says i need to restart my computer then tells me to send in error report when it reboots....what do i do

    This is called a Kernel panic.
    See here for possible solutions:
    http://support.apple.com/kb/TS3742
    Did you do anything else apart from ungrading OS?
    Did you add memory?
    Bad or not well seated memory modules are often a cause of kernel panic

  • Mavericks Mail not working properly with Exchange server after upgrade from Lion

    Mail will no longer maintain a stable connection to my company's Exchange server after upgrading to Mavericks from Lion.  Nothing has been changed on the Exchange server.  It has only partially downloaded the messages that are on the server.  It seems to download current messages when they hit the server.  It has difficulty sending messages.  When I send a message, it gets stuck in the Outbox.  It is constantly losing the connection to the server.  The problem is only occuring with Exchange email.  My iCloud email works properly as well as a POP3 account.

    No shortage of pre-existing threads on Mavericks mail issues...
    https://discussions.apple.com/message/23706759#23706759
    https://discussions.apple.com/message/23469853#23469853
    https://discussions.apple.com/message/24277596#24277596
    https://discussions.apple.com/message/23769976#23769976
    https://discussions.apple.com/message/19077388#19077388
    https://discussions.apple.com/message/24170482#24170482
    https://discussions.apple.com/message/24483692#24483692

Maybe you are looking for

  • I need to share raw footage that is already imported into iMove, how do I do that?

    I have raw footage imported into iMovie '11 that I need to beable to give to someone else, is this possible without first turning it into a project and exporting it that way?

  • Force use of Model Node

    Hello All, I was wondering whether there is a way to force users to become a model node in a given environment rather than give them the choice of specifying model node or an individual node name. What happens is that our developers, all on the same

  • New file per page break

    Is there a way to have a Crystal Report export a seperate PDF or other format file per page break in the report?

  • UPLOAD SECURED ADOBE PDF  AND VIEW

    Dear Gurus, While upload a scured adobe pdf file into a ztable it is getting uploaded but i am unable to view the file from SAP.  While downloading from SAP, the file size was increased and showing error message. Is any standard transaction code to u

  • New ThinkPad Precision Wireless Mouse (MORFGOO) does not work

    Hello to everyone, My wireless mouse does not work. The symptoms are: The mouse is completely unresponsive, as if it had no power at all (cannot be turned on, no red laser, no interaction with CPU). How I came to notice the problem: I installed the m