[SOLVED] Xmonad + configs from MrElendig = errors :(

Trying to set up Xmonad; installation worked, but I can't start it. I tried the configuration files by MrElendig for both Xmonad and Xmobar.
They can be found here:
http://arch.har-ikkje.net/configs/home/
I get the following error
xmonad.hs:25:7:
    Could not find module `XMonad.Layout.ResizableTile':
      it is not a module in the current program, or in any known package.
Ideas?
Last edited by Stalafin (2008-07-10 11:29:41)

Well, you bet you should do "xmonad --recompile"
BTW, i get my xmonad configs from MrElendig too.

Similar Messages

  • [SOLVED] zsh config from install medium.

    I absolutely love the way the terminal looks in the install medium, and I'd love to get my normal terminal looking that way. Is there a place where I can get the config details and how to install?
    Last edited by tsuujin (2013-05-31 17:55:02)

    grml.
    See: https://bbs.archlinux.org/viewtopic.php?id=148319

  • [SOLVED] XMonad + Cairo-Compgr: error while loading libvala

    When I attempt to start cairo-compmgr in XMonad I receive this error:
    cairo-compmgr: error while loading shared libraries: libvala-0.10.so.0: cannot open shared object file: No such file or directory
    The latest version of vala is 0.11.6-1 so cairo is looking for an outdated version. I've reinstalled cairo and vala to no avail. From searching it looks like this is an error with the packagebuild or something but that's a little over my head.
    Last edited by Olson (2011-03-22 21:16:16)

    Seems so. You can see the status of mirrors in http://www.archlinux.org/mirrors/status/ to check one mirror up to date or use a tool like reflector for example.

  • TS4002 Hello, icloud receive messages from gilly hicks, but does not receive messages from another personal account... this is happening me since one week and i dont know how to solve this.... error in the mail delivery system says not valid IPv4 SMTP err

    Hello, icloud receive messages from gilly hicks, but does not receive messages from another personal account... this is happening me since one week and i dont know how to solve this.... error in the mail delivery system says not valid IPv4
    SMTP error from remote mail server after RCPT TO:<[email protected]>:
       host mx6.me.com.akadns.net [17.158.8.114]: 550 5.7.0 Blocked - see https://support.proofpoint.com/dnsbl-lookup.cgi?ip=184.173.9.56:
       [email protected]
    i do alse receive from gmail....
    please help... what is happening!!!!

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • [SOLVED]Help reproduce xmonad desktop from screenshot

    Hi
    I am configuring my xmonad and I came across this link: http://www.haskell.org/wikiupload/6/63/And1_xmonad.png
    I can't figure out how they got the slanted background for the different components (cpu, date, time etc.)
    Can anyone tell me how I can do this?
    Last edited by lunamystry (2012-09-24 09:43:17)

    Prezioso wrote:post a pic
    May as well show of my favorite features. I copied most of these from the xmonad config archive.
    I want KDE with proper tiling, I heard Kwin is loosing its tiling capabilities but has gained scripting.
    That may mean it will have tiling soon but I think it will be a while till then so choose between
    Awesome and Xmonad. Last I tried, Awesome was easy out of the box but I couldn't get it to a point
    where I was happy with how it played with KDE and plasma. Xmonad's doIgnore worked well enough
    for me and I would like to learn some functional coding so Xmonad won. I use doFloat for "Plasma-desktop"
    now though and its a work in-progress.
    Prompt to allow me to quickly connect to the Internet. Got it from xmonad config archive.
    I like aimlessly browsing the menu when I am procrastinating. The bottom plasma panel
    is set to autohide.
    I have to use Netbeans for some Java work I do, which at this point is more of a debugger
    with vim replacing it. setWMName makes Netbeans and Matlab (and other Java app I
    assume) work.
    I am using one of the default KDE wallpapers with a binary clock. I will be putting my config files
    on github sometime this week. I still have a few things to sort out such as gtk looking ugly,
    kde dialogs not appearing, feedback when network is connected, showing network in top bar
    and a whole lot of other things.

  • [probably SOLVED] xmonad + gnome again

    Hi folks!
    After running 'plain' xmonad-darcs for a time i'd like to run gnome together with xmonad, so installed gnome today (haven't used it for years). gnome is up and running, but i can't get to get it run with xmonad as it's wm~
    Of course i've tried to follow xmonad's wiki... I used other people's xmonad.hs, that basic one or that other one; additionally, xmonad-contrib-darcs v20081207-1 is installed. For completeness, I actually just use
    -- xmonad.hs
    import XMonad
    import XMonad.Config.Gnome
    main = xmonad gnomeConfig
    It seems, that somehow xmonad can't be imported: a new created ~/.gnomerc makes no change, same with a copied  "export WINDOW_MANAGER=xmonad"  in ~/.profile (which is sourced by .xinitrc) or even in ~/.xinitrc itself. I added xmonad to the list of starting programs in gnome's session manager as well, I disabled nautilus and changed the position of the panel... Trying to start gnome with this:
    export WINDOW_MANAGER=xmonad
    exec gnome-session --purge-delay=3000
    it says that --purge-delay is an invalid option (so i guess that is meant to work with an older version of gnome).
    Then it comes up to gnome-session. But in my gnome there is no possibility to "select Metacity and change style to Trash"!? (Within the "sessions" I only can add starting programs or tell which applications to remember.)
    Nevertheless, I can start an xterm and run "killall metacity; xmonad &"; then metacity disappears, windows are indeed tiling, but in the xterm there's the following output:
    $ unknown ClientMessageEvent 269
    unknown ClientMessageEvent 269
    unknown ClientMessageEvent 269
    unknown ClientMessageEvent 269
    unknown ClientMessageEvent 269
    and the system becomes almost unusable. After killing the xterm metactiy reappears.
    I wonder how Phrodo_00 solved his problem, seemed to be trivial...
    Any ideas?
    Last edited by nexus7 (2009-01-11 14:07:52)

    Ugh!
    Because starting x takes always 5-10 minutes I liked to speed it up. I thought it still could be gnome fighting against xmonad, since here xmonad is added as starting program while at the same time you have the "/usr/share/applications/xmonad.desktop" (see above). So I liked to  see what happens after deselecting xmoand as starting program in the sessions manager... But from now on gnome wouldn't  start at all anymore! Neither
    gconftool-2 -s -t string /desktop/gnome/session/required_components/windowmanager metacity
    nor
    rm -rf ~/.gnome* ~/.gconf*
    helped (I don't have a ~/.gnome2/session)! X just hangs after showing its cursor, and there are heavy cooling but lesser disk activities -- so how to reactivate plain gnome??
    But also suddenly another problem seem to arise (but for heavens sake, why~ there weren't any before...):
    In the first time I crashed X that error was shown in the console:
    (EE) intel(0): underrun on pipe B!
    -- But how comes?, I disabled these in /etc/xorg.conf:
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "AutoEnableDevices" "False"
    EndSection
    Now there's another one:
    error setting MTRR (base = 0xe8000000, size = 0x08000000, type = 1) Invalid argument (22)
    Disgusting~
    Nevertheless running plain xmonad works... ((edit: after exchanging the xmonad.hs of course))
    Last edited by nexus7 (2009-01-11 12:03:52)

  • "Message from Webpage (error) There was an error in the browser while setting properties into the page HTML, possibly due to invalid URLs or other values. Please try again or use different property values."

    I created a site column at the root of my site and I have publishing turned on.  I selected the Hyperlink with formatting and constraints for publishing.
    I went to my subsite and added the column.  The request was to have "Open in new tab" for their hyperlinks.  I was able to get the column to be added and yesterday we added items without a problem. 
    The problem arose when, today, a user told me that he could not edit the hyperlink.  He has modify / delete permissions on this list.
    He would edit the item, in a custom list, and click on the address "click to add a new hyperlink" and then he would get the error below after succesfully putting in the Selected URL (http://www.xxxxxx.com), Open
    Link in New Window checkbox, the Display Text, and Tooltip:
    "Message from Webpage  There was an error in the browser while setting properties into the page HTML, possibly due to invalid URLs or other values. Please try again or use different property values."
    We are on IE 9.0.8.1112 x86, Windows 7 SP1 Enterprise Edition x64
    The farm is running SharePoint 2010 SP2 Enterprise Edition August 2013 CU Mark 2, 14.0.7106.5002
    and I saw in another post, below with someone who had a similar problem and the IISreset fixed it, as did this problem.  I wonder if this is resolved in the latest updated CU of SharePoint, the April 2014 CU?
    Summary from this link below: Comment out, below, in AssetPickers.js
    //callbackThis.VerifyAnchorElement(HtmlElement, Config);
    perform IISReset
    This is referenced in the item below:
    http://social.technet.microsoft.com/Forums/en-US/d51a3899-e8ea-475e-89e9-770db550c06e/message-from-webpage-error-there-was-an-error-in-the-browser-while-setting?forum=sharepointgeneralprevious
    TThThis is possibly the same information that I saw, possibly from the above link as reference.
    http://seanshares.com/post/69022029652/having-problems-with-sharepoint-publishing-links-after
    Again, if I update my SharePoint 2010 farm to April 2014 CU is this going to resolve the issue I have?
    I don't mind changing the JS file, however I'd like to know / see if there is anything official regarding this instead of my having to change files.
    Thank you!
    Matt

    We had the same issue after applying the SP2 & August CU. we open the case with MSFT and get the same resolution as you mentioned.
    I blog about this issue and having the office reference.
    Later MSFT release the Hotfix for this on December 10, 2013 which i am 100% positive should be part of future CUs.
    So if you apply the April CU then you will be fine.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • What's wrong? Verify and compare Cisco 2901 config after loading old config from Cisco 2801

    Hi Cisco Community / Friends,
    I am new to this site though I have cisco account for many years. I am a CCNA ,I  passed my certification on January 2013 I seldom use and utilized my skills on networking becuase of my type of work. I am Project Eng'r working in a System integrator company . Anyway, I would like to ask assistance on the configurations of my Cisco router for this gov't projects.. Here's the situation.
    We have a new project for the VSAT Comm'n of  Coast Watch Station ,  The VSAT was installed 7 years ago. The VSAT was only used for a year by this Gov't agency because of  subscription issue. Now, they wants to revive and use their VSAT facilities for the Coast watch monitoring. Now, some of this routers are working up to now and for some site  are already defective so I need to replace the old 2801 router with a new equivalent model which is Cisco 2901. My plan was just to load the old config into the new Cisco 2901 router. However, after loading it to the new router, I am a little worried because I've got some errors received. I load the old config by copying the old files, edit it in notepad, and load the config using Secure CRT (terminal emulator). When I copy the old config of cisco 2801 to new router cisco 2901 , below are the command not recognized on Cisco 2901. What's wrong ? What are these commands for? 
    Appreciate your comments and help on this matter.. Thank You very much
    Note: I Attached the original config from Cisco 2801 and the other file is the config after I load the config file to Cisco 2901.
    (Errors see below)
    CWS_4_Pandami(config-erm)#mmi polling-interval 60
                                                           ^
    % Invalid input detected at '^' marker.
    CWS_4_Pandami(config-erm)#no mmi auto-configure
                                                           ^
    % Invalid input detected at '^' marker.
    CWS_4_Pandami(config-erm)#no mmi pvc
                                                           ^
    % Invalid input detected at '^' marker.
    CWS_4_Pandami(config-erm)#mmi snmp-timeout 180
                                                            ^
    % Invalid input detected at '^' marker.
    CWS_4_Pandami(config-if)#interface GigabitEthernet0/1
    CWS_4_Pandami(config-if)# description ===CWS4 SAT Modem===
    CWS_4_Pandami(config-if)# bandwidth 256
    CWS_4_Pandami(config-if)# ip address 192.168.42.1 255.255.255.0
    CWS_4_Pandami(config-if)# duplex auto
    CWS_4_Pandami(config-if)# speed auto
    CWS_4_Pandami(config-if)# priority-group 1
                                                        ^
    % Invalid input detected at '^' marker.
    CWS_4_Pandami(config)#access-list 100 permit ip any any dscp cs5
    CWS_4_Pandami(config)#priority-list 1 protocol ip high list 100
                                                    ^
    % Invalid input detected at '^' marker.

    Hi
    From Cisco's website:
    The Modem Management Interface (MMI) is software that enables auto-provisioning for the Cisco 827 routers. The MMI uses a fixed PVC to communicate with the Proxy Element (PE) residing on the digital subscriber line access multiplexer (DSLAM). Using MMI, the Cisco 827 router updates the running image and downloads the prescribed configuration using a configuration file or configuration values in a provisioning information database.
    The customer premise equipment (CPE) can be automatically configured using the Cisco DSL CPE download, but it can be configured only with the image provisioning feature.
    So because this is your device, you don't want to use MMI anyways.
    And "priority-list" is QoS. Probably that QoS-command is old and removed, because now QoS is configured using class-maps and policy-maps.

  • [SOLVED] XMonad + dzen2

    I have been staring at this for the last day and I can't figure out why it isn't working.  I cannot for the life of me get topBarCmd or botBarCmd to show up; I pretty much copied these configs from one of my working systems, and just edited them for a different monitor size. 
    Relevant XMonad section:
    -- dzen config
    sBarCmd = "dzen2 -fn '-*-times-*-r-*-*-12-*-*-*-*-*-*-*' -bg '#000000' -fg '#ffffff' -h 16 -w 840 -ta l"
    topBarCmd = "conky -c ~/.conkyrc | dzen2 -fn '-*-times-*-r-*-*-12-*-*-*-*-*-*-*' -bg '#000000' -fg '#ffffff' -h 16 -w 840 -x 841 -ta r"
    botBarCmd = "conky -c ~/.conky_bottom_dzen | dzen2 -fn '-*-times-*-r-*-*-12-*-*-*-*-*-*-*' -bg '#000000' -fg '#ffffff' -h 16 -y 1034 -w 1680 -ta c"
    sBarCmd shows, but the other two don't.  Any ideas?
    Last edited by lifeafter2am (2009-08-10 21:49:15)

    Well yeah, I know that. 
    Here is the whole config though.
    import XMonad
    import XMonad.Hooks.DynamicLog
    import XMonad.Hooks.ManageDocks
    import XMonad.Util.Run(spawnPipe)
    import XMonad.Util.EZConfig(additionalKeys)
    import System.IO
    import qualified XMonad.StackSet as W
    -- layouts
    import XMonad.Layout
    import XMonad.Layout.IM
    import XMonad.Layout.ToggleLayouts
    import XMonad.Layout.Reflect
    import XMonad.Layout.Combo
    import XMonad.Layout.Grid
    import XMonad.Layout.ResizableTile
    import Data.Ratio ((%))
    import XMonad.Layout.Gaps
    -- layout definitions
    customLayout = gaps [(D,16)] $ avoidStruts $ ResizableTall 2 (3/100) (1/2) [] ||| withIM (1%7) (ClassName "Buddy List") Grid ||| layoutHook defaultConfig
    -- Workspaces
    myWorkspaces = ["1:term","2:www","3:art","4:irc","5:media","6:im","7","8","9"]
    -- Window rules
    myManageHook = composeAll
    [className =? "wicd-client" --> doFloat
    ,className =? "xine" --> doFloat
    -- icons directory
    myBitmapsDir = "/home/ishikawa/.dzen"
    -- main config
    main = do
    dzenSbar <- spawnPipe sBarCmd
    dzenConkyTop <- spawnPipe topBarCmd
    dzenConkyBot <- spawnPipe botBarCmd
    spawn "xcompmgr"
    xmonad $ defaultConfig
    { manageHook = manageDocks <+> manageHook defaultConfig
    , terminal = "urxvt"
    , workspaces = myWorkspaces
    , borderWidth = 0
    , normalBorderColor = "#000000"
    , focusedBorderColor = "#3399ff"
    , layoutHook = customLayout
    , logHook = dynamicLogWithPP $ myDzenPP dzenSbar
    , modMask = mod4Mask -- Rebind Mod to the Windows key
    } `additionalKeys`
    ([ ((mod4Mask .|. shiftMask, xK_z), spawn "xscreensaver-command -lock")
    , ((controlMask, xK_Print), spawn "sleep 0.2; scrot -s")
    , ((0, xK_Print), spawn "scrot")
    , ((mod4Mask, xK_a), sendMessage MirrorShrink)
    , ((mod4Mask, xK_z), sendMessage MirrorExpand)
    ++
    -- mod-[1..9], Switch to workspace N
    -- mod-shift-[1..9], Move client to workspace N
    [((m .|. mod4Mask, k), windows $ f i)
    | (i, k) <- zip (myWorkspaces) [xK_1 .. xK_9]
    , (f, m) <- [(W.view, 0), (W.shift, shiftMask)]])
    -- dzen config
    sBarCmd = "dzen2 -fn '-*-times-*-r-*-*-12-*-*-*-*-*-*-*' -bg '#000000' -fg '#ffffff' -h 16 -w 840 -ta l"
    topBarCmd = "conky -c /home/ishikawa/.conkyrc | dzen2 -fn '-*-times-*-r-*-*-12-*-*-*-*-*-*-*' -bg '#000000' -fg '#ffffff' -h 16 -w 840 -x 841 -ta r"
    botBarCmd = "conky -c ~/.conky_bottom_dzen | dzen2 -fn '-*-times-*-r-*-*-12-*-*-*-*-*-*-*' -bg '#000000' -fg '#ffffff' -h 16 -y 1034 -w 1680 -ta c"
    myDzenPP dzenSbar = defaultPP
    { ppCurrent = wrap "^p()[^fg(#346855)" "^fg()]^p()"
    , ppUrgent = wrap "!^fg(purple)^p()" "^fg()^p()"
    , ppVisible = wrap "^p()[^fg()" "^fg()]^p()"
    , ppTitle = wrap "^fg(#346855)< ^fg(#3a6b7a)" "^fg(#346855) >^fg()" . shorten 90
    , ppSep = " : "
    , ppWsSep = " : "
    , ppLayout = dzenColor "#346855" "#000000" .
    (\x -> case x of
    "Tall" -> "^i(" ++ myBitmapsDir ++ "/tall.xbm)"
    "Mirror Tall" -> "^i(" ++ myBitmapsDir ++ "/mtall.xbm)"
    "Full" -> "^i(" ++ myBitmapsDir ++ "/full.xbm)"
    "ResizableTall" -> "^i(" ++ myBitmapsDir ++ "/resizableGrid.xbm)"
    "IM Grid" -> "^i(" ++ myBitmapsDir ++ "/im-layout.xbm)"
    _ -> x
    , ppOutput = hPutStrLn dzenSbar
    Here are my conky's if they help too:
    conkyrc:
    # Set to yes if you want Conky to be forked in the background
    background no
    out_to_console yes
    # Update interval in seconds
    update_interval 1
    color1 ef89bb
    TEXT
    ^fg(#7ebdfc)| ^i(/home/ishikawa/.dzen/cpu.xbm) ^fg(#346855)${cpu cpu1}% ^fg(#7ebdfc) ^i(/home/ishikawa/.dzen/cpu.xbm) ^fg(#346855)${cpu cpu2}% @ $freq_g GHz ^fg(#7ebdfc)| ^i(/home/ishikawa/.dzen/mem.xbm) ^fg(#346855)$mem/$memmax ^fg(#7ebdfc)| ^i(/home/ishikawa/.dzen/net_down.xbm) ^fg(#346855)${downspeed eth1}/${totaldown eth1} ^fg(#7ebdfc)^i(/home/ishikawa/.dzen/net_up.xbm) ^fg(#346855)${upspeed eth1}/${totalup eth1} ^fg(#7ebdfc)| ^i(/home/ishikawa/.dzen/clock.xbm) ^fg(#346855)${time} ^fg(#7ebdfc)|
    conky_bottom_dzen:
    # Set to yes if you want Conky to be forked in the background
    background no
    out_to_console yes
    # Update interval in seconds
    update_interval 1
    # MPD host/port
    mpd_host localhost
    mpd_port 6600
    TEXT
    ^fg(#3a6b7a)| ^i(/home/ishikawa/.dzen/net_up_03.xbm) ^fg(#346855)$uptime ^fg(#3a6b7a)| ^fg(#1994d1) ^i(/home/ishikawa/.dzen/arch.xbm) ^fg(#346855)${texeci 1500 perl /home/ishikawa/scripts/xyne-update-checker.pl} ^fg(#3a6b7a)| ^i(/home/ishikawa/.dzen/diskette.xbm) ^fg(#346855)${fs_used sda4}/${fs_size sda4} ^fg(#3a6b7a)|^fg(#3a6b7a)| ^i(/home/ishikawa/.dzen/note.xbm) ^fg(#346855)$mpd_status : ${mpd_smart 50} ($mpd_elapsed / $mpd_length) ^fg(#3a6b7a)||
    As I said, this config works on two other systems, so I am stumped as to why it won't work on this one.

  • [SOLVED] Xmonad updatepointer help

    hello Ive recently moved to arch and now xmonad. And I cannot believe i did not discover these beauties before!! (Previous distro was fedora)
    So little by little with google and examples of configs out there ive manage to customize a xmonad.hs file to how i work and would like to work.
    To a degree i can read my own hs file but some things idk what they do or how they work (like main).
    I would basically like to implement an update pointer action. I've seen the 3rd party extensions page for xmonad but i can seem to figure out how to implement it in my xmonad config file.
    I created a "myLogHook" variable (not sure if that's what haskell calls it) but dont know where to go from there. Here is my config:
    import System.IO
    import System.Exit
    import XMonad
    import XMonad.Hooks.DynamicLog
    import XMonad.Hooks.ManageDocks
    import XMonad.Hooks.ManageHelpers
    import XMonad.Hooks.SetWMName
    import XMonad.Layout.Fullscreen
    import XMonad.Layout.NoBorders
    import XMonad.Layout.Spiral
    import XMonad.Layout.Tabbed
    import XMonad.Layout.ThreeColumns
    import XMonad.Util.Run(spawnPipe)
    import XMonad.Util.EZConfig(additionalKeys)
    import qualified XMonad.StackSet as W
    import qualified Data.Map as M
    import XMonad.Actions.SpawnOn
    import XMonad.Actions.CycleWS
    import XMonad.Actions.PhysicalScreens
    import XMonad.Layout.Circle
    import XMonad.Actions.UpdatePointer
    -- FOR MULTIMEDIA KEYS RUN:
    -- "xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p'"
    -- Then look in /usr/include/X11/XF86keysym.h and look for the name and code.
    -- Terminal
    -- The preferred terminal program, which is used in a binding below and by
    -- certain contrib modules.
    myTerminal = "terminator"
    myInternet = "google-chrome-stable"
    myIM = "pidgin"
    myCalc = "libreoffice --calc"
    myEditor = "gedit"
    myBackground = "feh --bg-scale '/home/dvm/Pictures/infinity___widescreen_pack_by_morague.jpg'"
    myScreenshot = "scrot /home/dvm/Pictures/screen_%Y-%m-%d-%H-%M-%S.png -d 1"
    myMouseshot = "sleep 0.2; scrot -s ~/Pictures/screen_%Y-%m-%d-%H-%M-%S.png -d 1"
    myVirtual = "virtualbox"
    myRdesktop = "/home/dvm/.xmonad/bin/usrds006"
    myWTL = "/home/dvm/.xmonad/bin/wtl.sh"
    -- Workspaces
    -- The default number of workspaces (virtual screens) and their names.
    myWorkspaces = ["1:main","2:www","3:office","4:rdp","5:editor","6:email","7:files","8:chat","9:WTL"]
    -- Window rules
    -- Execute arbitrary actions and WindowSet manipulations when managing
    -- a new window. You can use this to, for example, always float a
    -- particular program, or have a client always appear on a particular
    -- workspace.
    -- To find the property name associated with a program, use
    -- > xprop | grep WM_CLASS
    -- and click on the client you're interested in.
    -- To match on the WM_NAME, you can use 'title' in the same way that
    -- 'className' and 'resource' are used below.
    myManageHook = composeAll
    [ resource =? "desktop_window" --> doIgnore
    , className =? "Galculator" --> doFloat
    , className =? "Steam" --> doFloat
    , className =? "Gimp" --> doFloat
    , resource =? "gpicview" --> doFloat
    , className =? "MPlayer" --> doFloat
    , className =? "Google-chrome-stable" --> doShift "2:www"
    , className =? "libreoffice-calc" --> doShift "3:office"
    , className =? "VirtualBox" --> doShift "3:office"
    , className =? "rdesktop" --> doShift "4:rdp"
    , className =? "Gedit" --> doShift "5:editor"
    , className =? "Evolution" --> doShift "6:email"
    , className =? "Nautilus" --> doShift "7:files"
    , className =? "Pidgin" --> doShift "8:chat"
    , className =? "Wine" --> doShift "9:WTL"
    , className =? "stalonetray" --> doIgnore
    , isFullscreen --> (doF W.focusDown <+> doFullFloat)]
    -- Layouts
    -- You can specify and transform your layouts by modifying these values.
    -- If you change layout bindings be sure to use 'mod-shift-space' after
    -- restarting (with 'mod-q') to reset your layout state to the new
    -- defaults, as xmonad preserves your old layout settings by default.
    -- The available layouts. Note that each layout is separated by |||,
    -- which denotes layout choice.
    myLayout = avoidStruts (
    Tall 1 (3/100) (1/2) |||
    Mirror (Tall 1 (3/100) (1/2)) |||
    tabbed shrinkText tabConfig |||
    Full |||
    Circle |||
    spiral (6/7)) |||
    noBorders (fullscreenFull Full)
    -- Colors and borders
    -- Currently based on the ir_black theme.
    myNormalBorderColor = "#000000"
    myFocusedBorderColor = "#FF0000"
    -- Colors for text and backgrounds of each tab when in "Tabbed" layout.
    tabConfig = defaultTheme {
    activeBorderColor = "#FF0000",
    activeTextColor = "#CEFFAC",
    activeColor = "#000000",
    inactiveBorderColor = "#FF0000",
    inactiveTextColor = "#EEEEEE",
    inactiveColor = "#000000"
    -- Color of current window title in xmobar.
    xmobarTitleColor = "#00ff00"
    -- Color of current workspace in xmobar.
    xmobarCurrentWorkspaceColor = "#ee9a00"
    -- Width of the window border in pixels.
    myBorderWidth = 2
    -- Key bindings
    -- modMask lets you specify which modkey you want to use. The default
    -- is mod1Mask ("left alt"). You may also consider using mod3Mask
    -- ("right alt"), which does not conflict with emacs keybindings. The
    -- "windows key" is usually mod4Mask.
    myModMask = mod4Mask
    myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
    -- Custom key bindings
    -- Start a terminal. Terminal to start is specified by myTerminal variable.
    [ ((modMask .|. controlMask, xK_t), spawn $ XMonad.terminal conf)
    -- Lock the screen using xscreensaver.
    , ((0, 0x1008FF2F), spawn "xscreensaver-command -lock")
    -- Run dmenu
    , ((modMask, xK_p), spawn "dmenu_run")
    -- Launch remote desktop script
    , ((modMask .|. controlMask, xK_r), spawn myRdesktop)
    -- Launch Google Chrome
    , ((modMask .|. controlMask, xK_i), spawn myInternet)
    -- Launch Gedit
    , ((modMask .|. controlMask, xK_g), spawn myEditor)
    -- Launch Libreoffice Calc
    , ((modMask .|. controlMask, xK_c), spawn myCalc)
    -- Launch Virtualbox
    , ((modMask .|. controlMask, xK_v), spawn myVirtual)
    -- Launch Evolution Email Client
    , ((modMask .|. controlMask, xK_e), spawn "evolution")
    -- Launch WT Library
    , ((modMask .|. controlMask, xK_w), spawn myWTL)
    -- Launch nautilius File Manager
    , ((modMask .|. controlMask, xK_f), spawn "nautilus")
    -- Switch to next workspace
    , ((modMask, xK_Page_Up), nextWS)
    -- Switch to prev workspace
    , ((modMask, xK_Page_Down), prevWS)
    -- Take a screenshot in select mode.
    -- After pressing this key binding, click a window, or draw a rectangle with the mouse.
    , ((modMask, xK_Print), spawn myMouseshot)
    -- Take full screenshot in multi-head mode.
    -- That is, take a screenshot of everything you see.
    -- , ((modMask .|. controlMask .|. shiftMask, xK_p), spawn "screenshot")
    , ((0, xK_Print), spawn myScreenshot)
    -- Fetch a single use password.
    , ((modMask .|. shiftMask, xK_o), spawn "fetchotp -x")
    -- Mute volume.
    -- , ((0, xK_F9), spawn "amixer -q set Master toggle")
    , ((0, 0x1008FF12), spawn "amixer -q set Master toggle")
    -- Decrease volume.
    -- , ((0, xK_F10), spawn "amixer -q set Master 10%-")
    , ((0, 0x1008FF11), spawn "amixer -q set Master 10%-")
    -- Increase volume.
    -- , ((0, xK_F11), spawn "amixer -q set Master 10%+")
    , ((0, 0x1008FF13), spawn "amixer -q set Master 10%+")
    -- Audio previous.
    , ((0, 0x1008FF16), spawn "")
    -- Play/pause.
    , ((0, 0x1008FF14), spawn "")
    -- Audio next.
    , ((0, 0x1008FF17), spawn "")
    -- Audio stop.
    , ((0, 0x1008FF15), spawn "")
    -- Eject CD tray.
    -- , ((0, 0x1008FF2C), spawn "eject -T")
    -- Switch to Prev Xinerama
    , ((modMask, xK_Right), onPrevNeighbour W.view)
    -- Switch to Next Xinerama
    , ((modMask, xK_Left), onNextNeighbour W.view)
    -- Switch to Prev Workspace
    , ((modMask, xK_Down), prevWS)
    -- Switch to Next Workspace
    , ((modMask, xK_Up), nextWS)
    -- "Standard" xmonad key bindings
    -- Close focused window.
    , ((modMask .|. shiftMask, xK_c), kill)
    -- Cycle through the available layout algorithms.
    , ((modMask, xK_space), sendMessage NextLayout)
    -- Reset the layouts on the current workspace to default.
    , ((modMask .|. shiftMask, xK_space), setLayout $ XMonad.layoutHook conf)
    -- Resize viewed windows to the correct size.
    , ((modMask, xK_n), refresh)
    -- Move focus to the next window.
    , ((modMask, xK_Tab), windows W.focusDown)
    -- Move focus to the next window.
    , ((modMask, xK_j), windows W.focusDown)
    -- Move focus to the previous window.
    , ((modMask, xK_k), windows W.focusUp )
    -- Move focus to the master window.
    , ((modMask, xK_m), windows W.focusMaster )
    -- Swap the focused window and the master window.
    , ((modMask, xK_Return), windows W.swapMaster)
    -- Swap the focused window with the next window.
    , ((modMask .|. shiftMask, xK_j), windows W.swapDown )
    -- Swap the focused window with the previous window.
    , ((modMask .|. shiftMask, xK_k), windows W.swapUp )
    -- Shrink the master area.
    , ((modMask, xK_h), sendMessage Shrink)
    -- Expand the master area.
    , ((modMask, xK_l), sendMessage Expand)
    -- Push window back into tiling.
    , ((modMask, xK_t), withFocused $ windows . W.sink)
    -- Increment the number of windows in the master area.
    , ((modMask, xK_comma), sendMessage (IncMasterN 1))
    -- Decrement the number of windows in the master area.
    , ((modMask, xK_period), sendMessage (IncMasterN (-1)))
    -- Toggle the status bar gap.
    -- TODO: update this binding with avoidStruts, ((modMask, xK_b),
    -- Quit xmonad.
    , ((modMask .|. shiftMask, xK_q), io (exitWith ExitSuccess))
    -- Restart xmonad.
    , ((modMask, xK_q), restart "xmonad" True)
    ++
    -- mod-[1..9], Switch to workspace N
    -- mod-shift-[1..9], Move client to workspace N
    [((m .|. modMask, k), windows $ f i)
    | (i, k) <- zip (XMonad.workspaces conf) [xK_1 .. xK_9]
    , (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]
    ++
    -- mod-{w,e,r}, Switch to physical/Xinerama screens 1, 2, or 3
    -- mod-shift-{w,e,r}, Move client to screen 1, 2, or 3
    [((m .|. modMask, key), screenWorkspace sc >>= flip whenJust (windows . f))
    | (key, sc) <- zip [xK_w, xK_e, xK_r] [0..]
    , (f, m) <- [(W.view, 0), (W.shift, shiftMask)]]
    -- Mouse bindings
    -- Focus rules
    -- True if your focus should follow your mouse cursor.
    myFocusFollowsMouse :: Bool
    myFocusFollowsMouse = True
    myMouseBindings (XConfig {XMonad.modMask = modMask}) = M.fromList $
    -- mod-button1, Set the window to floating mode and move by dragging
    ((modMask, button1),
    (\w -> focus w >> mouseMoveWindow w))
    -- mod-button2, Raise the window to the top of the stack
    , ((modMask, button2),
    (\w -> focus w >> windows W.swapMaster))
    -- Closed focus window. Modmask + Ctrl + Middle mouse button.
    , ((modMask .|. controlMask, button2), (\w -> focus w >> kill))
    -- mod-button3, Set the window to floating mode and resize by dragging
    , ((modMask, button3),
    (\w -> focus w >> mouseResizeWindow w))
    -- you may also bind events to the mouse scroll wheel (button4 and button5)
    -- mod-button4, Switch to next workspace
    , ((modMask, button4),
    (\w -> focus w >> nextWS))
    -- mod-button5, Switch to previous workspace
    , ((modMask, button5),
    (\w -> focus w >> prevWS))
    -- Status bars and logging
    -- Perform an arbitrary action on each internal state change or X event.
    -- See the 'DynamicLog' extension for examples.
    -- To emulate dwm's status bar
    -- > logHook = dynamicLogDzen
    myLogHook = updatePointer (Relative 1 1)
    -- Startup hook
    -- Perform an arbitrary action each time xmonad starts or is restarted
    -- with mod-q. Used by, e.g., XMonad.Layout.PerWorkspace to initialize
    -- per-workspace layout choices.
    -- By default, do nothing.
    myStartupHook = return ()
    -- Run xmonad with all the defaults we set up.
    main = do
    xmproc <- spawnPipe "xmobar ~/.xmonad/xmobar.hs"
    xmonad $ defaults {
    logHook = dynamicLogWithPP $ xmobarPP {
    ppOutput = hPutStrLn xmproc
    , ppTitle = xmobarColor xmobarTitleColor "" . shorten 50
    , ppCurrent = xmobarColor xmobarCurrentWorkspaceColor ""
    , ppSep = " : "
    , ppLayout = xmobarColor "orange" ""
    -- , manageHook = manageDocks <+> myManageHook
    , manageHook = manageSpawn <+> manageDocks <+> myManageHook
    , startupHook = setWMName "LG3D"
    -- >> spawnHere "trayer --edge top --align left --SetDockType true --SetPartialStrut true --expand true --width 6 --transparent true --alpha 0 --tint 0x000000 --height 16"
    >> spawnHere "/usr/bin/xscreensaver -no-splash &"
    >> spawnHere "udiskie --tray &"
    >> spawnHere myBackground
    -- >> spawnHere "mpd"
    -- >> spawnOn "1:main" "/home/dvm/.xmonad/bin/nload.sh"
    -- >> spawnOn "1:main" "/home/dvm/.xmonad/bin/clock.sh"
    -- >> spawnOn "1:main" "/home/dvm/.xmonad/bin/visual.sh"
    -- >> spawnHere myTerminal
    -- >> spawnOn "2:www" myInternet
    -- >> spawnOn "3:office" myCalc
    -- >> spawnOn "4:rdp" "/home/dvm/.xmonad/bin/usrds006"
    -- >> spawnOn "5:editor" myEditor
    -- >> spawnOn "6:email" "evolution"
    -- >> spawnOn "7:files" "nautilus"
    -- >> spawnOn "9:WTL" myWTL
    -- Combine it all together
    -- A structure containing your configuration settings, overriding
    -- fields in the default config. Any you don't override, will
    -- use the defaults defined in xmonad/XMonad/Config.hs
    -- No need to modify this.
    defaults = defaultConfig {
    -- simple stuff
    terminal = myTerminal,
    focusFollowsMouse = myFocusFollowsMouse,
    borderWidth = myBorderWidth,
    modMask = myModMask,
    workspaces = myWorkspaces,
    normalBorderColor = myNormalBorderColor,
    focusedBorderColor = myFocusedBorderColor,
    -- key bindings
    keys = myKeys,
    mouseBindings = myMouseBindings,
    -- hooks, layouts
    layoutHook = smartBorders $ myLayout,
    manageHook = myManageHook,
    startupHook = myStartupHook
    Any input/insight would be greatly appreciated. Thank you for you time.
    Last edited by davama (2014-04-08 13:53:59)

    Awesome!!
    Skotish, thank you! I copied your code into my config and it worked like a charm. At first I thought they were identical so i  tried it with my code, since you mentioned watch for tabs and spaces. My block didn't work of course but I didn't understand why since "tabs and spaces" were identical. Until i put your block side by side with my block. Then i noticed the "$" was removed from:
    logHook = dynamicLogWithPP $ xmobarPP {
    I still dont understand Haskell much and what the "$" means but Im still learning.
    BTW my config has changed a bit so im going to post it (with pointer update included):
    import System.IO
    import System.Exit
    import XMonad
    import XMonad.Hooks.DynamicLog
    import XMonad.Hooks.ManageDocks
    import XMonad.Hooks.ManageHelpers
    import XMonad.Hooks.SetWMName
    import XMonad.Layout.Fullscreen
    import XMonad.Layout.NoBorders
    --import XMonad.Layout.Spiral
    import XMonad.Layout.Tabbed
    import XMonad.Layout.ThreeColumns
    import XMonad.Util.Run(spawnPipe)
    import XMonad.Util.EZConfig(additionalKeys)
    import qualified XMonad.StackSet as W
    import qualified Data.Map as M
    import XMonad.Actions.SpawnOn
    import XMonad.Actions.CycleWS
    import XMonad.Actions.PhysicalScreens
    import XMonad.Layout.Circle
    import XMonad.Actions.WindowBringer
    import XMonad.Layout.Cross
    import XMonad.Layout.Grid
    import XMonad.Layout.Minimize
    import XMonad.Layout.Maximize
    import XMonad.Actions.WindowMenu
    import XMonad.Actions.UpdatePointer
    -- FOR MULTIMEDIA KEYS RUN:
    -- xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p'
    -- Then look in /usr/include/X11/XF86keysym.h and look for the name and code.
    -- Terminal
    -- The preferred terminal program, which is used in a binding below and by
    -- certain contrib modules.
    myTerminal = "terminator"
    myInternet = "google-chrome-stable"
    myIM = "pidgin"
    myCalc = "libreoffice --calc"
    myEditor = "gedit"
    myBackground = "feh --bg-scale '/home/dvm/Pictures/infinity___widescreen_pack_by_morague.jpg'"
    myScreenshot = "scrot /home/dvm/Pictures/screen_%Y-%m-%d-%H-%M-%S.png -d 1"
    myMouseshot = "sleep 0.2; scrot -s ~/Pictures/screen_%Y-%m-%d-%H-%M-%S.png -d 1"
    myVirtual = "virtualbox"
    myRdesktop = "/home/dvm/.xmonad/bin/usrds006"
    myWTL = "/home/dvm/.xmonad/bin/wtl.sh"
    -- Workspaces
    -- The default number of workspaces (virtual screens) and their names.
    myWorkspaces = ["1:main","2:www","3:office","4:rdp","5:editor","6:email","7:files","8:chat","9:WTL"]
    -- Window rules
    -- Execute arbitrary actions and WindowSet manipulations when managing
    -- a new window. You can use this to, for example, always float a
    -- particular program, or have a client always appear on a particular
    -- workspace.
    -- To find the property name associated with a program, use
    -- > xprop | grep WM_CLASS
    -- and click on the client you're interested in.
    -- To match on the WM_NAME, you can use 'title' in the same way that
    -- 'className' and 'resource' are used below.
    myManageHook = composeAll
    [ resource =? "desktop_window" --> doIgnore
    , className =? "Galculator" --> doFloat
    , className =? "Steam" --> doFloat
    , className =? "Gimp" --> doFloat
    , resource =? "gpicview" --> doFloat
    , className =? "MPlayer" --> doFloat
    , className =? "Google-chrome-stable" --> doShift "2:www"
    , className =? "libreoffice-calc" --> doShift "3:office"
    , className =? "VirtualBox" --> doShift "3:office"
    , className =? "rdesktop" --> doShift "4:rdp"
    , className =? "Gedit" --> doShift "5:editor"
    , className =? "Evolution" --> doShift "6:email"
    , className =? "Nautilus" --> doShift "7:files"
    , className =? "Pidgin" --> doShift "8:chat"
    , className =? "Wine" --> doShift "9:WTL"
    , className =? "stalonetray" --> doIgnore
    , isFullscreen --> (doF W.focusDown <+> doFullFloat)]
    -- Layouts
    -- You can specify and transform your layouts by modifying these values.
    -- If you change layout bindings be sure to use 'mod-shift-space' after
    -- restarting (with 'mod-q') to reset your layout state to the new
    -- defaults, as xmonad preserves your old layout settings by default.
    -- The available layouts. Note that each layout is separated by |||,
    -- which denotes layout choice.
    myLayout = avoidStruts (
    Tall 1 (3/100) (1/2) |||
    Mirror (Tall 1 (3/100) (1/2)) |||
    tabbed shrinkText tabConfig |||
    Full |||
    Grid ||| -- This one is nice
    Circle ||| -- This and cross are similar but
    simpleCross) ||| -- cross sends focus window to center.
    -- spiral (6/7)) |||
    noBorders (fullscreenFull Full)
    -- Colors and borders
    -- Currently based on the ir_black theme.
    myNormalBorderColor = "#000000"
    myFocusedBorderColor = "#FF0000"
    -- Colors for text and backgrounds of each tab when in "Tabbed" layout.
    tabConfig = defaultTheme {
    activeBorderColor = "#FF0000",
    activeTextColor = "#CEFFAC",
    activeColor = "#000000",
    inactiveBorderColor = "#FF0000",
    inactiveTextColor = "#EEEEEE",
    inactiveColor = "#000000"
    -- Color of current window title in xmobar.
    xmobarTitleColor = "#00ff00"
    -- Color of current workspace in xmobar.
    xmobarCurrentWorkspaceColor = "#ee9a00"
    -- Width of the window border in pixels.
    myBorderWidth = 2
    -- Key bindings
    -- modMask lets you specify which modkey you want to use. The default
    -- is mod1Mask ("left alt"). You may also consider using mod3Mask
    -- ("right alt"), which does not conflict with emacs keybindings. The
    -- "windows key" is usually mod4Mask.
    myModMask = mod4Mask
    myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
    -- Custom key bindings
    -- Start a terminal. Terminal to start is specified by myTerminal variable.
    [ ((modMask .|. controlMask, xK_t), spawn $ XMonad.terminal conf)
    -- Launch remote desktop script
    , ((modMask .|. controlMask, xK_r), spawn myRdesktop)
    -- Launch Google Chrome
    , ((modMask .|. controlMask, xK_i), spawn myInternet)
    -- Launch Gedit
    , ((modMask .|. controlMask, xK_g), spawn myEditor)
    -- Launch Libreoffice Calc
    , ((modMask .|. controlMask, xK_c), spawn myCalc)
    -- Launch Virtualbox
    , ((modMask .|. controlMask, xK_v), spawn myVirtual)
    -- Launch Evolution Email Client
    , ((modMask .|. controlMask, xK_e), spawn "evolution")
    -- Launch WT Library
    , ((modMask .|. controlMask, xK_w), spawn myWTL)
    -- Launch nautilius File Manager
    , ((modMask .|. controlMask, xK_f), spawn "nautilus")
    -- display a number of actions related to window management in the center of the focused window.
    -- Actions include: Closing, maximizing, minimizing and shifting the window to another workspace.
    , ((modMask .|. shiftMask, xK_s), windowMenu)
    -- Pops open a dmenu with window titles. Choose one,
    -- and you will be taken to the corresponding workspace.
    , ((modMask .|. shiftMask, xK_g), gotoMenu)
    -- Pops open an application with window titles given
    -- over stdin. Choose one, and it will be dragged, kicking
    -- and screaming, into your current workspace.
    , ((modMask .|. shiftMask, xK_b), bringMenu)
    -- Lock the screen using xscreensaver. Using sleep button
    , ((0, 0x1008FF2F), spawn "xscreensaver-command -lock")
    -- Mute volume.
    -- , ((0, xK_F9), spawn "amixer -q set Master toggle")
    , ((0, 0x1008FF12), spawn "amixer -q set Master toggle")
    -- Decrease volume.
    -- , ((0, xK_F10), spawn "amixer -q set Master 10%-")
    , ((0, 0x1008FF11), spawn "amixer -q set Master 10%-")
    -- Increase volume.
    -- , ((0, xK_F11), spawn "amixer -q set Master 10%+")
    , ((0, 0x1008FF13), spawn "amixer -q set Master 10%+")
    -- Audio previous.
    , ((0, 0x1008FF16), spawn "ncmpcpp prev")
    -- Play/pause.
    , ((0, 0x1008FF14), spawn "ncmpcpp toggle")
    -- , ((0, 0x1008FF14), spawn "ncmpcpp stop; ncmpcpp play")
    -- Audio next.
    , ((0, 0x1008FF17), spawn "ncmpcpp next")
    -- Audio stop.
    , ((0, 0x1008FF15), spawn "ncmpcpp stop")
    -- Take full screenshot in multi-head mode.
    -- That is, take a screenshot of everything you see.
    -- , ((modMask .|. controlMask .|. shiftMask, xK_p), spawn "screenshot")
    , ((0, xK_Print), spawn myScreenshot)
    -- Take a screenshot in select mode.
    -- After pressing this key binding, click a window, or draw a rectangle with the mouse.
    , ((modMask, xK_Print), spawn myMouseshot)
    -- Run dmenu
    , ((modMask, xK_p), spawn "dmenu_run")
    -- Eject CD tray.
    , ((modMask, xK_F12), spawn "eject -T")
    -- Switch to Prev Xinerama
    , ((modMask, xK_Right), onPrevNeighbour W.view)
    -- Switch to Next Xinerama
    , ((modMask, xK_Left), onNextNeighbour W.view)
    -- Switch to Prev Workspace
    , ((modMask, xK_Down), moveTo Prev HiddenNonEmptyWS)
    -- Switch to Next Workspace
    , ((modMask, xK_Up), moveTo Next HiddenNonEmptyWS)
    -- Switch to next workspace
    , ((modMask, xK_Page_Up), moveTo Next HiddenWS)
    -- Switch to prev workspace
    , ((modMask, xK_Page_Down), moveTo Prev HiddenWS)
    -- "Standard" xmonad key bindings
    -- Close focused window.
    , ((modMask .|. shiftMask, xK_c), kill)
    -- Cycle through the available layout algorithms.
    , ((modMask, xK_space), sendMessage NextLayout)
    -- Reset the layouts on the current workspace to default.
    , ((modMask .|. shiftMask, xK_space), setLayout $ XMonad.layoutHook conf)
    -- Resize viewed windows to the correct size.
    , ((modMask, xK_n), refresh)
    -- Move focus to the next window.
    , ((modMask, xK_Tab), windows W.focusDown)
    -- Move focus to the next window.
    , ((modMask, xK_j), windows W.focusDown)
    -- Move focus to the previous window.
    , ((modMask, xK_k), windows W.focusUp )
    -- Move focus to the master window.
    , ((modMask, xK_m), windows W.focusMaster )
    -- Swap the focused window and the master window.
    , ((modMask, xK_Return), windows W.swapMaster)
    -- Swap the focused window with the next window.
    , ((modMask .|. shiftMask, xK_j), windows W.swapDown )
    -- Swap the focused window with the previous window.
    , ((modMask .|. shiftMask, xK_k), windows W.swapUp )
    -- Shrink the master area.
    , ((modMask, xK_h), sendMessage Shrink)
    -- Expand the master area.
    , ((modMask, xK_l), sendMessage Expand)
    -- Push window back into tiling.
    , ((modMask, xK_t), withFocused $ windows . W.sink)
    -- Increment the number of windows in the master area.
    , ((modMask, xK_comma), sendMessage (IncMasterN 1))
    -- Decrement the number of windows in the master area.
    , ((modMask, xK_period), sendMessage (IncMasterN (-1)))
    -- Toggle the status bar gap.
    -- TODO: update this binding with avoidStruts, ((modMask, xK_b),
    -- Quit xmonad.
    , ((modMask .|. shiftMask, xK_q), io (exitWith ExitSuccess))
    -- Restart xmonad.
    , ((modMask, xK_q), restart "xmonad" True)
    ++
    -- mod-[1..9], Switch to workspace N
    -- mod-shift-[1..9], Move client to workspace N
    [((m .|. modMask, k), windows $ f i)
    | (i, k) <- zip (XMonad.workspaces conf) [xK_1 .. xK_9]
    , (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]
    ++
    -- mod-{w,e,r}, Switch to physical/Xinerama screens 1, 2, or 3
    -- mod-shift-{w,e,r}, Move client to screen 1, 2, or 3
    [((m .|. modMask, key), screenWorkspace sc >>= flip whenJust (windows . f))
    | (key, sc) <- zip [xK_w, xK_e, xK_r] [0..]
    , (f, m) <- [(W.view, 0), (W.shift, shiftMask)]]
    -- Mouse bindings
    -- Focus rules
    -- True if your focus should follow your mouse cursor.
    myFocusFollowsMouse :: Bool
    myFocusFollowsMouse = True
    myMouseBindings (XConfig {XMonad.modMask = modMask}) = M.fromList $
    -- mod-button1, Set the window to floating mode and move by dragging
    ((modMask, button1),
    (\w -> focus w >> mouseMoveWindow w))
    -- mod-button2, Raise the window to the top of the stack
    , ((modMask, button2),
    (\w -> focus w >> windows W.swapMaster))
    -- Closed focus window. Modmask + Ctrl + Middle mouse button.
    , ((modMask .|. controlMask, button2), (\w -> focus w >> kill))
    -- mod-button3, Set the window to floating mode and resize by dragging
    , ((modMask, button3),
    (\w -> focus w >> mouseResizeWindow w))
    -- you may also bind events to the mouse scroll wheel (button4 and button5)
    -- mod-button4, Switch to next workspace
    , ((modMask, button4),
    (\w -> focus w >> moveTo Next HiddenNonEmptyWS))
    -- mod-button5, Switch to previous workspace
    , ((modMask, button5),
    (\w -> focus w >> moveTo Prev HiddenNonEmptyWS))
    -- Status bars and logging
    -- Perform an arbitrary action on each internal state change or X event.
    -- See the 'DynamicLog' extension for examples.
    -- To emulate dwm's status bar
    -- > logHook = dynamicLogDzen
    -- Startup hook
    -- Perform an arbitrary action each time xmonad starts or is restarted
    -- with mod-q. Used by, e.g., XMonad.Layout.PerWorkspace to initialize
    -- per-workspace layout choices.
    -- By default, do nothing.
    myStartupHook = return ()
    -- Run xmonad with all the defaults we set up.
    main = do
    xmproc <- spawnPipe "xmobar ~/.xmonad/xmobar.hs"
    xmonad $ defaults {
    logHook = dynamicLogWithPP xmobarPP {
    ppOutput = hPutStrLn xmproc
    , ppTitle = xmobarColor xmobarTitleColor "" . shorten 50
    , ppCurrent = xmobarColor xmobarCurrentWorkspaceColor ""
    , ppSep = " : "
    , ppLayout = xmobarColor "orange" ""
    >> updatePointer (TowardsCentre 0.99 0.99) -- moves pointer to center of focused window
    -- >> updatePointer (Relative 0.99 0.99) -- moves pointer to lower right corner of focused window
    -- , manageHook = manageDocks <+> myManageHook
    , manageHook = manageSpawn <+> manageDocks <+> myManageHook
    , startupHook = setWMName "LG3D"
    -- >> spawnHere "trayer --edge top --align left --SetDockType true --SetPartialStrut true --expand true --width 6 --transparent true --alpha 0 --tint 0x000000 --height 16"
    >> spawnHere "/usr/bin/xscreensaver -no-splash &"
    >> spawnHere "udiskie --tray &"
    >> spawnHere myBackground
    -- >> spawnHere "mpd"
    -- >> spawnOn "1:main" "/home/dvm/.xmonad/bin/nload.sh"
    -- >> spawnOn "1:main" "/home/dvm/.xmonad/bin/clock.sh"
    -- >> spawnOn "1:main" "/home/dvm/.xmonad/bin/visual.sh"
    -- >> spawnHere myTerminal
    -- >> spawnOn "2:www" myInternet
    -- >> spawnOn "3:office" myCalc
    -- >> spawnOn "4:rdp" "/home/dvm/.xmonad/bin/usrds006"
    -- >> spawnOn "5:editor" myEditor
    -- >> spawnOn "6:email" "evolution"
    -- >> spawnOn "7:files" "nautilus"
    -- >> spawnOn "9:WTL" myWTL
    -- Combine it all together
    -- A structure containing your configuration settings, overriding
    -- fields in the default config. Any you don't override, will
    -- use the defaults defined in xmonad/XMonad/Config.hs
    -- No need to modify this.
    defaults = defaultConfig {
    -- simple stuff
    terminal = myTerminal,
    focusFollowsMouse = myFocusFollowsMouse,
    borderWidth = myBorderWidth,
    modMask = myModMask,
    workspaces = myWorkspaces,
    normalBorderColor = myNormalBorderColor,
    focusedBorderColor = myFocusedBorderColor,
    -- key bindings
    keys = myKeys,
    mouseBindings = myMouseBindings,
    -- hooks, layouts
    layoutHook = smartBorders $ myLayout,
    manageHook = myManageHook,
    startupHook = myStartupHook
    Actually decided to use "TowardsCentre" instead.
    For anyone else reading this, i'm currently using xmonad v0.11 and xmobar v0.20.1
    Woa! Rayman just saw you updated the post. Thanks for the explanation! Going to have to sit on that one to reread it cuz it just went over my head. Thanks for updating. I'll try your suggestion too, looks cleaner.
    Thank you all for your time.
    -Dave

  • How to tranport XI config from DEV to QAS or PRD

    Dear Sir,
    We would like to know How to tranport XI config from DEV to QAS or PRD
    Thank you and best regards,
    Vimol

    Hi,
    Check some links on transporting Objects.
    Transporting IR,ID Objects using File System
    http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/5e56006c17e748a68bb3843ed5aab8/frameset.htm
    How to handle SLD for Tranporting Dev to Quality ser
    https://service.sap.com/~sapdownload/011000358700001684302005E/HowToSLDandXI.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0fa2c490-0201-0010-61b4-df12869c4753
    Transporting XI from DEV to QA
    Transporting XI from DEV to QA
    using CMS system. in XI
    1. /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    2. /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    3. /people/sap.india5/blog/2005/11/28/xi-software-logistics-solution-iii-cms
    4. /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi --> Overview of Transition from Dev to QA in XI
    5. /people/sravya.talanki2/blog/2005/12/20/inconsistencies-while-transporting-rfc-objects-from-dev-to-qa-150-sp12
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d644808
    http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/content.htm --> Transporting XI Objects
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/a21e3e0987760be10000000a114084/content  .htm --> Configuring Groups and Transport Targets
    Look into this blog for how to export / improt IR and ID objects,
    /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Please go through these links which actualy show you how to configure CMS and also gives you all information regarding it.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/43f5d790-0201-0010-2984-ff72d822b109
    http://help.sap.com/saphelp_nw04/helpdata/en/de/a4214174abef23e10000000a155106/content.htm
    /people/daniel.wirbser/blog/2005/10/27/tcsfilecreateexception--error-while-assembly-of-software-components-in-nwdi
    http://help.sap.com/saphelp_nw04/helpdata/en/f6/719a2172f74b67b150612a7cd3b7df/content.htm
    http://www.sap-hefte.de/download/dateien/964/074_lesesprobe.pdf
    Here are some blogs.
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Re: Moving project from Dev to QA
    Error while exporting/transporting the Business system from Dev to Quality
    Transporting the scenario frm Dev Server to PRD Server
    transporting data from Dev to quality  using CMS
    Regards,
    Phani
    Reward points if Helpful

  • Error Message - Reference number of a document from Back Error

    Hi,
    I created proforma invoice but it is not transferred to GTS. I tried to transfer manually, status shows it is released but there is an error at the top saying 'Reference number of a document from Back Error'. When I checked it in GTS, there is no custom document for proforma invoice. I checked configuration in ECC as well as GTS regarding activation of BADis, document types etc. everything looks fine. Can you please help me where to look at it and get it solved?
    Thanks in advance.

    Hi Manohar,
    Are you trying to create an Export Declaration?  If so, is this the first time, or has it worked ok previously but failed this time?
    In case it's the first time, have you made sure that:
    The Billing Type is set for transfer to GTS?
    The Billing Type is mapped in GTS?
    The Item Category is mapped in GTS?
    The proforma is actually an export (Shipping Point and Ship-to address not both in the EU)?
    Do you see any related entries in Transaction SM58?
    Do you see any related log entries in the GTS transfer log?
    Regards,
    Dave

  • [SOLVED]"The requested URL returned error: 407" while using pacman

    pacman worked fine until now. When I try to upgrade with
    pacman -Syu
    it returns what is written below even though internet works fine without problems(I'm posting from the same system using firefox)
    How can I get pacman working again?
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    error: failed retrieving file 'core.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    error: failed retrieving file 'core.db' from [url=ftp://ftp.jaist.ac.jp]ftp.jaist.ac.jp[/url] : The requested URL returned error: 407
    error: failed retrieving file 'core.db' from [url=ftp://ftp.jaist.ac.jp]ftp.jaist.ac.jp[/url] : The requested URL returned error: 407
    error: failed retrieving file 'core.db' from mirror.yongbok.net : The requested URL returned error: 407
    error: failed retrieving file 'core.db' from mirror.yongbok.net : The requested URL returned error: 407
    error: failed to update core (download library error)
    error: failed retrieving file 'extra.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    error: failed retrieving file 'extra.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    error: failed retrieving file 'extra.db' from [url=ftp://ftp.jaist.ac.jp]ftp.jaist.ac.jp[/url] : The requested URL returned error: 407
    error: failed retrieving file 'extra.db' from [url=ftp://ftp.jaist.ac.jp]ftp.jaist.ac.jp[/url] : The requested URL returned error: 407
    error: failed retrieving file 'extra.db' from mirror.yongbok.net : The requested URL returned error: 407
    error: failed retrieving file 'extra.db' from mirror.yongbok.net : The requested URL returned error: 407
    error: failed to update extra (download library error)
    error: failed retrieving file 'community.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    error: failed retrieving file 'community.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    error: failed retrieving file 'community.db' from [url=ftp://ftp.jaist.ac.jp]ftp.jaist.ac.jp[/url] : The requested URL returned error: 407
    error: failed retrieving file 'community.db' from [url=ftp://ftp.jaist.ac.jp]ftp.jaist.ac.jp[/url] : The requested URL returned error: 407
    error: failed retrieving file 'community.db' from mirror.yongbok.net : The requested URL returned error: 407
    error: failed retrieving file 'community.db' from mirror.yongbok.net : The requested URL returned error: 407
    error: failed to update community (download library error)
    error: failed retrieving file 'archlinuxfr.db' from repo.archlinux.fr : The requested URL returned error: 407
    error: failed to update archlinuxfr (download library error)
    error: failed to synchronize any databases
    error: failed to init transaction (download library error)
    Last edited by ebshankar (2012-02-19 08:08:59)

    hokasch wrote:
    What did you update? Are you using a proxy?
    You can try pacman -Syy --debug which will show the actual url it tries to access. When posting console output, please use the code tags.
    I tried to upgrade the system.
    I don't use a proxy. My isp uses authentication from the browser, when the browser is authenticated with the username and password, the whole system will be connected to the internet as long as the authentication page is open.
    Here is the output of "pacman -Syy --debug":
    debug: parseconfig: options pass
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: finish section '(null)'
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: arch: x86_64
    debug: config: SigLevel: Never
    debug: config: finish section 'options'
    debug: config: new section 'core'
    debug: config file /etc/pacman.conf, line 81: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'core'
    debug: config: new section 'extra'
    debug: config file /etc/pacman.conf, line 85: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'extra'
    debug: config: new section 'community'
    debug: config file /etc/pacman.conf, line 93: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'community'
    debug: config: new section 'archlinuxfr'
    debug: config: finish section 'archlinuxfr'
    debug: config: finished parsing /etc/pacman.conf
    debug: setup_libalpm called
    debug: option 'logfile' = /var/log/pacman.log
    debug: option 'gpgdir' = /etc/pacman.d/gnupg/
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: parseconfig: repo pass
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: finish section '(null)'
    debug: config: new section 'options'
    debug: config: finish section 'options'
    debug: config: new section 'core'
    debug: config file /etc/pacman.conf, line 81: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'core'
    debug: registering sync database 'core'
    debug: database path for tree core set to /var/lib/pacman/sync/core.db
    debug: adding new server URL to database 'core': ftp://mirror.cse.iitk.ac.in/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://mirror.cse.iitk.ac.in/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/core/os/x86_64
    debug: adding new server URL to database 'core': ftp://mirror.yongbok.net/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://mirror.yongbok.net/archlinux/core/os/x86_64
    debug: config: new section 'extra'
    debug: config file /etc/pacman.conf, line 85: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'extra'
    debug: registering sync database 'extra'
    debug: database path for tree extra set to /var/lib/pacman/sync/extra.db
    debug: adding new server URL to database 'extra': ftp://mirror.cse.iitk.ac.in/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://mirror.cse.iitk.ac.in/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': ftp://mirror.yongbok.net/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://mirror.yongbok.net/archlinux/extra/os/x86_64
    debug: config: new section 'community'
    debug: config file /etc/pacman.conf, line 93: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finish section 'community'
    debug: registering sync database 'community'
    debug: database path for tree community set to /var/lib/pacman/sync/community.db
    debug: adding new server URL to database 'community': ftp://mirror.cse.iitk.ac.in/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://mirror.cse.iitk.ac.in/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/community/os/x86_64
    debug: adding new server URL to database 'community': ftp://mirror.yongbok.net/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://mirror.yongbok.net/archlinux/community/os/x86_64
    debug: config: new section 'archlinuxfr'
    debug: config: finish section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: database path for tree archlinuxfr set to /var/lib/pacman/sync/archlinuxfr.db
    debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/x86_64
    debug: config: finished parsing /etc/pacman.conf
    :: Synchronizing package databases...
    debug: url: ftp://mirror.cse.iitk.ac.in/archlinux/core/os/x86_64/core.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'core.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    debug: url: http://mirror.cse.iitk.ac.in/archlinux/core/os/x86_64/core.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'core.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    debug: url: ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/core/os/x86_64/core.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'core.db' from ftp.jaist.ac.jp : The requested URL returned error: 407
    debug: url: http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/core/os/x86_64/core.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'core.db' from ftp.jaist.ac.jp : The requested URL returned error: 407
    debug: url: ftp://mirror.yongbok.net/archlinux/core/os/x86_64/core.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'core.db' from mirror.yongbok.net : The requested URL returned error: 407
    debug: url: http://mirror.yongbok.net/archlinux/core/os/x86_64/core.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'core.db' from mirror.yongbok.net : The requested URL returned error: 407
    debug: failed to sync db: download library error
    error: failed to update core (download library error)
    debug: url: ftp://mirror.cse.iitk.ac.in/archlinux/extra/os/x86_64/extra.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/extra.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'extra.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    debug: url: http://mirror.cse.iitk.ac.in/archlinux/extra/os/x86_64/extra.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/extra.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'extra.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    debug: url: ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/extra/os/x86_64/extra.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/extra.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'extra.db' from ftp.jaist.ac.jp : The requested URL returned error: 407
    debug: url: http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/extra/os/x86_64/extra.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/extra.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'extra.db' from ftp.jaist.ac.jp : The requested URL returned error: 407
    debug: url: ftp://mirror.yongbok.net/archlinux/extra/os/x86_64/extra.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/extra.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'extra.db' from mirror.yongbok.net : The requested URL returned error: 407
    debug: url: http://mirror.yongbok.net/archlinux/extra/os/x86_64/extra.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/extra.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'extra.db' from mirror.yongbok.net : The requested URL returned error: 407
    debug: failed to sync db: download library error
    error: failed to update extra (download library error)
    debug: url: ftp://mirror.cse.iitk.ac.in/archlinux/community/os/x86_64/community.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'community.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    debug: url: http://mirror.cse.iitk.ac.in/archlinux/community/os/x86_64/community.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'community.db' from mirror.cse.iitk.ac.in : The requested URL returned error: 403
    debug: url: ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/community/os/x86_64/community.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'community.db' from ftp.jaist.ac.jp : The requested URL returned error: 407
    debug: url: http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/community/os/x86_64/community.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'community.db' from ftp.jaist.ac.jp : The requested URL returned error: 407
    debug: url: ftp://mirror.yongbok.net/archlinux/community/os/x86_64/community.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'community.db' from mirror.yongbok.net : The requested URL returned error: 407
    debug: url: http://mirror.yongbok.net/archlinux/community/os/x86_64/community.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'community.db' from mirror.yongbok.net : The requested URL returned error: 407
    debug: failed to sync db: download library error
    error: failed to update community (download library error)
    debug: url: http://repo.archlinux.fr/x86_64/archlinuxfr.db
    debug: maxsize: 26214400
    debug: opened tempfile for download: /var/lib/pacman/sync/archlinuxfr.db.part (wb)
    debug: curl returned error 22 from transfer
    error: failed retrieving file 'archlinuxfr.db' from repo.archlinux.fr : The requested URL returned error: 407
    debug: failed to sync db: download library error
    error: failed to update archlinuxfr (download library error)
    error: failed to synchronize any databases
    error: failed to init transaction (download library error)
    debug: unregistering database 'local'
    debug: unregistering database 'core'
    debug: unregistering database 'extra'
    debug: unregistering database 'community'
    debug: unregistering database 'archlinuxfr'
    Last edited by ebshankar (2012-02-18 14:18:30)

  • REMOVING IPSEC VPN CONFIG FROM PIX 6.3 FIREWALL

    Hey,
    we have pix 6.3 serving as internet firewall and we are int process of replacing it with new ASA Device. currently there are several site to site and remote vpn are configured for access purposes. 
    i tried to remove one site2site ipsec vpn from pix and it starts acting like a loop generating the same error with qty that processor got 100% CPU, couldn't logged in through normal ssh so i connected via console and place back the isakmp and crypto map commands back in and the error stops.
    My purpose of this question is that how can i remove vpn config from pix without generating any error is there any formal process or order of removing rules from pix or we can do it one by one no order is required.
    MY PROCESS OF REMOVING CONFIG:
    REMOVE THE ACCESS-LIST INSIDEOUT AND OUTSIDE IN COMMANDS 
    REMOVE THE OBJECTS AND OBJECTS GROUPS
    REMOVE THE VPN DEFINED ACCESS-LIST FOR INTERESTING TRAFFIC
    REMOVE CRYPTO MAP TRANSFORM-SET
    REMOVE ISAKMP-POLICY
    REMOVE CRYPTO MAP 
    WE DO USE ISAKMP SHARED KAY MECHANISM "I DID NOT REMOVE THAT "
    BUT AS SOON AS I REMOVE THE CRYPTO MAP FROM THE PIX I GOT THIS ERROR
    IPSEC(crypto_map_check): crypto map XYZ 20 incomplete.  No peer or access-list specified.
    20 IS THE ISAKMP POLICY NUMBER & Peer and Access-list was removed from pix
    any help would great
    regards

    Hi
    You could do either of 2 things.
    1) Enable NAT-Traversal on your ASA
    2) Add the following on your pix :
    fixup protocol esp-ike
    This allows one IPSEC connection to run through PAT.
    HTH
    Jon

  • WCS Refresh Config from Controller Fails

    Have been able to refresh config from controller successfully in the past, but now it only works on 1 of 4 controllers. Receive error "Failed (see logs)". Any idea why this would fail, and/or where I can find these logs? All controllers are reachable.

    For what it's worth, it is generally recommended that the WCS be at a MORE recent or same revision level (in terms of date, not version numbering, per se) as the controllers.
    Have you upgraded the controllers prior to the WCS? It is my understanding that upgrading in the wrong order (i.e.: Upgrading the WLC/WiSM before the WCS is upgraded) might cause problems.
    Just a thought.
    - John

Maybe you are looking for

  • CS4 v4.2.1 Running Slow in Multicam session

    All, Wanted to pass this along.  I experienced very slow performance with mulitcam editing after upgrading to 4.2.1.  I had three streams of HD video (1 AVHCD, 2 .mt2 files) in a multicam editing session.  In the multicam monitor, the video would pla

  • Why can i not obtain the same zoom levels in googlemaps as i do on chrome

    I use both Firefox and google chrome browsers for varying reasons..when i use googlemaps in Firefox it will only let me zoom in to a level of 18 before i get a default message about not being able to zoom in to a deeper level However.....on the very

  • CS6:  Adobe Help Manager - PDF download/extraction error

    Hi - we have received several reports through this forum that some users are encountering an issue when downloading Help reference PDFs through the Adobe Help Manager in CS6.  Problem: Although the application appears to be downloading the Help conte

  • Correcting pixel aspect ratio with Publish settings

    Same old, I know. I'm designing and producing a Flash site using a Mac, but it will be viewed on a large touchscreen (1366x768) driven by a PC. The vectors look fine when going from the Mac 1.1 pixel aspect ratio to the Windows 1.0 display, but the p

  • Acrobat X Pro (Re-)Installation failed

    Hi, I´m Frank My System is OSX 10.7.5, i have the CS6 Master Collection. My Problem:Acrobat X Pro was crashing at starting ("An error occurred during activation/deactivation/repair. (Major error code 50030, minor error code 71521, system error code 1