Run into issues moving an installation.

A few months ago I put a fresh install of arch on my laptop. I used an lvm in an extended partition, and used luks.
I have a dual boot with windows 8.
As I needed to give windows 8 more space I decided to backup my install and repartition the drive. I have now copied the backup to the new partition layout (not encrypted and using regular mbr partitions), used the livecd to change the fstab, the mkinitcpio, rebuilt initramfs and fix grub.
On booting I get dropped to the emergency shell with a few systemd errors, mostly about systemd-udevd, worker did not accept message.
Any ideas? Is this recoverable?
EDIT: I've managed to get at least some of the exact messages that show up:
[FAILED] Failed to start Remount Root and Kernel File Systems.
See 'systemctl status systemd-remount-fs.service' for details.
[FAILED] Failed to mount Huge Pages File System.
See 'systemctl status sdev-hugepages.mount' for details.
[FAILED] Failed to mount Debug File System.
See 'systemctl status sdev-hugepages.mount' for details.
[FAILED] Failed to mount POSIX Message Queue File System
See 'systemctl status dev-mqueue.mount' for details.
[OK] Started Setup Virtual Console.
[OK] Reached target Local File Systems (Pre).
Mounting /tmp...
Started Local Random Seed...
[OK] Started udev Kernel Device Manager
[FAILED] Failed to mount /tmp.
See 'systemctl status tmp.mount' for details.
[DEPEND] Dependency failed for Local File Systems.
Welcome to emergency mode! .......
EDIT2: Ok, this is getting stranger.
If I run cfdisk I get: FATAL ERROR: Bad logical partition 6: enlarged logical partitions overlap.
I'm going to delete and re-create the partitions that I've changed and see what happens.
EDIT3: Ok, so I've re-created the partitions, synced from the backups again and made the necessary changes.
I get the same errors as above. I managed to get hold of some of the journald output:
From journalctl the main errors are now:
systemd-udevd cdrom_id --lock-media /dev/sr0 terminated by signal 15
systemd-udevd ata_id --export /dev/sda terminated by signal 15
systemd Failed at step EXEC spawning /bin/plymouth: No such file or directory
systemd-udevd timeout, giving up waiting for workers to finish
Unit systemd-udevd.service entered failed state
Any help would be appreciated. I'll probably reinstall if I can't get it fixed by tomorrow afternoon.
Last edited by llawwehttam (2012-12-13 00:49:50)

cfr wrote:
Do you still get the cfdisk error?
Post fstab, listing from cfdisk (e.g. fdisk -l /dev/sda or whatever) as relevant and boot loader config file. Also mkinitcpio.conf.
As I deleted and re-created the partitions I no longer get the cfdisk error.
fdisk -l /dev/sda/ :
Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xa8a8a8a8
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 718847 358400 7 HPFS/NTFS/exFAT
/dev/sda2 718848 779448319 389364736 7 HPFS/NTFS/exFAT
/dev/sda3 779450368 779642879 96256 83 Linux
/dev/sda4 779642880 976773167 98565144 5 Extended
/dev/sda5 779642943 809636234 14996646 83 Linux
/dev/sda6 809636298 959635139 74999421 83 Linux
/dev/sda7 959635203 976773167 8568982+ 83 Linux
grub.cfg:
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 cfd61216-cc8b-400c-975c-029388644762
else
search --no-floppy --fs-uuid --set=root cfd61216-cc8b-400c-975c-029388644762
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_input console
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch GNU/Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-cfd61216-cc8b-400c-975c-029388644762' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 3ebea9c2-4d93-4247-a593-334917b91391
else
search --no-floppy --fs-uuid --set=root 3ebea9c2-4d93-4247-a593-334917b91391
fi
echo 'Loading Linux core repo kernel ...'
linux /vmlinuz-linux root=UUID=cfd61216-cc8b-400c-975c-029388644762 ro quiet
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux.img
menuentry 'Arch GNU/Linux (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-cfd61216-cc8b-400c-975c-029388644762' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 3ebea9c2-4d93-4247-a593-334917b91391
else
search --no-floppy --fs-uuid --set=root 3ebea9c2-4d93-4247-a593-334917b91391
fi
echo 'Loading Linux core repo kernel ...'
linux /vmlinuz-linux root=UUID=cfd61216-cc8b-400c-975c-029388644762 ro quiet
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux-fallback.img
menuentry "Windows 8 Pro" {
set root=(hd0,1)
chainloader (hd0,1)+1
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
mkinitcpio.conf (onkly showing the hooks, the rest are empty)
HOOKS="base autodetect block udev filesystems usbinput fsck"
EDIT: Just to clarify, I still get the errors in the first post. I haven't needed to use the arch install on the machine in the last few days as I'm working almost purely on my desktop at the moment. I'll need the install working by Christmas though so I'll wipe and re-install then if I still haven't found a solution.
Last edited by llawwehttam (2012-12-16 03:13:33)

Similar Messages

  • I own CS4, upgraded to CS5, then joined CS6, CC... and now I installed CC14. Which will be the best way to delete or uninstall the programs I don't need keeping only CC14 without running into issues? I have an Alienware Area 51 PC running Windows 7.

    I own CS4, upgraded to CS5, then joined CS6, CC... and now I installed CC14. Which will be the best way to delete or uninstall the programs I don't need keeping only CC14 without running into issues? I have an Alienware Area 51 PC running Windows 7.

    Which will be the best way to delete or uninstall the programs I don't need keeping only CC14 without running into issues?
    There is none. Whatever you do to get rid of the older versions will inevitably do damage to shared components and other stuff of the new versions as well. That's just how it is with this approach... Uninstall the older versions, run the cleaner tool then reinstall CC 2014.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Mylenium

  • I have CS2 and would like to do Image Stacking.    I understand CS3 allows this.  correct?     Am I wiser to purchase CS3 upgrade.  Am I going to run into issues with install?

    I have CS2 and would like to do Image Stacking.    I understand CS3 allows this.  correct?     Am I wiser to purchase CS3 upgrade.  Am I going to run into issues with install?

    Well, I refuse to sign up to pay Adobe a monthly tribute for life too, but that doesn't mean we are limited to CS3.
    I'm staying with CS6.
    Adobe still sells a perpetual-license to Photoshop CS6 without the subscription model, but it's $700 for the Standard version and a cool $1,000 for the Extended version.
    You haven't mentioned your platform, Macintosh or Windows, so make sure CS3 or any other obsolete version you buy actually runs on a modern operating system.
    Good luck.

  • Has anyone run into issues upgrading to ios 8.1.3?

    has anyone run into issues after upgrading to IOS 8.1.3 on the iphone 6 plus?

    Call Apple support -- or send at least send feedback
    http://www.apple.com/feedback/>Apple - Feedback
    Also try internet search as there are other blogs/magazines that have forums going with possible solutions to issues
    One is - and they probably have articles on the IPHONE6
    http://appleinsider.com/articles/14/09/26/ios-8-tells-you-what-app-is-draining-y our-iphones-battery

  • Admin server running into issues in SOA.

    Hi All,
    Can anyone help me.
    I have recently  installed Oracle SOA suite on Linux box. While I was running the Admin Server I am running into Some issues. Though Admin Server is running fine but all that I am running out of memory because of the Logs. Can anyone help me find the issue and solve. I can do some other arrangements to save memory. IF you could help me for any issue I would be so happy. One more thing SOA suite installed on Admin server instead soa_server1 or soa_server2. I still need to SOA-infra setup onto soa_server1 or soa_server2(on different remote machines) [if this info could help also.]
    This issue is repeating every 5 secs.
    <Jul 16, 2013 5:35:21 PM EDT> <Error> <oracle.soa.mediator.common.listener> <BEA-000000> <DBLocker caught exception while retrieving locked messages. Will retry retrieval after 2 seconds
    Exception [TOPLINK-4002] (Oracle TopLink - 11g Release 1 (11.1.1.6.0) (Build 111018)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "TENANT_ID": invalid identifier
    Error Code: 904
    Call: SELECT CASE_ID, CONTAINER_ID, DUMMY1, MSG_ID, COMPONENT_DN, OPERATION, CREATION_DATE, PRIORITY, COMPONENT_STATUS, QNAME_LOCAL_PART, CASE_INFO, QNAME_NAMESPACE, LOCK_TIME, SOURCE_URI, TENANT_ID, INSTANCE_CREATED, IS_EVENT, STATUS FROM MEDIATOR_DEFERRED_MESSAGE WHERE (((STATUS = ?) AND (LOCK_TIME = ?)) AND (CONTAINER_ID = ?))
            bind => [1, 2013-07-16 17:23:12.814, A8424220EE5D11E2BF9C6D1C72885086]
    Query: ReadAllQuery(oracle.tip.mediator.common.persistence.MediatorDeferredMessage)
            at oracle.toplink.exceptions.DatabaseException.sqlException(DatabaseException.java:305)
            at oracle.toplink.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:614)
            at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:468)
            at oracle.toplink.threetier.ServerSession.executeCall(ServerSession.java:447)
            at oracle.toplink.internal.sessions.IsolatedClientSession.executeCall(IsolatedClientSession.java:117)
            at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:193)
            at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:179)
            at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:250)
            at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:583)
            at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2500)
            at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2458)
            at oracle.toplink.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:467)
            at oracle.toplink.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:874)
            at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:679)
            at oracle.toplink.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:835)
            at oracle.toplink.queryframework.ReadAllQuery.execute(ReadAllQuery.java:445)
            at oracle.toplink.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2265)
            at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1079)
            at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1063)
            at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1037)
            at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1009)
            at oracle.tip.mediator.dispatch.db.DBAccess.getMessageFromDB(DBAccess.java:800)
            at oracle.tip.mediator.dispatch.db.DBAccess.getDeferredMessages(DBAccess.java:821)
            at oracle.tip.mediator.dispatch.db.DeferredDBLocker.getLockedMessages(DeferredDBLocker.java:153)
            at oracle.tip.mediator.common.listener.DBLocker.getLockedMessages(DBLocker.java:173)
            at oracle.tip.mediator.common.listener.DBLocker.run(DBLocker.java:93)
            at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
            at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
            at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00904: "TENANT_ID": invalid identifier
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
            at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
            at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
            at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
            at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
            at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
            at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:947)
            at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1283)
            at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1441)
            at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
            at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3823)
            at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1671)
            at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:135)
            at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:814)
            at oracle.toplink.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:540)
            at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:468)
            at oracle.toplink.threetier.ServerSession.executeCall(ServerSession.java:447)
            at oracle.toplink.internal.sessions.IsolatedClientSession.executeCall(IsolatedClientSession.java:117)
            at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:193)
            at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:179)
            at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:250)
            at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:583)
            at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2500)
            at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2458)
            at oracle.toplink.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:467)
            at oracle.toplink.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:874)
            at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:679)
            at oracle.toplink.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:835)
            at oracle.toplink.queryframework.ReadAllQuery.execute(ReadAllQuery.java:445)
            at oracle.toplink.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2265)
            at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1079)
            at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1063)
            at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1037)
            at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1009)
            at oracle.tip.mediator.dispatch.db.DBAccess.getMessageFromDB(DBAccess.java:800)
            at oracle.tip.mediator.dispatch.db.DBAccess.getDeferredMessages(DBAccess.java:821)
            at oracle.tip.mediator.dispatch.db.DeferredDBLocker.getLockedMessages(DeferredDBLocker.java:153)
            at oracle.tip.mediator.common.listener.DBLocker.getLockedMessages(DBLocker.java:173)
            at oracle.tip.mediator.common.listener.DBLocker.run(DBLocker.java:93)
            at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
            at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
            at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Thank you all.

    Hi Ravi,
    You are much appreciated for your valuable time and knowledge..
    Then delete old domain. Its corrupted. You can clean it by manually updating jdbc datasource files under config/jdbc folder. But I will NOT recommend this. Just delete this domain folder and from user_projects/appliations also delete the folder with same domain name.
    Create a brand new domain using config wizard. Select SOA or BPM whichever you want, and also Enterprise Manager. Then at database, carefully select 11.7 Schemas that you created earlier.
    Though I have not created a new domain. (still Ravi is correct)
    Issues were resolved by updating the new RCU schema with latest version of RCU 11.1.1.7.
    Here What I did is ran the rcu.bat on my local and connected to remote DB.created new schema for each components namely soa-infra,orabam,owsm,MDS. with a new prefix.
    I did not drop the previous schema for SOA.
    went to  *Domain-home*/config/jdbc/
    took the back up for all the *.xml files excluding read.xml(anyway its just an info file).
    Now edited the schema component. Someone might change their schema component password. but my suggestion is not to give any new passwords to the schema components while creating new RCU schema for SOA.
    What I did is changed the component passwords (I know how to mess up and also know how to fix if it's messed up) and ended up with errors.
    So I have now started the server with the command
    ./startWebLogic.sh -Dweblogic.configuration.schemaValidationEnabled=false
    Still I had errors coming up. But I least bothered about the errors because these errors can be solved once get to know what you are doing.
    My server started. Happy then
    Went to admin-url:port/console
    then  Home>Summary of JDBC Data Sources
    next lock & edit
    select each jdbc component and changed the password and confirm password for each
    then save each time for each  next  activate the changes.
    (as I changed all components passwords like <password-encrypted>asdl;lasdfadf=<password-encrypted/>   to <password>welcome1=<password/> in each *.xml file at *domain-home/config/jdbc*)
    I have restarted the Admin server from Command prompt. Expecting that I was doing correct.
    Succeeded. I did not believe that I have seen not even a single error.
    My sincere request that don't mess up with any *.xml file if you are not sure and make sure to take a back up
    Thank you.
    Thanks a lot.
    -Seshikanth

  • Understanding Passwords and how Acer can help when you run into issues.

    A quick search on the community shows many issues related to forgotten or missing passwords. It’s clearly an issue all of us have experienced at some point in time with varying degrees of importance and frustration. In this article, I’ll provide a high level overview of common password types, what you can do to secure your password, and what Acer can do if you’re not able to get into your system.  In this article we’ll discuss three types of passwords;
    Hardware Passwords (BIOS and HDD Passwords)
    Operating System (OS) Passwords (for Windows, Android, etc..)
    Web and Application Passwords (Email, Instant Messenger, etc..)
    Hardware Passwords
    For the most part there are two types of hardware passwords that can be created on Acer products: A BIOS password, and a Hard Disk Drive (HDD) password. These passwords add an additional level of security before a user is allowed to load the operating system. These passwords can also be a liability due to the fact that if the owner forgets his or her password, the machine will not boot up and there are very few if no options available from the end user side to reset them.
    When to use a BIOS or HDD Password? – I personally do not suggest using these passwords unless you have a specific function that requires them, such as a business machine that may be accessed by someone not involved with the business.
    What can Acer do if I’ve lost or forgotten my BIOS or HDD password? – Acer has tools and procedures available to remove and reset these passwords. This process is only used within an authorized Acer repair facility. Contact your local Acer Service team to inquire about pricing and service options.
    Operating System Passwords
    An OS password is a password tied to an account used to access the operating system. The account is what you use to store settings and maintain some private data. These passwords have typically been stored locally but with the release of Windows 8, you can now use your Microsoft account to access your computer.  This would allow you to change or reset your password from another machine.
    When to use an Operating System Password? – An OS password is a great tool for anyone who shares a computer with others, and wants their own settings and configuration without having to share personal data.
    What can Acer do if I’ve lost or forgotten my Operating System password? – Proactively, Acer provides you with all of the tools you’ll need.  For pre-Windows 8 units, we have articles on how to create a password recovery disk (http://acer.custhelp.com/app/answers/detail/a_id/6770 ).  If you don’t have access to this tool and cannot access your system, Acer will recommend using the recovery options to restore the system (this will erase all data, so there are consequences). You can use Recovery Disks (http://acer.custhelp.com/app/answers/detail/a_id/12866) you would have made previously, or attempt to reload the machine before Windows loads (http://acer.custhelp.com/app/answers/detail/a_id/2631). For Windows 8 units, a Microsoft account can be reset by using another computer and visiting http://windows.microsoft.com/en-US/windows-8/forgot-windows-password.
    Web and Application Passwords
    Passwords used on the Web or other Applications such as email, instant messaging, Facebook, Twitter or online services are controlled by the company that provides the software or web interface. These providers have lost password features that will help you retrieve or reset your password.  Acer cannot provide any assistance with this process.
    What can you do to secure your passwords?
    I suggest everyone takes some time to learn more about passwords; a quick Google search for “a guide to secure passwords” provides numerous articles on how to create strong passwords and even some tricks to help your remember them. While I don’t recommend any one method, using what you feel is the best information from these resources, combined with others, will help you be secure.
    Another tool that is very useful is a password manager (http://en.wikipedia.org/wiki/Password_manager). These help organize and maintain all of your passwords with one master password. The downside to this if you lose your master password it can cause issues for multiple services, so use it wisely.

    Brad.On Passwords.Does this mean, for Windows 7, that we need to leave our admin (Control Panel\User Accounts and Family Safety\User Accounts) password out when doing a complete restore back to factory, as well as our personal bios password? On the same line, our eRecovery Password, when to keep it in and when to take it out? I have noticed after a complete restore, that although my password is in everywhere else, under power options, to put a password in when yourcomputer awakes is left blank, that is my computers default power option setting, so I am prompted to change my password under user accounts.. Very confusing, please verify.Thanks.

  • CC 2014 is running into issues with some clips on my timeline and the export gives an unexpected error.

    What gets me is that the clips I narrowed the issues down to are from the same camera and same settings from the rest. It gives the error in h.264(any preset even match source), Quicktime, and even match sequence and match I can however get it to export with AVI- DV widescreen 24p but thats only SD. This is 1080 footage. Ive also cleaned my cache and tried exporting with max bit depth and mrq off/on.

    Gspot gives limited info and does not analyse mts, I find media info much better.
    MediaInfo Windows
    I am not getting this very clear. What error message are you getting exactly and when.

  • What kind of problems will I run into if I buy a used Mini hat can run only 10.6? Will some basic programs be no supported in the near future - similar to what happened with PPCs/10.5.8?

    If i buy a used Mac Mini that can only run 10.6.8, will I immediately run into issues related to apps that are no longer supported on an older OS? I don't want to experience the same thing that happened with PPCs and 10.8.5.
    Thanks

    I run an older Flash version, mind you one that is hacked slightly.  I only view perhaps 15 min. of Youtube per week so I don't have a huge sample but I haven't encountered any real issues with my older version.  Sure, YouTube warns me about using an older version but it seems to work.  What doesn't work is my computer speed.  No, not so much that but if I view a video in my browser it does not play smoothly.  It works fine if I download it to my computer and then view it with VLC or Niceplayer outside the browser.  When viewing things on YouTube I let them play in the browser, then if it's somethign I really, really want to see in nice presentation I download it and play it outside the browser.  This all works even on my pretty old G4.
    Flash player 11.1 hack on PowerPC - https://discussions.apple.com/message/16990862 - this gets FP to tell web sites you are running a newer version than you really are. This gets around web sites that don't really need a new version but think they know best. If they really do require it then this hack doesn't work.

  • I am trying to use a Futek load sensor example and am running into all sorts of weird issues with the coding.

    Eons ago, when I took the Labview I & II courses, I remember the instructor stating that correct VI's had to have error line.  I downloaded this VI example from Futek's website and the code doesn't  use it. I am trying to utilize it for some data collection rather than have to pay for their software that goes with the sensor.  When I first try to run the VI I get an error, and if I replace the formula they use, then undo the replacement it appears to work. The engineer that I am trying to help out is basically wanting to be able to read and also write a file during test, and I am running into all sorts of problems.  
    If anyone could help me I would greatly appreciate it. 
    Attachments:
    FUTEK LabVIEW 10 Example 2.3.2003.3.vi ‏645 KB

    The first error when I start to run the VI, is states that I need to insert disc 1 of Labview.
    I can usually hit stop and run, stop and run, and then it will start "working".
    Then I get the Formula: Library version is incompatible with XNode version.
    If I replace the fomula, and then undo replace it will correct the broken start arrow.....
    I took the labview 1 and 2 courses 5 years ago, and haven't been a regular user so I am what you would call extremely rusty. 
    I have an engineer here that is wanting to use the sensor for some testing and can't really understand why I am having so many issues.
    Do you know if NI has someone that might be able to work through this with me, or even if there is some Labview consultant that can be paid to help out?
    Thanks,
    Josh

  • I have 2 sons that were sharing one account and now I want to separate them, will I run into any issues ?

    I have twin sons and my wife sharing one itunes account and now from what a relative told me I should split them up since face time from my sons itouch is showing up on my wife's iphone ... so I started a new itunes account for all 3 of them, and now I want to sync each of their devices with their own accounts, before they had all the same music, etc... will I run into any issues when syncing each of their devices... meaning will I see a message like "this device is synced with another account and then it will say if I proceed it will erase what is on the device" ... ??  will I see this or will it just sync as normal
    Thanks

    You can't merge accounts or transfer iTunes purchases from one Apple ID to another: but there is no problem about using two IDs.
    Use your iCloud ID for iCloud for syncing email, contacts, calendars, bookmarks, and PhotoStream.
    Use your other Apple ID as before for iTunes, iTunes in the Cloud and iTunes Match.
    There's no conflict about doing this, and you won't even notice as Keychain will log you in with the correct ID in each case. It's also better security not to have your iTunes login also your email address, given the number of complaints about hacked iTunes accounts.

  • A simple app to secure coldfusion pages - Running into an issue with Session

    Hello, I am testing out how to protect pages in coldfusion and have run into an issue when attempting to create a process by which users can log out.
    Essentially, I have three pages:
    Page A - The form that submits to Page B
    Page B - That checks the form.username and form.password against a database (works fine)
    Page C - Logout page (Which is where I am having an issue).
    Page C throws a "variable Session is undefined" error
    Here is the code on Page C:
    <cfset StructClear(Session)>
    <cflocation url="index.cfm">
    Here is the code on Page B:
    <cfif NOT IsDefined ("form.username")>
    <cflocation url="index.cfm" addtoken="No">
    </cfif>
    <cfquery name="test" datasource="cfdb">
    SELECT * FROM USERS
    WHERE USERNAME = '#FORM.username#'
    AND PASSWORD = '#FORM.password#'
    </cfquery>
    <!---<CFSET Session.LoggedIn = "1">
    <CFSET Session.FirstName = "#test.FirstName#">--->
    <CFIF test.RecordCount IS 0>
    <cflocation url="index.cfm" addtoken="No">
    <CFSET StructClear(Session)>
    <cfelse>
    <CFSET Session.LoggedIn = "1">
    <!---<cflocation url="test.cfm" addtoken="No">--->
    </cfif>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <p><a href="logout.cfm">Log Out</a></p>
    <p> </p>
    <p> </p>
    <p><br>
      This content is protected.
    </p>
    </body>
    </html>
    As you can see, nothing fancy
    Now, I thought that the Session variable could be accessed by any page within a given browser instance, but I am obviously wrong.
    What do I need to do for Page C (my logout page to be able to access the session variable).
    Any guidance is greatly appreciated!

    1.
    “Variable Session is undefined” error comes up when you try to manipulate a session variable which does not exist, as at that point in time. To take care of possible empty session structures, it is good practice to check first if your session is defined.
    So you will have something like:
    <cfif isDefined("session")>
    <cfset StructClear(Session) />
    <cfelse>
    <cflocation url="index.cfm">
    </cfif>
    2.
    To enable you access your session variables from any page in your application, you need to enable session management in your Application.cfm or Application.cfc.
    cfm   <cfapplication sessionmanagement="Yes" />
    cfc        <cfcomponent>
    <cfset THIS.SessionManagement = "Yes" />
    </cfcomponent>
    Reference…http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24 -7c48.html

  • Has anyone run into an issue with their hotmail account being hacked on ios 6 ?

    Im noticing that I am getting strange MALIER DEAMON emailsadvising me that my email to whomever could not be sent.I have preiously run into this issue and it turned out my yahoo account had been hacked when I began getting those messages. Has this happened to anyone else?

    Try this:
    Go to System Preferences - Bluetooth. Delete the keyboard from the list of devices by pressing the "-" button. Take the batteries out of the keyboard and reinsert them. In Bluetooth Preferences press the '+" button to add the new device. If the keyboard begins to pair, click the word "pair" and type in the passcode. Press return. The keyboard is now paired.
    If the mouse is not pairing, try this: shut down the computer completely, unplug any USB mice, then turn off the power to the bluetooth mouse.  ONce the computer starts up again, wait for the pop-up looking for a mouse.  Turn on the power to the bluetooth mouse.  It should work normally now.

  • When downloading the trial, has anyone run into download issues?

    when downloading the trial, has anyone run into download issues?

    I remembered we have weird permission issues at work. Somewhere between my Home Windows 8 machine(horrible permissions issues with network), my home mac, email and my work computer, some permission got out of whack. The workaround for this was copying the file to my desktop, back to the exact same spot on the network. This resolved all issues.

  • Update one InfoObject to another runs into a memory issue

    Hi.
    We created a DTP for a backup of an InfoObject because there is a larger change to this object. So now we have a DTP transferring attribute data between one InfoObject to another. The interesting behavior we are facing is, that during execution of the DTP the program CL_RSDMD_UPDATE_MASTER_DATA reads the whole content of the Q-table from the target InfoObject which runs into a problem with the memory because there are up to 500.000rows read and stored to memory for every package. This is done to filter out duplicates and avoid writing to the database.
    Is there any way to avoid reading the whole Q-table? Is this the behavior that occurs also during normal load?
    Thanks in advance,
    Nils

    Petrill,
    Thank you. I was trying to do that yesterday, but it was grayed out. It seemed to work alright today.
    Thanks,
    Sheena

  • Server Hardening Issues in Distributed Installation on Windows

    Hello,
    We are installing SAP CE 7.1 in a Distributed Installation on Windows. SCS and App Server on one HOST and DB (Oracle) on another host. There is a firewall between DMZ and App Server. There is a second firewall between App and DB Server
    Our Network Security Team has done server hardening there by blocking all ports. Due to this we are running into following issues:
    1. We installed SCS. But when we want to install DB, it needs the UNC path for SAPMNT. Our network team is saying they will not allow to share any folders between App and DB and we should tell them some other alternative. I want to know if something else is possible here provided this is a Windows Environment
    2. They are asking about all the ports that they will need to open on the firewall for SAP CE to access DB and Web Server in DMZ to access SAP CE
    If the experts can provide some inputs in this areas that will be really helpful.
    Regards,
    Shubham

    Hi Shubham,
    >> If you can let me know some details about the NFS Solution, that will be of great help. Our network security team does not understand how SAP Works and from my discussion with them I can say they don't want to. Since its a bit urgent I am looking for some alternatives as the fight to get this done might take more than a month otherwise
    This is very bad Anyway, regarding your installation, if you are not planning to install a dialog instance on the DB host and keep your CE installation on the same host, you can turn off the windows sharing safely on the firewall. By doing so, the system will access its shares internally and don't need to share SAPMNT and SAPLOC. Under this circumstance, you don't need to run on a NFS server or a same solution like this. By the way, what about your object transport strategy? Are you planning to use CTS+?
    >> For the firewall ports, My understanding is that in the Firewall between Web Server in DMZ and App Server, I need to open port 50000. Similarly in the firewall between App Server and DB Server, I need to open port 1521 for my application to access DB. But I dont know if CE will also speak to DB on port 1521 or some other port. Are there any other ports that need to be opened?
    It is enough to open Oracle listener port (1521 standard port) and J2EE server HTTP port (50000) in order to run on CE, because of the system is standing on pure Java stack. What about the telnet access to the J2EE server? If you need to telnet support, you should 50008, also. But, you know that if you are planning to add an dialog instance you need to open more ports such as message server, P4, etc...
    Best regards,
    Orkun Gedik

Maybe you are looking for

  • TV wont accept Mac/HDMI input

    Using the adapter to HDMI and selecting the proper input on the TV always allowed me to put the computer screen on the TV. Now, on a new TV, it just says "no input". The Mac screens changes like it used to - acting like its going to work. Also the "T

  • Output Device Email

    For a Zreport , menu -> execute and Print (standard menu ), I specify the Printer as eMail and specify the email address and the mail is sent to the address . Is there anyway I can change the Subject Line of the email ? is there any tcode to create m

  • Domain Controller SystemState backup failing on 3 servers

    Hi, I've been puzzling over this for a few weeks - getting a bit desperate now... Seen a few similar issues on the forums, but no definitive answer that works... I have 3 2012R2 domain controllers - 2 are new, clean build, no AV installed, built in t

  • Backup and Restore image fails 3TB Advanced Format Drive Windows 7-32 SP1

    Windows native backp fails to create an System Image, or a Complete PC Backup. This occurs in Windows 7, 64 bit Professional, Windows 7, 32bit Ultimate, Windows Vista Business, 32 bit. It occurs in 6 different computers I've tried. All the backup dri

  • Does home sharing only work if you're connected to the wi-fi?

    Does home sharing only work if you're connected to the wi-fi? Im having very sporadic results with this. I thought Apple products worked. Home sharing is not working from my windows operating system to my iPhone 4S nor my iPad.