Activating swap -- fail

Hi. After upgrading to kernel 3 (or that's what I think must have caused it) today, I get a red FAIL when activating swap on boot.
I haven't changed any config related to swap. In any case, here's the relevant line in fstab:
UUID=24346361-6d94-4798-9614-c1ed01980aa4 swap swap defaults 0 0
I checked if the UUID had magically changed but no, it's still the same.
The output of swapon -s is:
Filename Type Size Used Priority
/dev/sda6 partition 2104476 0 -1
Thank you.
Last edited by bruno321 (2011-08-10 01:32:27)

sorry but I want to jump in here while the thread is still active. I'm having the same problem however my swap is on an internal disk.
here are my outputs
UUID="02397e53-621d-4d5b-b111-45718b408245" /boot ext2 defaults 0 1
UUID="29f4648a-ca89-4b44-a871-c9c786c05c3c" swap swap defaults 0 0
UUID="bae85392-689d-4dc3-8a17-64f14537c08c" / ext4 defaults 0 2
UUID="998cb9c2-45af-4442-b521-42d9a4c260c5" /home ext4 defaults 0 2
fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 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: 0x000bb3d9
Device Boot Start End Blocks Id System
/dev/sda1 63 976768064 488384001 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 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: 0x00088d43
Device Boot Start End Blocks Id System
/dev/sdb1 63 976768064 488384001 83 Linux
Disk /dev/sdc: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 208844 104422 83 Linux
/dev/sdc2 208845 738989 265072+ 82 Linux swap / Solaris
/dev/sdc3 738990 41704739 20482875 83 Linux
/dev/sdc4 41704740 625137344 291716302+ 83 Linux
dmesg | grep swap
[ 8.071325] Adding 265068k swap on /dev/sdc2. Priority:-1 extents:1 across:265068k
dmesg | grep fail
[ 0.235455] pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0c
swapoff -a
badblocks -nvs /dev/sdc2
Checking for bad blocks in non-destructive read-write mode
From block 0 to 265071
Checking for bad blocks (non-destructive read-write test)
Testing with random pattern: done
Pass completed, 0 bad blocks found.

Similar Messages

  • Activating Swap "FAILED" while booting + Label swap problem

    Hello everybody
    I noticed when I was powering on my system that I had a red label "FAILED" next to 'Activating Swap'.
    i looked at :
    https://wiki.archlinux.org/index.php/Swap
    https://wiki.archlinux.org/index.php/Pe … ice_naming
    https://bbs.archlinux.org/viewtopic.php?id=103997
    https://bbs.archlinux.org/viewtopic.php?id=122962
    https://bbs.archlinux.org/viewtopic.php?id=132309
    # swapon -s
    Filename Type Size Used Priority
    # free -m
    total used free shared buffers cached
    Mem: 2761 2642 118 0 124 1312
    -/+ buffers/cache: 1206 1555
    Swap: 0 0 0
    # blkid
    /dev/sda1: LABEL="boot" UUID="5C187AF40E0AEC1C" TYPE="ntfs"
    /dev/sda5: LABEL="arch" UUID="74bb0a35-feac-468a-a58f-f842c7fd5340" TYPE="ext4"
    /dev/sda9: LABEL="disk" UUID="0ACFB85358B278B7" TYPE="ntfs"
    /dev/sda10: UUID="62c63c59-8dc0-4b84-8752-0801a0ae9657" TYPE="swap"
    # cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    LABEL=arch / ext4 defaults 0 1
    #LABEL=swap swap swap defaults 0 0
    /dev/sda10 swap swap defaults 0 0
    LABEL=disk /media/disk ntfs defaults 0 0
    here i tried to label the /dev/sda10 : swap =>
    http://linux.about.com/od/ptn_howto/a/hwtptn07t00.htm
    # e2label /dev/sda10 swap
    e2label: Bad magic number in super-block while trying to open /dev/sda10
    Couldn't find valid filesystem superblock.
    # tune2fs -L swap /dev/sda10
    tune2fs 1.41.14 (22-Dec-2010)
    tune2fs: Bad magic number in super-block while trying to open /dev/sda10
    Couldn't find valid filesystem superblock.
    # mke2fs swap /dev/sda10
    mke2fs 1.41.14 (22-Dec-2010)
    mke2fs: invalid blocks count '/dev/sda10' on device 'swap'
    then i tried
    # swapon /dev/sda10
    # free -m
    total used free shared buffers cached
    Mem: 2761 2608 153 0 157 1290
    -/+ buffers/cache: 1161 1600
    Swap: 2998 0 2998
    i dont understand why i got always "FAILED" next to 'Activating Swap' while booting.... !!
    Last edited by hael (2012-01-01 11:18:07)

    See in /var/log/boot if it's really "activating swap", not a neighbouring entry, that's failing (someone on the forum made this mistake; your post seems to indicate you're booting without swap indeed).
    rc.sysinit (booting script) runs simply "swapon -a", so see if "swapoff -a; swapon -a" works. As the wiki says, you can use mkswap to set a label on swap - running mkswap might solve your problem anyhow, although "swapon /dev/sda10" wouldn't really work if the partition wasn't formatted as swap already.
    Do you hibernate?

  • During boot up get message "Activating SWAP [FAILED]&qu

    I've just re-compiled my kernel (mainly for the fun of it) and after a few false starts almost everything appears to be working as before.  The one remaining oddity is that during boot up I get a FAIL message for "Activating SWAP".  I would have thought this would be fairly fatal but in fact the rest of the boot up completes OK adn the PC appears to run fine.  I had a look at 'dmesg' and the only reference to swap is
    Adding 262576k swap on /dev/discs/disc0/part2.  Priority:-1 extents:1
    which I guess means some kind of swap does get created, but perhaps its not the right one?  BTW, here's the /etc/fstab
    # <file system> <dir> <type> <options> <dump> <pass>
    none /proc proc defaults 0 0
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    tmpfs /tmp tmpfs defaults 0 0
    sysfs /sys sysfs defaults 0 0
    usbdevfs /proc/bus/usb usbdevfs defaults 0 0
    /dev/cdroms/cdrom0 /mnt/cd iso9660 ro,user,noauto,unhide 0 0
    /dev/cdroms/cdrom0 /mnt/dvd udf ro,user,noauto,unhide 0 0
    /dev/floppy/0 /mnt/fl vfat user,noauto,unhide 0 0
    /dev/discs/disc0/part3 / ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext2 defaults 0 1
    /dev/discs/disc0/part2 swap swap defaults 0 0
    /dev/discs/disc0/part3 / ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext2 defaults 0 1
    /dev/discs/disc0/part2 swap swap defaults 0 0
    Any ideas?

    paranoos wrote:... you've got two entries in your fstab for your swap partition. the second one is failing.
    yep, remove
    /dev/discs/disc0/part3 / ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext2 defaults 0 1
    /dev/discs/disc0/part2 swap swap defaults 0 0
    I had this problem when i installed arch to, is it the installer that does it?

  • [SOLVED] Init - Activating Swap (Failed)

    I just updated my system,
    and after a recent reboot i noticed the init trying to activate swap, and failing.
    Thing is, i don't use a swap partition, and hasn't since i installed Arch on this machine,
    But i don't remember it  (init, udev or the recent kernel?) trying anyways.
    This is not causing any problems from what i can see,
    but for sake of tidiness, what has changed,
    and shouldn't it - not even try - activating a swap partition when one is not set and/or existing at all?
    /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    UUID=02709134-c074-4e66-8aa6-ed2d43a1cdf4 / ext4 defaults,noatime 0 1
    UUID=d4b8ac62-9fb2-4798-9ff3-d3e179ff253e /home ext4 defaults,noatime 0 1
    /dev/sda2 /mnt/win7 ntfs-3g defaults 0 0
    /dev/sda4 /mnt/wind ntfs-3g defaults 0 0
    /dev/sdb2 /mnt/winf ntfs-3g defaults 0 0
    /dev/sdc1 /mnt/wine ntfs-3g defaults 0 0
    /dev/sdc2 /mnt/wint ntfs-3g defaults 0 0
    /dev/sdd1 /mnt/wing ntfs-3g defaults,noauto,nofail 0 0
    Last edited by PReP (2012-03-10 11:22:30)

    It might actually be.
    I just found that a few of my non-UUID mounted partitions had switched around,
    Probably because of my switch to AHCI instead of Legacy-IDE in the BIOS yesterday.
    When i fixed them, "Activating Swap" went "[DONE]" again, though i still have no swap partition
    - but that is what it might have said before aswell, thus it was just the "[FAILED]" that caught my eye.
    I found this quote in the thread skunktrader linked, that might explain this partially:
    "TomeGun: There was recently a bug report about this (against util-linux-2.21-1). It turned out that the problem was actually that mounting local filesystems mistakenly printed FAILED, even though it succeeded. "
    I should probably leave this as solved at this time,
    Thanks to the community for sharing ideas, as usual

  • Activating Swap fails [solved]

    I'm in the process of doing my very first archlinux install.. so far things are going ok. Ran into one snag that I'd like to solve before going any further though.  During the boot process it tries to activate the swap partition but then it says 'fails'. I'm not sure why since I set the swap during the install /hda2. 
    When I do cfdisk it shows that a swap partition is set up (82) and I can type mkswap dev/hda2 at the command line but is there some way I can remedy this so that swap gets set up automatically at boot?  Shouldn't this be default behavior?
    thx

    I didn't really mess with fstab.. poking inside I find it looks like:
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    tmpfs /tmp tmpfs defaults 0 0
    usbfs /proc/bus/usb usbfs defaults 0 0
    /devcdroms/cdrom0 /mnt/cd iso9660 ro,user,noauto,unhide 0 0
    /dev/cdroms/cdrom0 /mnt/dvd udf ro,user,noauto,unhide 0 0
    /dev/floppy/0 /mnt/fl vfat user,noauto 0 0
    /dev/discs/disc0/part2 swap swap defaults 0 0
    /dev/discs/disc0/part3 / ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext2 0 1
    /dev/discs/disc0/part2 swap swap defaults 0 0
    /dev/discs/disc0/part3 / ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext2 0 1
    I wonder why all the /dev/discs show up twice?  Could that be it?

  • Todev-disk-by\x2duuid.swap failed (according to systemctl )

    I entered the following command into terminal and was surprised to receive
    $ systemctl --state=failed
    UNIT LOAD ACTIVE SUB DESCRIPTION
    ● dev-disk-by\x2duuid-3ca23094\x2dc604\x2d467c\x2da125\x2dc4f292307545.swap load failed /dev/disk/by-uuid/3ca23094-c604-46
    i looked to see if swap failed to load but it seems it loaded fine
    swapon -s
    Filename Type Size Used Priority
    /dev/sda4 partition 4092 0 -1
    journalctl -b | grep swap
    [-@archBox ~]$ dmesg | grep swap
    [ 8.610316] Adding 4092k swap on /dev/sda4. Priority:-1 extents:1 across:4092k FS
    Here are my partitions
    [-@archBox ~]$ lsblk -f
    NAME FSTYPE LABEL UUID MOUNTPOINT
    sda
    ├─sda1
    ├─sda2 ext4 57f95251-7127-4bd1-a3be-c88f31ae3d94
    ├─sda3 ext4 47748c67-e4bf-437b-92c5-c974c31198b9 /
    ├─sda4 swap 3ca23094-c604-467c-a125-c4f292307545 [SWAP]
    ├─sda5 ext4 051afe80-d1be-4b39-b410-ed3661050177 /var
    └─sda6 ext4 4c1e0510-6249-4bae-b2a4-cf9bc5a92e61 /home
    Here is my fstab
    cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda3
    UUID=47748c67-e4bf-437b-92c5-c974c31198b9 / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda5
    UUID=051afe80-d1be-4b39-b410-ed3661050177 /var ext4 rw,relatime,data=ordered 0 2
    # /dev/sda6
    UUID=4c1e0510-6249-4bae-b2a4-cf9bc5a92e61 /home ext4 rw,relatime,data=ordered 0 2
    # /dev/sda4
    UUID=3ca23094-c604-467c-a125-c4f292307545 none swap defaults 0 0
    Swap seems to be loading fine ,but systemctl doesnt think so
    Does anyone have any ideas on what could be causing this?
    Any help would be very much appreciated !
    Last edited by edm7707 (2014-12-22 14:10:16)

    Thanks for the response!
    Reading through the wiki article, I commented out swap from the fstab, which solved the issue, but I am a bit confused as to why
    It says that there are 2 ways the swap partition is activated,
    1. systemd-fstab-generator
       - Because this way reads the fstab file to activate swap , this executable spawned the failed process
    2. systemd-gpt-auto-generator
      - This auto generates the swap based on the partition type (83)
    the solutions seem to disable either one way other the other for the activating the swap?
    Is the resulting failure in systemd the result of trying to activate swap twice?
    how do you set the attribute of the swap partition to 63 ( are they referring to partition type in the solutions)?

  • TCP active open: Failed connect()    Error: Connection timed out SMTP

    Hi,
    Messaging server version is,
    ./imsimta version
    Sun Java(tm) System Messaging Server 6.2-6.01 (built Apr 3 2006)
    libimta.so 6.2-6.01 (built 11:20:35, Apr 3 2006)
    SunOS bglbbmr1-a-fixed 5.9 Generic_118558-28 sun4u sparc SUNW,Sun-Fire-V440
    17-Dec-2008 10:47:40.08 1730.8e.741
    tcp_local Q 4 [email protected] rfc822;[email protected] [email protected] /mta/queue/queue/tcp_local/013/ZUg0i1t9I0ZG~.00 <[email protected]>; TCP active open: Failed connect() Error: Connection timed out SMTP/xyz.my-domain.in
    I have been getting this above error on my mail server from last
    4-5 days. I am getting complaints from end users that the users can't
    send any mails using Outlook but I did check with my test user I can
    send mail by using webmail.
    The Failed MX lookup Errors also getting in my logs the error detail given bellow.
    17-Dec-2008 10:47:39.65 1730.91.737
    tcp_local - Y TCP|0.0.0.0||209.85.143.114|25 SMTP/airtelmail.in/aspmx.l.google.com
    17-Dec-2008 10:47:39.92 1754.41.255
    tcp_notify - Y SMTP/infomedia18.in/infomedia18.in
    17-Dec-2008 10:47:39.92 1754.41.256
    tcp_notify Q 7 rfc822;[email protected] [email protected] /mta/queue/queue/tcp_notify/017/ZXg0i1t3U_ZoD.00 <[email protected]>; Failed MX lookup; try again later
    17-Dec-2008 10:47:39.94 1754.41.257
    tcp_notify Q 6 rfc822;[email protected] [email protected] /mta/queue/queue/tcp_notify/010/ZXg0i1t3U_ZoF.00 <0KBZ003MRGU7MQ30@my-domain> Failed MX lookup; try again later
    I tried stopping and starting msg service using stop-msg and start-msg to sort out this above problem but no result. :(
    When I do check the tcp_local queue it has been growing every day as well the tcp_notification queue also.
    /opt/SUNWmsgsr/sbin/imsimta qm su
    Messages
    Channel Queued Size (Kb) Oldest
    tcp_notify 10741 1080610.61 16 Dec, 00:59:24
    tcp_local 8334 733849.31 15 Dec, 00:19:00
    tcp_lmtpcn 0 0.00
    tcp_be 0 0.00
    reprocess 0 0.00
    process 0 0.00
    conversion 0 0.00
    Totals 19075 1814459.92
    This queues are increasing day by day.
    One more thing is that I cant see a service/channel called CONVERSION running on my server when i do use this command.
    ps -aef | grep conversion
    root 6144 6000 0 11:14:28 pts/1 0:00 grep conversion
    When i try to start it using imsimta qm utility, output shows as
    qm.maint>; start conversion
    QM-I-STARTED, channel was not stopped
    qm.maint>;
    Later I stopped and started conversion channel
    qm.maint>; stop conversion
    QM-I-STOPPED, channel stopped
    qm.maint>; start conversion
    QM-I-STARTED, channel started
    qm.maint>;
    I can see that on other servers the conversion channel is running and few msges are in queue. I do have other servers which running the same messaging server. But I am not getting why don't on this server. Where both servers having the same configuration.
    Please, help me to sort out this issue.
    Thanks in advance....
    BSK

    Thanks Mr. Shane,
    The server which is running conversion channel.
    ps -eaf|grep conversion
    mailserv 16824 8472 3 17:08:11 ? 0:48 /opt/SUNWmsgsr/lib/conversion
    mailserv 28728 8472 0 17:17:30 ? 0:00 /opt/SUNWmsgsr/lib/conversion
    root 1057 26387 0 17:18:12 pts/1 0:00 grep conversion
    more /opt/SUNWmsgsr/config/conversions
    in-channel=*; in-type=application; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=x-zip-compressed; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=image; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=audio; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=video; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    Following entry from /opt/SUNWmsgsr/lib/config-templates/imta_tailor
    IMTA_CONVERSION_FILE=<msg.RootPathUNIX>/config/conversions
    The server which doesnt show running conversion channel
    #more /opt/SUNWmsgsr/config/conversions
    !in-channel=*; in-type=*; in-subtype=*; in-disposition=*;
    ! parameter-symbol-0=NAME; parameter-copy-0=*;
    ! dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    ! message-header-file=2; original-header-file=1;
    ! override-header-file=1; override-option-file=1;
    ! command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=application; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=x-zip-compressed; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=image; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=audio; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=video; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    Following entry from /opt/SUNWmsgsr/lib/config-templates/imta_tailor
    IMTA_CONVERSION_FILE=<msg.RootPathUNIX>/config/conversions
    Is this above information u r asking?
    As u wrote erlier, the conversion channel works some times and some times doesn't work.
    Thanks lot...
    BSKADAM

  • "24427 Access to Active Directory failed" error in ACS 5.1

    Hello,
    I'm working on implementing a RADIUS authentication for wireless access with the following :
    - PCs running Windows 7, protocol used is PEAP (without validating the server certificate to make it simple at first),
    - AP 1252  configured to use a RADIUS server to authenticate (it's working good with an ACS server 4.2),
    - ACS Server 5.1.0.44.5 running as VM connected to an AD domain and working good with VPN connections,
    - AD domain running on Windows 2003 Server.
    My ACS VM is working good since a couple of months for VPN (RADIUS) and administration (TACACS) remote access, both using Active Directory. Now, I'd like to use it to authenticate people connecting to a 1252 Cisco access point but I'm getting this error "24427 Access to Active Directory failed". I switched from PEAP to LEAP but this is the same.
    All I can get running the expert troubleshoot
    Investigating failure code: 24427 Access to Active Directory failed
    Checking if Active Directory is configured
    Active Directory is configured
    Attempting connection to Active Directory
    Connection to Active Directory was successful.
    Troubleshooting completed.
    Click on Show Results Summary to view results.
    I followed this guide, at least for the ACS certificate section :
    http://www.cisco.com/en/US/products/ps10315/products_configuration_example09186a0080b4cdb9.shtml
    Anyone has an idea where the problem may come from?
    Thanks in advance,
    Vincent

    hey there, I ran into the same issue with 5.3 and it turned out being this bug. i came across your post looking for instructions on retrieving the logs. thanks mate.
    link
    Problem: Error "24495 Active Directory servers are not available"
    Authentication starts failing with this error: 24495 Active Directory servers are not available. in the ACS 5.3 logs.
    Solution
    Check the ACSADAgent.log file through the CLI of the ACS 5.x for messages such as:Mar 11 00:06:06 xlpacs01 adclient[30401]: INFO base.bind.healing Lost connection to xxxxxxxx. Running in disconnected mode: unlatch. If you see the Running in disconnected mode: unlatch error message, this means the ACS 5.3 cannot maintain a stable connection with Active Directory. The workaround is to either switch to LDAP or downgrade the ACS to 5.2 version. Refer to Cisco bug ID CSCtx71254 (registered customers only) for more information.

  • Adobe Flash Player 11.5.502.135 Active X failing

    Adobe Flash Player 11.5.502.135 Active X failing through SCCM 2007. Tried to use uninstaller but that too is failing... i am trying to push this to 3500 machine but on 1700 machine Adobe flash player is not getting installed and the error message which we are getting is stated below, please suggest:
    Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\WINDOWS\TEMP\InstallAX_11_5_502_135.exe
    Error 2753.The File 'InstallAX.exe' is not marked for installation. 

    The two links (which I have asked the moderators to remove) do not actually go to image files, as they would appear to, but instead point to files that are identified by at least a few anti-virus engines as Windows malware. This is not a legitimate message.
    Can you clarify where you are seeing this message? You say it appears every time you open a website... do you mean that it appears any time you open Safari, or every time you load a new page on any site you get a popup with that message, or what? If you could provide a screenshot of the message that would be exceptionally helpful.
    Make a screenshot by pressing command-shift-3 to capture the entire screen, or pressing command-shift-4 and then selecting a region on the screen to capture. Be sure no sensitive personal information is displayed. To add that image to a post here, click the camera icon in the post editor toolbar.

  • SpamAssassin / Amavisd tuning - TCP active open: Failed connect() errors

    I started this post as we were experiencing a problem with occassional delayed mail delivery to our mail store. As I continued writing it, I think that I've resolved it. But I wanted to post this anyway so if I'm doing things right it might help someone else; or, if I'm doing something wrong someone can correct me. :) For reference, we have a quad Sun v440, and process about 500,000 messages a day.
    We were seeing messages like this in our log files:
    09-Nov-2006 08:28:09.37 tcp_scan Q 1 [email protected] rfc822;[email protected] @tcp_scan-daemon:[email protected] TCP active open: Failed connect() Error: Connection timed out
    example.com represents our local domain. The errors seemed to occur proportionally to the amount of incoming mail we received. That is, we saw more of them under load.
    We are running SpamAssassin, Amavisd/clamav, and:
    Sun Java(tm) System Messaging Server 6.2-5.01 (built Nov 22 2005)
    libimta.so 6.2-5.01 (built 11:57:57, Nov 22 2005)
    SunOS hostname 5.9 Generic_118558-11 sun4u sparc SUNW,Sun-Fire-V440
    This line seems to say that the message is in the tcp_scan channel, and cannot send to 127.0.0.1:10024 (amavisd) because that port isn't listening.
    My amavisd max_servers was set at 15. After reading http://www.ijs.si/software/amavisd/amavisd-new-magdeburg-20050519.pdf and making a wild guess, I increased it to 30. The errors were less frequent, but still occurred.
    The output of 'sar -d' showed that my local disk was experiencing upwards of 80% utilization. I moved the amavisd temp directory and the spamassassin bayes db to a san volume, and that sped everything up dramatically. The connect errors went away, clamav avg time per message is at 4 seconds down from 10. I am now receiving errors from spamassassin that say:
    Nov 9 10:27:27 hostname.example.com spamd[21601]: prefork: server reached --max-children setting, consider raising it
    My --max-children is set to 25 right now, and the server is cpu bound under heavy load, so I see no reason to raise it.
    So this is my setup. I am no longer having an immediate problem, but comments/questions are welcome.
    Config files related to my setup are below.
    Excerpts of imta.cnf:
    ! tcp_scan
    [] $E$R${tcp_scan,$L}$U%[$L]@tcp_scan-daemon
    ! ims-ms
    ims-ms defragment subdirs 20 notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 2 pool IMS_POOL destinat
    ionspamfilter1 fileinto $U+$S@$D
    ims-ms-daemon
    ! tcp_local
    tcp_local smtp mx single_sys remotehost inner switchchannel identnonenumeric subdirs 20 maxjobs 7 pool SMTP_POOL saslswitchchannel tcp
    auth maytlsserver maysaslserver missingrecipientpolicy 0 aliasdetourhost tcpscan-daemon
    tcp-daemon
    ! tcp_intranet
    tcp_intranet smtp mx single_sys subdirs 20 dequeue_removeroute maxjobs 7 pool SMTP_POOL allowswitchchannel saslswitchchannel tcp_auth
    maytlsserver maysaslserver missingrecipientpolicy 4 aliasdetourhost tcp_scan-daemon
    tcp_intranet-daemon
    ! tcp_scan
    tcp_scan smtp single_sys subdirs 5 notices 1 backoff "pt10m" "pt30m" "pt2h" "pt4h" dequeue_removeroute maxjobs 7 pool SMTP_POOL daemon
    [127.0.0.1] port 10024
    tcp_scan-daemon
    option.dat:
    SPAMFILTER1_LIBRARY=/opt/sunjes/SUNWmsgsr/lib/libspamass.so
    SPAMFILTER1_CONFIG_FILE=/opt/sunjes/SUNWmsgsr/config/SpamAssassin
    SPAMFILTER1_STRING_ACTION=data:,require ["addheader"]; addheader "Spam-test: $U"; require "fileinto"; fileinto "Junk";
    SPAMFILTER1_OPTIONAL=1
    dispatcher.cnf:
    [SERVICE=SMTP-SCAN]
    DEBUG=-1
    PARAMETER=CHANNEL=tcp_scan
    PORT=10025
    IMAGE=IMTA_BIN:tcp_smtp_server
    LOGFILE=IMTA_LOG:tcp_scan-server.log
    STACKSIZE=2048000
    INTERFACE_ADDRESS=127.0.0.1
    SpamAssassin:
    host=127.0.0.1
    port=783
    debug=0
    mode=1
    field=
    verdict=Junk
    USE_CHECK=0

    Suggest dropping Amavis in preference to the built-in
    integration, per our documentation. Simpler, more
    performant.Sorry, my title wasn't very accurate. We are running SpamAssassin through the built in integration, and clamav through amavisd. There isn't any built in integration to clamav, is there?

  • TCP active open: Failed connect()

    hi all,
    i receive error from my email like
    "TCP active open: Failed connect()x.x.x.x :25(No formatted text for errno = 111)"

    Hi Mustapah,
    if the error is in the email, then the hostname and/or IP address of the reporting server/appliance  should be in there.
    I suggest you try to look up the message in message tracking of your IronPort's GUI, this will tell you if the message was received by your appliance(s), and also if it was bounced on the appliance or on a different server.
    Hope that helps,
    Andreas

  • TCP active open: Failed connect()    Error: Connection timed out

    Hi,
    There is one message which can't be delieved to the recepient with error " TCP active open: Failed connect() Error: Connection timed out" This is the error that we found in the mail.log_current file.
    I have no problem sending email to the same address from my hotmail account.
    any suggestion ?
    Thanks,
    Joe

    The message can only mean one thing. Your server cannot connect to that host.
    It's possible that the remote system is lying to your Messaging Server, and that's gotten it confused. Some firewalls do this by repeating the entire capability string from the server behind them, but can't actually handle all the capabilities.
    PIX firewalls do this.
    When you connect, they pretend to be able to "startls", but if you try, they hang up. They appear to handle "EHLO", but when you try, they hang up.
    You can put debugging on the tcp_local channel, and see the actual conversation, if you like.
    master_debug and slave_debug go into the imta.cnf definition line. MM_DEBUG=5 goes at the end of your option.dat file.
    then
    imsimta cnbuild
    imsimta restart
    will attempt to send the message. You will want to back the changes out, as you'll get lots of extra log files you really don't need.
    Post the log file, and we can see what's happening.

  • Activity report failed(Communication error)- while check-in Activity

    Hello SDN,
    I am getting following error while Checking in activity from open activities .currently we are using NWDS7.3
    CHECKIN      Finished24s.9Files scuceeded.
    ACTIVATE     Activation Performed.Build request ID : 166
              Internal Problem(Activity report failed(Communication error
    [cause: Unalble to open connection to host<host>:<port>][reason:Address already in use : connect]]))
    Check-in completed successfully but Activation is not completed and giving connectivity error described above. Again
    I activated activity from Activation view. Still I am getting following error description.Plesae provide me solution
    to resolve this issue.
    GET_STATUS      could not retrieve activation status of request '166' (Unable to connect to
    host:port-Address already in use:connect(Service call exception; nested exception java.io.
    IOException: Unable to connect to host:port-Address already in use:connect))
    regards,
    Sree.

    Just check the full hostname of your DTR server, should be like
    hostname.company.com
    and check if somewhere only
    hostname
    is being used.and both are getting successfully pinged. DO not try the NWDS ping. Use command prompt and
    ping hostname
    and
    ping hostname.company.com
    Also this happens due to some clash with some other developer. Please check after some time, may be after a desktop restart. things should start working.
    Edited by: Varun Biswas on Nov 29, 2011 11:53 PM
    Edited by: Varun Biswas on Nov 29, 2011 11:53 PM

  • TCP active open: Failed gethostbyname()    ?

    Cannot send mail to outside,but my dns is ok.
    18-Jun-2005 08:43:56.87 tcp_local Q 1 [email protected] rfc822;[email protected] [email protected] TCP active open: Failed gethostbyname() on mta.21cn.com, resolver errno = 2
    # nslookup -type=mx 21cn.com
    Server: ns2.lanps.com.cn
    Address: 10.200.15.7
    Non-authoritative answer:
    21cn.com preference = 10, mail exchanger = mta2.21cn.com
    21cn.com preference = 20, mail exchanger = mta.21cn.com
    Authoritative answers can be found from:
    21cn.com nameserver = dns.21cn.com
    21cn.com nameserver = dns.21cn.net
    mta2.21cn.com internet address = 61.140.60.70
    mta.21cn.com internet address = 61.140.60.20
    dns.21cn.com internet address = 202.104.32.253
    dns.21cn.net internet address = 202.104.32.251

    Please check your other network resolution configurations. resolv.conf, etc.
    nslookup forces a DNS lookup. It's not exactly what the server does, the server issues an OS, "gethostbyname()" call, which looks at many of your configuration files. . .
    What it's trying to tell you, is, "I can't find that host's ip address, when I ask the OS for it"

  • Cisco ISE (Authentication failed: 24415 User authentication against Active Directory failed since user's account is locked out)

    Hi,
    I have a setup ISE 1.1.1. Users are getting authenticate against AD. Everything is working fine except some users report disconnection. I see in the ISE that (Authentication failed: 24415 User authentication against Active Directory failed since user's account is locked out). Users are using Windows 7 OS.
    Error is enclosed & here is the port configuration.
    Port Configuration.
    interface GigabitEthernet0/2
    switchport access vlan 120
    switchport mode access
    switchport voice vlan 121
    authentication event fail action next-method
    authentication event server dead action reinitialize vlan 120
    authentication event server alive action reinitialize
    authentication host-mode multi-auth
    authentication order mab dot1x
    authentication priority dot1x mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 60
    spanning-tree portfast
    ip dhcp snooping limit rate 30 interface GigabitEthernet0/2
    switchport access vlan 120
    switchport mode access
    switchport voice vlan 121
    authentication event fail action next-method
    authentication event server dead action reinitialize vlan 120
    authentication event server alive action reinitialize
    authentication host-mode multi-auth
    authentication order mab dot1x
    authentication priority dot1x mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 60
    spanning-tree portfast
    ip dhcp snooping limit rate 30
    Please help.

    The error message means that Active Directory server Reject the authentication attempt
    as for some reasons the user account got locked.I guess, You should ask your AD Team to check in the AD
    Event Logs why did the user account got locked.
    Under Even Viewers, You can find it out
    Regards
    Minakshi (Do rate the helpful posts)

Maybe you are looking for

  • Price difference account

    Dear All, I have one query regarding purchase offsetting account EKG. I created PO with frieght value and the material master is maintained with standard price.When I do GR it will hit the following accounts. Post key         Account          Short d

  • Aperture 3.3.2 and Mountain Lion

    Aperture crashes in Mountain Lion when trying to do multiple processes.  I get multi windows, photos then have to reboot I re-installed Aperture 3.3.2 with updates, Still crashes when doing more then one thing. I have a macbook pro 15" 2.66 core 2 du

  • Output through MIGO

    Hi All, I have created a zform for goods issue.and i attached the form name in NACE transaction in application ME in output type WE03.But i am unable to see the output through MIGO.could anybody tell me how can I see the output.or is there some anoth

  • HT4623 help.  i am getting the message iphone in recovery mode.  must restore.

    it also says itunes has detected an iphone in recovery mode.  you must restore this iphone before it can be used with iphones. i cannot even get my phone to turn on at all. help!!!

  • After successful installation of 9ias release 2 version  9.0.2.0.1

    Hi After successful installation of 9ias release 2 version 9.0.2.0.1 in the service following services are missing (oracle_home9ias122http_server , form server and reportserver ) which has to be present as per old version installation but in new vers