Ncmpcpp-git Visualizer Fail

The visualizer on my ncmpcpp-git is not working. I have the deps installed, according to the aur page. (ncurses + libmpdclient, right?)
Here are my confs:
~/.ncmpcpp/config
## this is example configuration file, copy it to ##
## ~/.ncmpcpp/config and set up your preferences ##
##### connection settings #####
## set it in order to make tag editor and renaming files work properly
#mpd_host = "localhost"
#mpd_port = "6600"
mpd_music_dir = "/media/Scott/Music/"
mpd_connection_timeout = "5"
mpd_crossfade_time = "1"
##### delays #####
## delay after playlist highlighting will be disabled (0 = don't disable)
playlist_disable_highlight_delay = "0"
## defines how long various messages are supposed to be visible
#message_delay_time = "4"
##### song format #####
## for song format you can use:
## %l - length
## %f - short filename
## %F - full filename
## %a - artist
## %t - title
## %b - album
## %y - year
## %n - track number
## %g - genre
## %c - composer
## %p - performer
## %d - disc
## %C - comment
## %r - begin right align
## you can also put them in { } and then it will be displayed
## only if all requested values are available and/or define alternate
## value with { }|{ } eg. {%a - %t}|{%f}
## text can also have different color than the main window has,
## eg. if you want length to be green, write $3%l$9
## available values:
## - 0 - default window color
## - 1 - black
## - 2 - red
## - 4 - green
## - 4 - yellow
## - 5 - blue
## - 6 - magenta
## - 7 - cyan
## - 8 - white
## - 9 - end of current color
## Note: colors can be nested.
song_list_format = "{$8(%l)$9 }{%a - }{%t}|{$8%f$9}"
song_library_format = "{%n - }{%t}|{%f}"
media_library_album_format = "{(%y) }%b"
tag_editor_album_format = "{(%y) }%b"
browser_playlist_prefix = "$7playlist$9 "
selected_item_prefix = "$8"
selected_item_suffix = "$9"
## colors are not supported for below veriables
#song_status_format = "{(%l) }{%a - }{%t}|{%f}"
#song_window_title_format = "{%a - }{%t}|{%f}"
##### columns settings #####
## syntax of song columns list format is "column column etc."
## - syntax for each column is:
## (width of column in %)[column's color]{displayed tag}
## - color is optional (if you want the default one, type [])
song_columns_list_format = "(6)[white]{l} (15)[blue]{a} (35)[white]{b} (53)[blue]{t}"
##### various settings #####
playlist_display_mode = "columns"
browser_display_mode = "columns"
#search_engine_display_mode = "classic" (classic/columns)
incremental_seeking = "yes"
#seek_time = "1"
autocenter_mode = "yes"
#repeat_one_mode = "no"
#default_place_to_search_in = "database" (database/playlist)
#media_library_left_column = "a" (possible values: a,y,g,c,p, legend above)
#default_find_mode = "wrapped" (wrapped/normal)
#default_space_mode = "add" (add/select)
#default_tag_editor_left_col = "albums" (albums/dirs)
#default_tag_editor_pattern = "%n - %t"
header_visibility = "yes"
statusbar_visibility = "yes"
fancy_scrolling = "yes"
follow_now_playing_lyrics = "yes"
#ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
display_screens_numbers_on_start = "yes"
#clock_display_seconds = "no"
## Note: If below is enabled, ncmpcpp will ignore leading
## "The" word while sorting items in browser, tags in
## media library, etc.
ignore_leading_the = "yes"
#enable_window_title = "yes"
##### lyrics support #####
## supported lyrics databases:
- 1 - lyricwiki.org
- 2 - lyricsplugin.com
lyrics_database = "1"
##### colors definitions #####
colors_enabled = "yes"
empty_tag_color = "white"
header_window_color = "white"
volume_color = "white"
state_line_color = "blue"
state_flags_color = "blue"
main_window_color = "blue"
color1 = "blue"
color2 = "cyan"
main_window_highlight_color = "white"
progressbar_color = "blue"
statusbar_color = "white"
active_column_color = "white"
window_border_color = "white"
active_window_border = "magenta"
#visualizer_fifo_path = "/tmp/mpd.fifo"
#visualizer_output_name = "FIFO"
#visualizer_sync_interval = "1"
#visualizer_type = "wave" (spectrum/wave)
#visualizer_type = "spectrum" (spectrum/wave)
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "FIFO"
visualizer_sync_interval = "30"
visualizer_type = "spectrum" #(spectrum/wave)
/etc/mpd.conf (which is same as ~/.mpd/mpd.conf)
music_directory "/media/Scott/Music"
playlist_directory "/home/realeyes/.mpd/playlists"
db_file "/home/realeyes/.mpd/mpd.db"
log_file "/home/realeyes/.mpd/mpd.log"
pid_file "/home/realeyes/.mpd/mpd.pid"
state_file "/home/realeyes/.mpd/mpdstate"
#sticker_file "/home/wintervenom/.config/mpd/mpd.sticker.db"
bind_to_address "127.0.0.1"
auto_update "yes"
save_absolute_paths_in_playlists "yes"
zeroconf_enabled "no"
gapless_mp3_playback "yes"
replaygain "track"
replaygain_preamp "1"
volume_normalization "yes"
#audio_buffer_size "8192"
#buffer_before_play "100%"
max_playlist_length "300000"
#max_command_list_size "2048"
max_output_buffer_size "16384"
input {
plugin "curl"
audio_output {
name "Normal"
type "alsa"
use_mmap "yes"
#audio_output {
# name "Headphones"
# type "alsa"
# use_mmap "yes"
# device "headphones"
#audio_output {
# type "httpd"
# name "MPD"
# encoder "vorbis"
# port "7000"
# quality "3.0"
# format "44100:16:2"
# max_clients "4"
audio_output {
type "fifo"
name "FIFO"
path "/tmp/mpd.fifo"
format "44100:16:2"
Any and all help is much appreciated!

Montague wrote:
Hmm... Let's see if I can help out here... Here are the two audio outputs I have in my /etc/mpd.conf
audio_output {
type "alsa"
name "My ALSA Device"
format "44100:16:2" # optional
mixer_type "software" # optional
audio_output {
type "fifo"
name "my_fifo"
host "localhost"
path "/tmp/mpd.fifo"
format "44100:16:2"
And in my ~/.ncmpcpp/config I have
visualizer_in_stereo = "yes"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_type = "spectrum"
Don't know if the above will help you sort it out, report back!
And also: do you have fftw installed?
I have fftw installed for sure.
I thought that adding "localhost" or "127.0.0.1" would help, but still the same result. Fail.
/etc/mpd.conf
audio_output {
type "alsa"
name "My ALSA Device"
format "44100:16:2" # optional
mixer_type "software" # optional
~/.ncmpcpp/config
## this is example configuration file, copy it to ##
## ~/.ncmpcpp/config and set up your preferences ##
##### connection settings #####
## set it in order to make tag editor and renaming files work properly
#mpd_host = "localhost"
#mpd_port = "6600"
mpd_music_dir = "/media/Scott/Music/"
mpd_connection_timeout = "5"
#mpd_crossfade_time = "1"
##### delays #####
## delay after playlist highlighting will be disabled (0 = don't disable)
playlist_disable_highlight_delay = "0"
## defines how long various messages are supposed to be visible
#message_delay_time = "4"
##### song format #####
## for song format you can use:
## %l - length
## %f - short filename
## %F - full filename
## %a - artist
## %t - title
## %b - album
## %y - year
## %n - track number
## %g - genre
## %c - composer
## %p - performer
## %d - disc
## %C - comment
## %r - begin right align
## you can also put them in { } and then it will be displayed
## only if all requested values are available and/or define alternate
## value with { }|{ } eg. {%a - %t}|{%f}
## text can also have different color than the main window has,
## eg. if you want length to be green, write $3%l$9
## available values:
## - 0 - default window color
## - 1 - black
## - 2 - red
## - 4 - green
## - 4 - yellow
## - 5 - blue
## - 6 - magenta
## - 7 - cyan
## - 8 - white
## - 9 - end of current color
## Note: colors can be nested.
song_list_format = "{$8(%l)$9 }{%a - }{%t}|{$8%f$9}"
song_library_format = "{%n - }{%t}|{%f}"
media_library_album_format = "{(%y) }%b"
tag_editor_album_format = "{(%y) }%b"
browser_playlist_prefix = "$7playlist$9 "
selected_item_prefix = "$8"
selected_item_suffix = "$9"
## colors are not supported for below veriables
#song_status_format = "{(%l) }{%a - }{%t}|{%f}"
#song_window_title_format = "{%a - }{%t}|{%f}"
##### columns settings #####
## syntax of song columns list format is "column column etc."
## - syntax for each column is:
## (width of column in %)[column's color]{displayed tag}
## - color is optional (if you want the default one, type [])
song_columns_list_format = "(6)[white]{l} (15)[blue]{a} (35)[white]{b} (53)[blue]{t}"
##### various settings #####
playlist_display_mode = "columns"
browser_display_mode = "columns"
#search_engine_display_mode = "classic" (classic/columns)
incremental_seeking = "yes"
#seek_time = "1"
autocenter_mode = "yes"
#repeat_one_mode = "no"
#default_place_to_search_in = "database" (database/playlist)
#media_library_left_column = "a" (possible values: a,y,g,c,p, legend above)
#default_find_mode = "wrapped" (wrapped/normal)
#default_space_mode = "add" (add/select)
#default_tag_editor_left_col = "albums" (albums/dirs)
#default_tag_editor_pattern = "%n - %t"
header_visibility = "yes"
statusbar_visibility = "yes"
fancy_scrolling = "yes"
follow_now_playing_lyrics = "yes"
#ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
display_screens_numbers_on_start = "yes"
#clock_display_seconds = "no"
## Note: If below is enabled, ncmpcpp will ignore leading
## "The" word while sorting items in browser, tags in
## media library, etc.
ignore_leading_the = "yes"
#enable_window_title = "yes"
##### lyrics support #####
## supported lyrics databases:
- 1 - lyricwiki.org
- 2 - lyricsplugin.com
lyrics_database = "1"
##### colors definitions #####
colors_enabled = "yes"
empty_tag_color = "white"
header_window_color = "white"
volume_color = "white"
state_line_color = "blue"
state_flags_color = "blue"
main_window_color = "blue"
color1 = "blue"
color2 = "cyan"
main_window_highlight_color = "white"
progressbar_color = "blue"
statusbar_color = "white"
active_column_color = "white"
window_border_color = "white"
active_window_border = "magenta"
#visualizer_fifo_path = "/tmp/mpd.fifo"
#visualizer_output_name = "FIFO"
#visualizer_sync_interval = "1"
#visualizer_type = "wave" (spectrum/wave)
#visualizer_type = "spectrum" (spectrum/wave)
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "FIFO"
visualizer_sync_interval = "30"
visualizer_type = "spectrum" #(spectrum/wave)
Visualizer is just blank.
What else could it be?
Do I need mpd-git as well?

Similar Messages

  • [SOLVED[Ncmpcpp music visualizer]

    Hey.
    I've done few search on how to achieve that feature... but can't figure how to get it.
    I have set a path on mpd.conf with the "path" line, and on the ncmpcpp config with i set the path to it.
    What i am doing wrong?
    Last edited by YamiFrankc (2009-11-07 02:41:32)

    need to be using ncmpcpp-git
    //blue/0/~/ grep fifo .ncmpcpp/config
    ## need to use mpd fifo output, whose format parameter
    ## type "fifo"
    ## path "/tmp/mpd.fifo"
    #visualizer_fifo_path = ""
    visualizer_fifo_path = "/tmp/mpd.fifo"
    //blue/0/~/ grep fifo /etc/mpd.conf
    type "fifo"
    path "/tmp/mpd.fifo"
    //blue/0/~/ ls -l /tmp/mpd.fifo
    prw-r--r-- 1 patrick patrick 0 2009-11-06 16:14 /tmp/mpd.fifo
    make is so .
    Last edited by brisbin33 (2009-11-06 21:16:21)

  • [Solved] Ncmpcpp Visualizer Failed To Load (Blank)

    I've install ncmpcpp and mpd and I've followed each guide to enable visualization. Unfortunately I don't know what have cause it to failed to load.
    Everytime I hit '9' to reveal it, it just showing blank terminal..for your information all of my songs just played fine.
    I used config from one of our member via this thread. here is my .ncmpcpp/config:
    ##### connection settings #####
    mpd_host = "localhost"
    mpd_port = "6600"
    mpd_music_dir = "/home/drfreddy/Music"
    mpd_connection_timeout = "5"
    mpd_crossfade_time = "1"
    mpd_communication_mode = "notifications" (polling/notifications)
    visualizer_fifo_path = "/tmp/mpd.fifo"
    visualizer_output_name = "my_fifo"
    visualizer_sync_interval = "1"
    visualizer_type = "wave" (spectrum/wave)
    system_encoding = "utf-8"
    ##### delays #####
    playlist_disable_highlight_delay = "5"
    message_delay_time = "4"
    # Playlist
    song_columns_list_format = "(7f)[cyan]{l} (25)[blue]{a} (40)[red]{t|f} (30)[magenta]{b}"
    song_list_format = "{$3[%l]$9} {$5%a$9} - {$2%t$9} - {$6%f$9}"
    now_playing_prefix = "$b$1» "
    now_playing_suffix = "$/b"
    playlist_display_mode = "columns" (classic/columns)
    autocenter_mode = "yes"
    centered_cursor = "yes"
    cyclic_scrolling = "yes"
    mouse_list_scroll_whole_page = "no"
    # # Bars
    song_status_format = "{%a - }{%t - }{%b}"
    progressbar_look = "─╼ "
    titles_visibility = "no"
    header_visibility = "no"
    statusbar_visibility = "yes"
    # Browser
    browser_playlist_prefix = "$2plist »$9 "
    browser_display_mode = "classic" (classic/columns)
    # Colors
    discard_colors_if_item_is_selected = "yes"
    header_window_color = "default"
    volume_color = "cyan"
    state_line_color = "white"
    state_flags_color = "green"
    main_window_color = "default"
    color1 = "cyan"
    color2 = "black"
    main_window_highlight_color = "red"
    progressbar_color = "cyan"
    statusbar_color = "white"
    active_column_color = "red"
    visualizer_color = "cyan"
    # Others
    song_window_title_format = "MPD: {%a > }{%t}|{%f}"
    search_engine_display_mode = "columns" (classic/columns)
    follow_now_playing_lyrics = "yes"
    display_screens_numbers_on_start = "no"
    user_interface = "alternative" (classic/alternative)
    And here is my .mpdconf:
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "/home/drfreddy/Music/"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "~/.mpd/playlists"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "~/.mpd/database"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    #log_file "~/.mpd/log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    #pid_file "~/.mpd/pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    #state_file "~/.mpd/state"
    # The location of the sticker database. This is a database which
    # manages dynamic information attached to songs.
    #sticker_file "~/.mpd/sticker.sql"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "drfreddy"
    # This setting specifies the group that MPD will run as. If not specified
    # primary group of user specified with "user" setting will be used (if set).
    # This is useful if MPD needs to be a member of group such as "audio" to
    # have permission to use sound card.
    #group "nogroup"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    gapless_mp3_playback "yes"
    # Setting "restore_paused" to "yes" puts MPD into pause mode instead
    # of starting playback after startup.
    #restore_paused "no"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. The complete list of possible values can be
    # found in the mpd.conf man page.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # This setting enables automatic update of MPD's database when files in
    # music_directory are changed.
    auto_update "yes"
    # Limit the depth of the directories being watched, 0 means only watch
    # the music directory itself. There is no limit by default.
    #auto_update_depth "3"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "Beats by Dr. Freddy"
    device "hw:0,0" # optional
    format "44100:16:2" # optional
    mixer_type "software" # optional
    mixer_device "default" # optional
    mixer_control "PCM" # optional
    mixer_index "0" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## url "http://example.com" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    ## mixer_type "software" # optional
    # An example of a recorder output:
    #audio_output {
    # type "recorder"
    # name "My recorder"
    # encoder "vorbis" # optional, vorbis or lame
    # path "/var/lib/mpd/recorder/mpd.ogg"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    # bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # max_clients "0" # optional 0=no limit
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # mixer_type "none" # optional
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "off", "album" or "track". See <http://www.replaygain.org>
    # for more details. This setting is off by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Client TCP keep alive #######################################################
    # For clients connected by TCP on supported platforms.
    # Allows detection of dangling connections due to clients disappearing from
    # the network without closing their connections.
    # This is not usually necessary but can be useful in cases such as wifi connectected
    # clients that go in and out of network range or turn off wifi without closing their
    # connections. Combined with low max_connections this can soon cause clients to not
    # be able to connect.
    # Enable tcp keepalive on new client connections (default is "no")
    #tcp_keep_alive "no"
    # Time in seconds since the last communication on the connection and before
    # the keepalive probing is started. (default is 7200 seconds)
    #tcp_keep_alive_idle "7200"
    # Interval in seconds between keepalive probes, once a probe started.
    # (default is 75 seconds)
    #tcp_keep_alive_interval "75"
    # Number of failed probes before the connection is pronounced dead and
    # the connection is closed. (default is 9 times)
    #tcp_keep_alive_count "9"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    # SIDPlay decoder #############################################################
    # songlength_database:
    # Location of your songlengths file, as distributed with the HVSC.
    # The sidplay plugin checks this for matching MD5 fingerprints.
    # See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
    # default_songlength:
    # This is the default playing time in seconds for songs not in the
    # songlength database, or in case you're not using a database.
    # A value of 0 means play indefinitely.
    # filter:
    # Turns the SID filter emulation on or off.
    #decoder {
    # plugin "sidplay"
    # songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
    # default_songlength "120"
    # filter "true"
    audio_output {
    type "fifo"
    name "my_fifo"
    path "/tmp/mpd.fifo"
    Can somebody tell me how to enable the visualization? Am I missing something?
    Last edited by Archer1X (2013-02-07 10:48:34)

    Nevermind..got it working after configured that I have to put this line in .ncmpcpp/config:
    visualizer_look = "+|"
    Anybody have a better look for the visualizer?
    I also have tried several figures like "=="..hmm..kinda like it..
    Last edited by Archer1X (2013-02-07 10:49:13)

  • [SOLVED] makepkg git clone fails (firewalled), how to use https

    At my new employer git(hub) traffic has been blocked so I am unable to clone a repo with "git clone git://someurl/..." but I can clone via https "git clone https://someurl/..."
    However, makepkg uses the former and fails with the following error:
    Cloning into bare repository '/tmp/cower-git/cower' ...
    fatal: unable to connect to github.com:
    github.com[0: 192.30.252.130]: errno=Connection refused
    Can I configure makepkg to use https cloning?  I can edit makepkg itself, but this seems far from ideal.
    For the time being, I just cd'ed into 'src' and manually cloned via https, then backed out and used 'makepkg -ei'.  So I now have cower up and running, but this is a bit tedius to do for all git packages.

    Change it how?  I tried changing it to "https://github..." but then makepkg didn't treat it as a git repo and just downloaded the webpage.
    EDIT: nevermind, I'm an idiot:
    source=("git+https://github/...")
    I know I had done this before, but I wasn't finding it when I needed it.  Thanks.
      - Trilby: Moderator and Noob!

  • [solved] glib-git build fails with gdbus-codegen/python error

    Has anyone succeeded to install glib-git lately? For me, the build fails with the following error:
    Making all in tests
    make[4]: Entering directory `/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio/tests'
    GEN gdbus-test-codegen-generated.c
    Traceback (most recent call last):
    File "../../gio/gdbus-codegen/codegen_main.py", line 200, in <module>
    codegen_main()
    File "../../gio/gdbus-codegen/codegen_main.py", line 171, in codegen_main
    parsed_ifaces = parser.parse_dbus_xml(xml_data)
    File "/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio/gdbus-codegen/parser.py", line 289, in parse_dbus_xml
    parser = DBusXMLParser(xml_data)
    File "/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio/gdbus-codegen/parser.py", line 57, in __init__
    self._parser.Parse(xml_data)
    File "/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio/gdbus-codegen/parser.py", line 155, in handle_start_element
    if attrs.has_key('name') and self.doc_comment_last_symbol == attrs['name']:
    AttributeError: 'dict' object has no attribute 'has_key'
    make[4]: *** [gdbus-test-codegen-generated.c] Error 1
    make[4]: Leaving directory `/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio/tests'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/clyde-carlos/glib-git/glib-git/src/glib-build'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    It is not the PKGBUILD's fault, apparently, as the same error occurs when I autogen-configure-make manually. So is there something wrong with my system, the python setup maybe? (I tried manually replacing "python" by "python2.7" in the Makefile – no success.) Or is it an upstream bug, maybe related to this bug? Is there anything I can do?
    Sorry if the answer is obvious, but I really do not feel like I understand this python stuff properly. Also, sorry for duplicating my AUR comments – it was only today that I figured I might get more response in the forum.
    Last edited by Franek (2011-08-23 13:33:23)

    Don't panic, I don't. Just did not have time before now.
    EDIT: Done. I am still throwing in the towel, though. I was trying to make a gtkmm-git PKGBUILD, because I need the latest gtkmm for development. However for gtkmm-git I needed gtk-git, for which I needed glib-git and pango-git. I successfully (at least it appears so) managed to install glib-git and pango-git, but now I get a linker error with gtk-git and will not spend another day looking for its source. I will just wait until gtkmm-3.1 is released.
    EDIT 2: Alright, it appears there must have been something wrong with my "successfull" installs as well, as I just started a gtk app (Balsa) and it did not have any font, just rectangles for letters. Replacing glib-git and pango-git with their stable counterparts turned everything right again.
    Last edited by Franek (2011-08-23 20:46:47)

  • [SOLVED] vala-git build fails -- autoconf problems?

    My system is up to date as of today and I have the regular extra/vala 0.16.0-1 installed. When building aur/vala-git with yaourt I get this:
    ==> Starting build...
    Cloning into '/tmp/yaourt-tmp-herman/aur-vala-git/src/vala-build'...
    done.
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal -I m4
    autoreconf: configure.ac: tracing
    autoreconf: configure.ac: not using Libtool
    autoreconf: running: /usr/bin/autoconf
    configure.ac:25: error: possibly undefined macro: AC_DISABLE_STATIC
    If this token and others are legitimate, please use m4_pattern_allow.
    See the Autoconf documentation.
    configure.ac:26: error: possibly undefined macro: AC_PROG_LIBTOOL
    autoreconf: /usr/bin/autoconf failed with exit status: 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build vala-git.
    ==> Restart building vala-git ? [y/N]
    ==> ---------------------------------
    ==>
    ==> WARNING: Following packages have not been installed:
    vala-git
    The reason I want to install it is that cario-compmgr is also failing to build. Do I need to tweak some PKGBUILD settings or the .install here? These files seems fine. Appreciate your time.
    Solution: install the WHOLE base-devel package
    Last edited by hesse (2012-06-16 22:32:42)

    Don't panic, I don't. Just did not have time before now.
    EDIT: Done. I am still throwing in the towel, though. I was trying to make a gtkmm-git PKGBUILD, because I need the latest gtkmm for development. However for gtkmm-git I needed gtk-git, for which I needed glib-git and pango-git. I successfully (at least it appears so) managed to install glib-git and pango-git, but now I get a linker error with gtk-git and will not spend another day looking for its source. I will just wait until gtkmm-3.1 is released.
    EDIT 2: Alright, it appears there must have been something wrong with my "successfull" installs as well, as I just started a gtk app (Balsa) and it did not have any font, just rectangles for letters. Replacing glib-git and pango-git with their stable counterparts turned everything right again.
    Last edited by Franek (2011-08-23 20:46:47)

  • Git Deployment Failing

    One of our Azure websites that we've had setup for automatic Git deployment started failing to deploy today.  Log below.  Does anyone know how we can fix this?
    Command: "D:\home\site\deployments\tools\deploy.cmd"
    Handling .NET Web Site deployment.
    ASPNETCOMPILER : error 1003: The directory 'D:\src\Photometrics\' doesn't exist. [D:\home\site\repository\Photometrics.metaproj]
    Failed exitCode=1, command="D:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "D:\home\site\repository\Photometrics.sln" /verbosity:m /nologo
    An error has occurred during web site deployment.
    Handling .NET Web Site deployment.
    ASPNETCOMPILER : error 1003: The directory 'D:\src\Photometrics\' doesn't exist. [D:\home\site\repository\Photometrics.metaproj]
    Failed exitCode=1, command="D:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "D:\home\site\repository\Photometrics.sln" /verbosity:m /nologo
    An error has occurred during web site deployment.
    D:\Program Files (x86)\SiteExtensions\Kudu\43.40212.1385\bin\scripts\starter.cmd "D:\home\site\deployments\tools\deploy.cmd"

    Dummy website: throwaway20150213.azurewebsites.net.  I think you should be able to figure out which website it is from there.  If not, let me know.
    There's no .metaproj file, only Photometrics.sln.  The solution has one Website project (so no actual project file).  
    The physical path was set to "..\..\..\..\..\..\src\Photometrics\" which I just changed to ".\" since the solution is sitting in the website files.  This changed the deployment log slightly to the following:
    Handling .NET Web Site deployment. ASPNETCOMPILER : error ASPRUNTIME: The precompilation target directory (D:\home\site\repository\PrecompiledWeb\Photometrics\)
    cannot be in the same tree as the source application directory (D:\home\site\repository\). [D:\home\site\repository\Photometrics.metaproj] Failed exitCode=1, command="D:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "D:\home\site\repository\Photometrics.sln"
    /verbosity:m /nologo An error has occurred during web site deployment. d:\Program Files (x86)\SiteExtensions\Kudu\43.40212.1385\bin\scripts\starter.cmd "D:\home\site\deployments\tools\deploy.cmd"
    The deployment worked last Friday, but today it didn't off of the latest commit.  I even tried rerunning last Friday's deployment, but it failed as well.  The only things that changed in the repo were some XML and IES files that a Flash element
    on the page uses and some JavaScript files.  Nothing pertaining to source control files (e.g. .hgignore) or Visual Studio files (the only one being the Photometrics.sln).

  • Attempting to build libarchive from git but failing [SOLVED]

    Here is my draft PKGBUILD for libarchive-git:
    # Maintainer: graysky <graysky AT arcnlinux DOT us>
    pkgname=libarchive-git
    pkgver=20120804
    pkgrel=1
    pkgdesc="Library that can create and read several streaming archive formats. Git version."
    arch=('i686' 'x86_64')
    url="http://libarchive.googlecode.com/"
    license=('BSD')
    depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat' 'lrzip')
    makedepends=('git')
    provides=('libarchive')
    conflicts=('libarchive')
    _gitroot=https://github.com/libarchive/libarchive.git
    _gitname=libarchive
    build() {
    cd "$srcdir"
    msg "Connecting to GIT server...."
    if [[ -d "$_gitname" ]]; then
    cd "$_gitname" && git pull origin
    msg "The local files are updated."
    else
    git clone "$_gitroot" "$_gitname"
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting build..."
    rm -rf "$srcdir/$_gitname-build"
    git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
    cd "$srcdir/$_gitname-build"
    ./build/autogen.sh
    ./configure --prefix=/usr --without-xml2
    make
    package() {
    cd "$srcdir/$_gitname-build"
    make DESTDIR="$pkgdir" install
    install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
    # vim:set ts=2 sw=2 et:
    My build dies at the make step in the build function.  Build log on pastebin.  Love to hear suggestions from more advanced users.
    Thanks!
    EDIT: tried adding a --disable-acl to the configure step which does get further but still dies in errors:
    ./.libs/libarchive.a(archive_write_disk_posix.o): In function `_archive_write_disk_finish_entry':
    archive_write_disk_posix.c:(.text+0xfec): undefined reference to `archive_write_disk_set_acls'
    ./.libs/libarchive.a(archive_write_disk_posix.o): In function `_archive_write_disk_close':
    archive_write_disk_posix.c:(.text+0x273a): undefined reference to `archive_write_disk_set_acls'
    collect2: error: ld returned 1 exit status
    ./.libs/libarchive.a(archive_write_disk_posix.o): In function `_archive_write_disk_finish_entry':
    archive_write_disk_posix.c:(.text+0xfec): undefined reference to `archive_write_disk_set_acls'
    ./.libs/libarchive.a(archive_write_disk_posix.o): In function `_archive_write_disk_close':
    archive_write_disk_posix.c:(.text+0x273a): undefined reference to `archive_write_disk_set_acls'
    collect2: error: ld returned 1 exit status
    make[1]: *** [bsdcpio] Error 1
    make[1]: *** Waiting for unfinished jobs....
    make[1]: *** [bsdtar] Error 1
    make[1]: Leaving directory `/scratch/src/libarchive-build'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by graysky (2012-08-05 19:46:29)

    OK... upstream fixed.  https://groups.google.com/forum/#!topic … b_qTv6JEuo

  • BPM analytics visualization fails - Doesn't display Dashboard

    Hi all,
    we're running a 7.4 netweaver installation and are currently testing the bpm components. Everything works fine except the bpm analytics dashboard which simply didn't get displayed. When loading the page only the background and page title (on tab) appears. According to discussion Cannot access to BPM Analytics Dashboard i did every steps mentioned. My user has the appropriate rights, the baseurl is defined and the analytics sc is available and running.
    Could it be possible that something with UI5 doesnt work properly? As far as i know UI5 is installed by default on NW7.4, but perhaps something went wrong here.
    Thanks for your help,
    Maurice

    Hi Sid,
    find below a screenshot with the version of the base components, but i think they are correct.
    Due to the reason that nothing is displayed, i can't give you a concrete error message. I did inspect the site with the firefox web develop tool which gives me the following error:
         TypeError: sap.service is undefined
    Opening with other browsers also didn't solve the issue
    Could it be possible that something with the bpm analytics app is wrong? Has someone a working app and could provide the index.html file and/or the content of the resources folder?
    This would be awesome!
    Thanks, Maurice
    Edit:
    After clearing the cache i got a more detailed error description:

  • Using ALSA with MPD for the NCMPCPP VIsualizer?

    I've just finished setting up ncmpcpp with MPD, and it works great for playing my music and displaying it in the program. I really like the visualizer feature that comes with ncmpcpp, so I looked at the Wiki guide on activating it. On the wiki page, it uses 'mpd.fifo' to send data about the song file (I presume) to enable the visualization. By following the wiki page, I got the visualization working fine, but my audio was no longer working. According to XFCE's Audio Mixer program, I'm using ALSA. I don't really know what this means or why I can't get the visualization working, or if there's another package I could install to bridge the non-working ALSA with the working FIFO (in terms of ncmpcpp's visualizer). How can I enable the visualizations with ALSA?
    Thanks!
    Last edited by Zulfe (2015-01-27 08:44:26)

    th3voic3 wrote:Could you post your mpd.conf? Remember to put it in code tags.
    MPD
    music_directory "/home/damon/Music/"
    playlist_directory "/home/damon/.mpd/playlists"
    db_file "/home/damon/.mpd/mpd.db"
    log_file "/home/damon/.mpd/mpd.log"
    pid_file "/home/damon/.mpd/mpd.pid"
    state_file "/home/damon/.mpd/mpdstate"
    audio_output {
    type "alsa"
    name "My Audio"
    path "/tmp/mpd.alsa" #I just assumed that you could replace mpd.fifo with mpd.alsa to use ALSA with the visualizer
    format "44100:16:2"
    ncmpcpp
    mpd_music_dir = "/home/damon/Music/"
    mpd_connection_timeout = "5"
    mpd_crossfade_time = "5"
    playlist_disable_highlight_delay = "0"
    playlist_display_mode = "columns"
    browser_display_mode = "columns"
    incremental_seeking = "yes"
    autocenter_mode = "yes"
    header_visibility = "yes"
    statusbar_visibility = "yes"
    fancy_scrolling = "yes"
    follow_now_playing_lyrics = "yes"
    display_screens_numbers_on_start = "yes"
    ignore_leading_the = "yes"
    lyrics_database = "1"
    song_columns_list_format = "(10)[blue]{l} (30)[green]{a} (30)[magenta]{b} (50)[yellow]{t}"
    colors_enabled = "yes"
    main_window_color = "white"
    header_window_color = "cyan"
    volume_color = "red"
    progressbar_color = "cyan"
    statusbar_color = "white"
    color1 = "cyan"
    color2 = "cyan"
    active_column_color = "cyan"
    active_window_border = "blue"
    #visualizer stuff
    visualizer_fifo_path = "/tmp/mpd.alsa" #matching the directory configured in ~/.mpd/mpd.conf, visualizer_alsa_path is not a field
    visualizer_output_name = "My Audio"
    visualizer_sync_interval = "30"
    visualizer_in_stereo = "yes"
    #visualizer_type = "wave" (spectrum/wave)
    visualizer_type = "spectrum"
    frank604 wrote:I'm confused. First of all, how do you not know what you installed? Did you run an install script? Next is, did you get the visualization working? Post your ncmpcpp config.
    I know that I installed ncmpcpp and configured it to work with MPD. MPC is also active and managing my local database. I'm only unsure of what I've installed in terms of the ALSA audio driver. When I went through setting up my system, I downloaded all of the dependencies to get Arch up and running, and I therefore may have installed ALSA in the process when it was instead FIFO that I needed to make this work. The visualization worked fine when I set it up with mpd.fifo, but that cancelled out my audio. I could no longer hear my music. Config above.
    Last edited by Zulfe (2015-01-27 18:09:28)

  • I am having trouble with iTunes (possible Quartz Composer Visualizer problem) but have no idea how to fix it.

    I tried to use my iTunes but the icon didn't show up and instead I get a folder. The folder is titled TunesApp and in it is another folder called Contents. Contents contains: _CodeSignature, Frameworks, Info.plist, MacOS, PkgInfo, Resources, and version.plist. In the folder MacOS is my iTunes and I can use it, but I get this message:
    Last login: Sun Feb 24 13:13:15 on ttys000
    unknown705681bcc901:~ kathrynbarber$ /TunesApp/Contents/MacOS/iTunes ; exit;
    2013-02-24 13:13:20.988 The plugin 'Quartz Composer Visualizer' failed to load because it has the wrong CPU architecture for this version of iTunes. (3585)
    Version from driver for Certificates 1
    I can only use my iTunes as long as I keep the message open. When I close the message it tells me: "Closing this window will terminate the running processes: login, bash, iTunes." I have no idea what is going on with it as it was working not too long ago. I do not think I updated it recently but I could be wrong. Any help would be much appreciated.
    Thank you!

    Sounds like your computer is having additional issues.  I suggest taking it to your nearest Apple Store.

  • TFS Git 2013 Repo Corrupt

    Hi,
    We just migrated to TFS Git and our server version is 2013 Update 4. It, in turn, is using SQL Server 2012 SP1.
    One of our git repos has been corrupted somehow and we are trying to understand what happened. When we try to fetch or pull, we get this error:
    remote: Microsoft (R) Visual Studio (R) Team Foundation Server
    remote: Found invalid data while decoding.
    fatal: protocol error: bad pack header
    We are trying to work out what the cause of the problem is so it doesn't happen again. Can anyone point us in the right direction?
    Some additional information: We have Mac, Linux and Windows git clients using this repo. Also, we have binary files in the repo and we frequently use merges and pull requests. You can still do a git clone --depth=1 --single-branch and then do a git fetch
    --unshallow successfully on the all but one of the branches.
    Update: This seems to be related: https://social.msdn.microsoft.com/Forums/vstudio/en-US/648d24fd-53bd-40b4-b47b-2c0e9cd8f30c/tfs-20132-git-clone-fails?forum=tfsversioncontrol
    Thank you!
    Johannes

    Hi Johannes,
    From your scenario and error message,  you might run out of memory on the server which can be caused by the reasons below:
    A repository with lots of large files, which can cause re-packing to take a lot of memory.
    Limited virtual memory - either in general, or just for that account due to the
    ulimit setting
    And you can execute the git command on your server machine to get it resolved, the commands are:
    git config --global pack.windowMemory "100m"
    git config --global pack.packSizeLimit "100m"
    git config --global pack.threads "1"
    command You can refer to the links below for more information about the solution when get git repository udpate:
    http://stackoverflow.com/questions/7362709/git-pull-fails-with-bad-pack-header-error
    https://confluence.atlassian.com/display/FISHKB/Git+indexing+fails+due+to+bad+pack+header
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Quartz Composer Visualizer crash iTunes

    Hi All,
    iTunes 10.4 is failing to launch, I continually get an error which reads "iTunes quit unexpectedly".
    I ran  a trace on /var/log/system.log and the error being report at launch time reads:
    "The plugin 'Quartz Composer Visualizer' failed to load because it has the wrong CPU architecture for this version of iTunes. (3585)"
    Any idea what this is and why it would not be compatible with my Intel i7 proc.
    Many thanks in advance,
    Mitch

    I had the same error message and removed the 'Quartz Composer Visualizer' plug-in. iTunes seemed to load faster afterwards. Bt now the console gives me the error message that the 'Quartz Composer Visualizer' plug-in could not be found. So any way to remove references to the 'Quartz Composer Visualizer' in iTunes or a way to install a working version of the plug-in.

  • Error trying to build kernel26zen-git

    I get this message when i try to build kernel26zen-git.
    Failed... Your source tree might be broken. Run 'make mrproper' in src/zen-sources to clean it up
    However, I follow the instructions and run make mrproper in the zen-sources directory, re-run the kernel26zen package and still get the same error. Is there something I must do that I am not aware of to make it compile properly?  I had this kernel working once before. Thanks ahead of time.

    I no i just used the standard downloaded the package in AUR via yaourt, and let it run. I dont think it switched to the master branch.
    ==> Creating branch: v2.6.24-rc6-zen0...
    ==> Switching to branch: v2.6.24-rc6-zen0...
    Switched to branch "v2.6.24-rc6-zen0"
    ==> Generating commit ChangeLog...
    warning: refname 'v2.6.24-rc6-zen0' is ambiguous.
    ==> Testing if current kernel version is supported by this PKGBUILD...
    ==> Loading configuration...
    -> Running make menuconfig...

  • [INVALID] [pacman] error: call to waitpid failed (No child process)

    Hi.
    First of all I apologize for very unclear topic name but this problem clutter me.
    Description:
    I use Archlinux x86_64 on my several machines: two laptops and desktop. On desktop and one laptop I update system regularly and also use my custom builds of git, bzr, emacs, rxvt, tmux and others.
    Preliminary:
    After Sat update (2010-04-24) on my desktop I noticed that compiled Emacs (source taken from bzr repo) crashed just after start. I found the cause of error: new gcc (4.5.0) has broken '-O2' option (actually broken '-foptimize-sibling-calls' but accidentally '-O3' option works). Besides this annoyance my desktop system works fine.
    Main problem:
    But on my laptop (on which I traced down the problem with compiled Emacs) I faced with strange problems (I report about them only now because I didn't have time before).
    When I run 'sudo pacman -Su' to update my laptop system I sometimes see
    error: call to waitpid failed (No child process)
    I figured out that this message comes only if 'chrooting' is performed (pacman --debug).
    Also when I try to update local git repositories using 'git pull' I get the same error:
    error: waitpid for git-pull failed: No child process
    and the same for 'gc', 'rev-list', 'git-remote-http'. (I checked with newly compiled binary and distro's binary).
    Even simple python script 'sample.py' fails to run:
    #!/usr/bin/env python
    import os,string
    target = "sample.py"
    f = os.popen('file "%s" 2> /dev/null' % target)
    output = string.strip(f.read())
    rc = f.close()
    if not output or rc:
    print("Some error occurs")
    else:
    print("Result %s" % output)
    If I run it I get
    IOError: [Errno 10] No child process
    Except these error messages my laptop system works without noticeable errors.
    Could someone help me trace down the problem?
    P.S. I use zen kernel on this laptop (AUR: kernel26zen-git, stable) but I also checked this behavior on default kernel.
    EDIT:
    Sorry. My fault. Seems that this error is triggered by tmux . I tried git in sakura and didn't see any error messages.
    Sorry for the noise.
    EDIT2:
    For those who are interested in solution for this problem with tmux I found a thread about this behavior on sourceforge.net:
    http://sourceforge.net/mailarchive/foru … tmux-users
    Last edited by lomov_vl (2010-04-30 06:56:22)

    Hi, I found SAP note   1828028 - DBCON connection to remote HANA database cannot be established
    whic has below resolution:
    1
    Error code
    Reason
    ***LOG BY0=> invalid username or password:  [dbds         879]
    Invalid username/password maintained in connection parameters (to be edited via transaction DBCO)
    2)Hint: As the database connection between the SLT and the HANA system is based on DBCONNECT, you can also use report ADBC_TEST_CONNECTION in transaction SE38 for testing. SAP Note 1750722 describes this in detail.
    But our problem is SAP system is not up to run these solutions in GUI.
    Can someone help / provide SAP doc link for how to update DBCON at OS or HANA db level.
    Thank You

Maybe you are looking for