[Fail] - failed to connect stream: invalid argument? pulseaudio

I have pulseaudio installed and i am trying with gstreamer its always failing. But this works when i try with Fedora live cd or Ubuntu live cd. But Archlinux failing.
GOAL: (to make this work)
======
$ gst-launch pulsesrc device="alsa_input.pci-0000_00_1b.0.analog-stereo" ! alsasink device=hw:0,0
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: Failed to connect stream: Invalid argument
Additional debug info:
pulsesrc.c(1480): gst_pulsesrc_prepare (): /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0
Setting pipeline to NULL ...
Freeing pipeline ...
TRY 1:  fail
======
$ pulseaudio -k; pulseaudio --daemonize=no -vvvvvvvvv  ;
----- starts fine ---------
$ pacmd dump | grep alsa_input
set-source-volume alsa_input.pci-0000_00_1b.0.analog-stereo 0x8050
set-source-mute alsa_input.pci-0000_00_1b.0.analog-stereo no  <<< this one
suspend-source alsa_input.pci-0000_00_1b.0.analog-stereo yes
set-default-source alsa_input.pci-0000_00_1b.0.analog-stereo
; alsa works fine
$ alsactl init Found hardware: "HDA-Intel" "Intel CougarPoint HDMI" "HDA:10ec0892,10280527,00100302 HDA:80862805,58862805,00100000" "0x1028" "0x0527" Hardware is initialized using a generic method
TRY 2: fail
=====
if [ ! -d "/etc/asound.conf" ]; then
cat > /etc/asound.conf << \EOF
pcm.pulse {
  type pulse
ctl.pulse {
  type pulse
pcm.!default {
  type pulse
ctl.!default {
  type pulse
EOF
fi
or
pcm.!default {  type plug  slave.pcm {    type dmix   ipc_key 1024    slave {       pcm "hw:0,0"      rate 44100   } }}
TRY 3: fail
======
options snd-hda-intel model=auto
Help!

Hi Scott Fella,
Thanks for your answer.
When the problem appears, the version of the wlc was 6.0.182. We 've made upgrade to version 7.0.116.0 to try to resolve the problem, but the problem remains.
The 2 others WLC that is working fine, have the version 6.0.182.
There isn't any FW between the WLC's and WCS.
Best Regards,
Luis Matos

Similar Messages

  • Fails to open connection stream

    Ok, so have a page that works wonderfully where it currently sits (off the HTTP_ROOT).
    It includes the line:
    <?php require_once('/Connections/imaging101.php'); ?>
    I decided I wanted to move this page, along with a few others that are all "admin only" to an "admin" directory.  I moved the pages and DW automatically updated the above string to:
    <?php require_once('../Connections/imaging101.php'); ?>
    I expected this to work, but it does not... I constantly get the error:
    Warning: require_once(Connections/imaging101.php) [function.require-once]: failed to open stream:
    No such file or directory in
    /home/content/d/j/m/djmikewatt/html/sites/imaging101/includes/left_pane.php
    on line 1
    Fatal error: require_once() [function.require]: Failed opening required
    'Connections/imaging101.php' (include_path='.:/usr/local/php5/lib/php') in
    /home/content/d/j/m/djmikewatt/html/sites/imaging101/includes/left_pane.php
    on line 1
    I tried adjusting the string to things like:
    <?php require_once($_SERVER['HTTP_HOST'].'/Connections/imaging101.php'); ?>
    <?php require_once($_SERVER['DOCUMENT_ROOT'].'[path from root]/Connections/imaging101.php'); ?>
    None of this works. I don't know what is wrong.  If the page works off the root, and then is places one level deep ([root]/admin/) shouldn't simply adding the ".." in front of the path do the trick? (../Connections/imaging101.php)
    Am I missing something else here?

    Thread moved to Dreamweaver Application Development forum, which deals with server-side issues.
    The PHP include and require commands use document-relative paths or look for files in your PHP include_path. They do not understand links relative to the site root. It would appear that the previous location of your include file just happened to translate correctly to the location of the include file. Now that you have moved it, PHP can't find it.
    The reason $_SERVER['HTTP_HOST'] doesn't work is because most hosts turn off the inclusion of files through a URL. In fact, it's the default setting in PHP since 5.2.
    I don't know why  $_SERVER['DOCUMENT_ROOT'] doesn't work, but it's not supported on all servers, so that might be the problem.
    There are two simple ways to solve this problem:
    Use an absolute path, starting with /home/content/ etc.
    Use set_include_path() to add the folder where the file resides in your include_path.

  • Failed to retrieve data from the database/invalid argument provided when employing link between two web services datasources

    Post Author: vpost
    CA Forum: Data Connectivity and SQL
    I am trying to join information from two related web services within CR XI. I have successfully set up the web services as data sources have been able to get to the point where I get good data back. However, when I try to pull in certain fields, I get an error that says "Failed to retrieve data from the database/invalid argument provided". Here's the scenario:
    The web services are structured as follows:Web Service 1 (Artist) has attributes of Artist Name and Date of Birth.Web Service 2 (CD) has attributes of CD Title and Release Date. Underneath each CD are songs, each of which have a Song Title and Artist Name.
    I have defined both web services and defined a link between Artist.Artist Name and CD/Song.Artist Name. I am able to run a report with Song Title and Date of Birth that crosses web services. I am able to run another report with Song Title and CD Title that crosses the different levels in the second web service. However, if I add CD Title to the first report or Date of Birth to the second (both of which effectively force CR to employ the link between the two web services AND the CD/Song hierarchical structure in the second web service, I get the aforementioned error.
    Any assistance understanding how multiple web services can be linked in this manner would be greatly appreciated.
    Thanks in advance.

    Post Author: Mike Wright
    CA Forum: Data Connectivity and SQL
    Not sure about your exact situation, but having similar problem with another application and have tracked down to security. Added user to group Domain Admin and it works fine. It appears to be accessing a subdirectory which it does not have permission to use and then times out and returns the "invalid....". Seems that once the query just over a certain size (and I'm not sure what triggers this) it needs to make use of temparory file disk, intead of ram.
    I'm still trying to track down which temporary it's trying to uses - so if you have any ques.
    cheers

  • Report fails with " Invalid argument for database." error.

    Hi All,
    Several of my reports deployed on Crystal Reports Server 2008 server fails everyday with the following error.
    Error in File ~tmp121c5dc747685036.rpt: Invalid argument for database.
    The error is not consistent, if report A fails today, it is Report B the next day. When I reschedule the reports, they run just fine. They fail only when the daily schedules run at 2:00 AM in the morning. 100 + reports are run at this time and some of the reports that fail run many times with different parameters. Is this error due to scheduling reports many times or is it something else? Appreciate any help with this.
    Thanks
    Bin

    Hi,
    can you please check under <BOBJ installation directory>\BusinessObjects Enterprise 12.0\logging in the log files created by the crystal reports job server for additionaly error messages?
    Regards,
    Stratos
    PS: Do you run CRS 2008 V0 or V1?

  • How do I set the "When an OCSP server connection fails, treat the certificate as invalid" in Firefox for Android?

    Due to the security concerns from Heartbleed and Steve Gibson's excellent coverage on certification revocation, I have set "When an OCSP server connection fails, treat the certificate as invalid" on my desktop Firefox and now want to do the same on Firefox for Android. I cannot find anything in the settings menu to allow this. Is it done through about:config and if so, what is the setting name there?

    hello mcvickerp, in about:config you can switch the setting "security.OCSP.require" to true.

  • Compress fails with errno 22: Invalid argument

    Hi all,
    we have a problem with our compress run on ECC 6.0. Database Version is 10.2.0.2.0, brtools Patchlevel is 40. Everytime we try to compress the database it fails with the following error message:
    BR0278E Command output of 'C:\usr\sap\AKE\SYS\exe\uc\NTI386\brtools.exe -f compronly file G:\ORACLE\AKE\SAPDATA4\SR3_3\SR3.DATA3 13254008832 0':
    BR0252E Function fread() failed for 'G:\ORACLE\AKE\SAPDATA4\SR3_3\SR3.DATA3' at location only_compress-4
    BR0253E errno 22: Invalid argument
    Any help is greatly aprreciated!
    Regards,
    Michael

    Hi Michael,
    How do you make your backups (which options for brbackup? Using RMAN or 3rd party software via backint?). The "compress only" run is useful only if you use the O/S level storage utilities (cpio or dd) for the backup, so it might not even be necessary.
    Running the compress-only with BR tracing enabled might also shed some light on the error (SET BR_TRACE=15, see note 29321).
    Also, just in case, please do check the "Maximize Throughput for Network Applications" setting as per note 171085.
    Regards,
    Mark

  • Failed to read PID from file /run/nginx.pid: Invalid argument

    Hi,
    tried to get an nginx server running to set up an owncloud environment.
    When starting the nginx server
      $  systemctl start nginx.service
    I get the message: "Failed to read PID from file /run/nginx.pid: Invalid argument"
    [root@klaus /etc/nginx]# systemctl status nginx
    nginx.service - A high performance web server and a reverse proxy server
    Loaded: loaded (/usr/lib/systemd/system/nginx.service; disabled)
    Active: active (running) since Sat 2013-10-12 17:50:46 CEST; 8min ago
    Process: 1823 ExecStart=/usr/bin/nginx -g pid /run/nginx.pid; daemon on; master_process on; (code=exited, status=0/SUCCESS)
    Process: 1821 ExecStartPre=/usr/bin/nginx -t -q -g pid /run/nginx.pid; daemon on; master_process on; (code=exited, status=0/SUCCESS)
    Main PID: 1825 (nginx)
    CGroup: /system.slice/nginx.service
    ├─1825 nginx: master process /usr/bin/nginx -g pid /run/nginx.pid; daemon on; master_process on;
    └─1826 nginx: worker process
    Oct 12 17:50:46 klaus systemd[1]: Failed to read PID from file /run/nginx.pid: Invalid argument
    Oct 12 17:50:46 klaus systemd[1]: Started A high performance web server and a reverse proxy server.
    but /run/nginx.pid is readable:
    # cat /run/nginx.pid
    2058
    # ll /run/nginx.pid
    -rw-r--r-- 1 root root 4 Oct 12 17:39 /run/nginx.pid
    It seems nginx is runnung thought but in my browser I only get a blank page.
    Any help appreciated.
    Last edited by wombalton (2013-10-13 14:17:46)

    Actually it's the first time I tried to set up one.
    I Basically followed this guide [1] adopting it to arch.
    That's where i got my nginx.conf from. Taking the standard nginx.conf that comes by install and replacing the server part.
    After some searching I found the owncloud manual[2] with an example nginx.conf. Comparing that with my one I found some differences. Applying them works out fine.
    I get now the owncloud page.
    The systemd error  still ocurs, but I think it does not matter to run the server.
    Thanks for your help.
    [1] https://docs.google.com/file/d/0B0ZsTQd … ring&pli=1
    [2] http://doc.owncloud.org/server/5.0/admi … figuration
    EDIT:
    Just in case someone stumbles over this and tries to use the config:
    This one [3] really works
    [3] http://doc.owncloud.org/server/5.0/admi … thers.html
    Last edited by wombalton (2013-10-14 13:31:22)

  • JrApache socket shutdown failed[7]: 22, 22 Invalid Argument

    I am getting repeated error log entries that say: [notice]
    jrApache socket shutdown failed[7]: 22, 22 Invalid Argument
    Watching the log while I interact with the website I'm
    beginning to think that this might be related to session variables.
    Can anyone shed some light on this message?
    I'm running CF Version 7,0,2,142559 on os 10.4.8 Apache 1.3.
    Thanks!

    Do you get some error output from Berkeley DB? If not, try adding this call before opening the environment:
    envp->set_errfile(envp, stderr);Regardless, it looks like the problem is that you open the database for transactional access, then open the cursor without a transaction. Non-transactional cursors can read a transactional database (at "read committed" isolation), but cannot perform updates. To update a transactional database, you must include a transaction.
    Here, you could open the cursor in a transaction that is configured with the <tt>DB_READ_COMMITTED</tt> flag to avoid read-locking the whole database when you scan through it.
    Regards,
    Michael Cahill, Oracle Berkeley DB.

  • Fssnap fails by "fssnap: ioctl: error 22: Invalid argument" because of xntp

    Hi,
    on cluster node fssnap -F ufs -o bs=/xxxx /
    fails by "fssnap: ioctl: error 22: Invalid argument" because of xntpd_cluster service.
    Is there any workaround?
    Many thanks
    Ushas Symon

    I don't know if we support fssnap on anything other than the root file system because of its interaction with the system and potential to lock file systems for brief periods. If this is on the root file system then may be you could stop and start xntpd_cluster briefly while the snap is being taken.
    Of course, the better option would be to upgrade to SC3.2 01/09 and use ZFS for the root file system. I believe support for ZFS boot just squeezed in at the last minute thanks to some excellent work by some of my QA colleagues.
    Regards,
    Tim
    ---

  • Win8RP: Failed to create new process "...javaw.exe" - Invalid argument

    Hi all,
    we have a huge Java (JRE 6.0.310.5) app that works fine on the Win 8 CTP, but on RP:
    Failed to create new process "C:\Program Files (x86)\...\jre\bin\javaw.exe" - Invalid Argument
    Thanks for any insight
    G.

    Hi,
    Based on the error message 'Caused by: com.sap.engine.services.jmx.exception.JmxSecurityException: Caller J2EE_GUEST not authorized, only role administrators is allowed to access JMX' , this note shall solve this issue:
    948970 - Caller J2EE_GUEST not authorized, only role administrators
    Also check if the ADSUSER and ADS_AGENT have the correct password and the respective roles.
    944221  - Error analysis for problems in form processing (ADS)
    Which is your NW version?
    Regards,
    Lucas Comassetto.

  • [SOLVED] luksOpen device-mapper reload ioctl failed invalid argument

    Hello,
    I don't know what things I have problem.
    Have You any idea?
    What I need to do?
    $ sudo cryptsetup luksOpen /dev/sr0 dvd
    Jelszó:
    Enter passphrase for /dev/sr0:
    device-mapper: reload ioctl failed: invalid argument
    $ sudo cryptsetup luksDump /dev/sr0
    LUKS header information for /dev/sr0
    Version: 1
    Cipher name: aes
    Cipher mode: cbc-essiv:sha256
    Hash spec: sha1
    Payload offset: 2056
    MK bits: 256
    MK digest: b5 3e d0 e4 d4 e0 ed 52 25 68 88 af 74 01 90 a7 a7 e2 50 19
    MK salt: 74 8e 97 56 48 b8 ad eb a9 dc 18 85 e3 a2 e9 03
    7a 87 0d df d9 e3 04 e1 87 6e ce c8 3a f5 1d 6d
    MK iterations: 15375
    UUID: 1ef0225c-328f-4531-9d76-7259dd381960
    $ cat /proc/crypto
    name : sha256
    driver : sha256-generic
    module : sha256_generic
    priority : 0
    refcnt : 1
    selftest : passed
    type : shash
    blocksize : 64
    digestsize : 32
    name : sha224
    driver : sha224-generic
    module : sha256_generic
    priority : 0
    refcnt : 1
    selftest : passed
    type : shash
    blocksize : 64
    digestsize : 28
    name : cbc(aes)
    driver : cbc(aes-asm)
    module : kernel
    priority : 200
    refcnt : 1
    selftest : passed
    type : givcipher
    async : no
    blocksize : 16
    min keysize : 16
    max keysize : 32
    ivsize : 16
    geniv : eseqiv
    name : cbc(aes)
    driver : cbc(aes-asm)
    module : cbc
    priority : 200
    refcnt : 1
    selftest : passed
    type : blkcipher
    blocksize : 16
    min keysize : 16
    max keysize : 32
    ivsize : 16
    geniv : <default>
    name : aes
    driver : aes-asm
    module : aes_i586
    priority : 200
    refcnt : 1
    selftest : passed
    type : cipher
    blocksize : 16
    min keysize : 16
    max keysize : 32
    name : aes
    driver : aes-generic
    module : aes_generic
    priority : 100
    refcnt : 1
    selftest : passed
    type : cipher
    blocksize : 16
    min keysize : 16
    max keysize : 32
    name : stdrng
    driver : krng
    module : kernel
    priority : 200
    refcnt : 2
    selftest : passed
    type : rng
    seedsize : 0
    Last edited by gyurman (2011-12-03 11:54:18)

    Have you tried:
    sudo cryptsetup -r luksOpen /dev/sr0 dvd

  • Racoon ERROR: failed select (Invalid argument)

    I checked the console logs today (some unrelated problem) and discovered these being spammed every 5 seconds or so:
    racoon[38] [38] ERROR: failed select (Invalid argument)
    A quick review of the man page and the configuration files did not reveal anything extraordinary, except for the fact that /etc/cert does not exist. However, adding this directory did not fix it. The 'select' in the error message could point towards some socket related problem, but I don't know for sure.
    Does anyone have an idea how to fix this?

    I started getting them some time around midnight - didn't notice anything odd, but I was just poking around and opened up the Console log (which I try to do about once a week).
    I killed everything I was running and it was still coming in.
    I do run Time Capsule, but haven't noted any issues with it.
    Here was my actual message:
    racoon[87]: [87] ERROR: failed select (Invalid argument)
    Google suggested a VPN issue someone had, but it was an old report.
    I'm going to just reboot and keep an eye out for it.
    Kill -15 (Kill process) was sufficient to get rid of the process.

  • Airport extreme: Invalid Argument errors over satellite connection

    Question 1: Have you observed problems with Apple equipment getting high error rates over high latency connections such as satellite connections?
    Question 2: Do you know of any reason why Apple equipment is more likely to exhibit this behaviour?
    We have a shack in the country that has a 10Mb/sec satellite internet service.  The satellite in question is the Australian NBN service which I believe uses an Optus satellite.
    We get frustratingly large numbers of errors from Safari: "Safari can't open the page <insert random url here> The operation could not be completed. Invalid argument."
    The message in the browser is always the same.  It can take half-a-dozen retries to get a page to display.  On average, aroiund 30% of connection attempts yield this error.  It seems to be load dependent, and at the moment it is happening less often - maybe one in 10 requests are failing.  It is currently 2 Jan, around midday and most Australians near the coast will be at the beach, and those inland have 50 degree temperatures predicted so they will be wallowing in the mud-hole that was once the dam, so I expect the satellite load is rather low.
    My ISP says they have around a dozen customers reporting this problem and they all use Apple gear.
    Observations:
    I was able to open a VPN connection to one of my customers (after several attempts) and the VPN connection worked flawlessly for the duration of hte session which was several hours.  Meanwhile, the mrs was cussin' away about invalid argument errors.
    Once a page starts loading, it generally finishes.  This seems to be independent of the level of complexity.  So once a page gets going, it keeps going.  Selecting a link from it, however, will likely result in another error.
    Pings are returning in around 1 second.
    Transfer rate is good - close to the promised 10Mbit/sec.  Response time, of course, is aweful compared to a wired or 3G connection.  However it is acceptable provided a response is actually received.
    Gear is: A couple of netgear routers in point to point mode bridging to the Airport Extreme in the house which is the main router.  There are a couple of Airport expresses about the place doing other stuff.  Terminal equipment includes iPads x 2, macBooks x 2, iPhones x 2.  Everything gets a master reset periodically when the power goes off,  and the problem persists.  All devices experience the problem.
    Thank you for your help

    jone1101 wrote:
    I have had my airport extreme for over a year and comcast even longer than that. For some reason my airport now says it has a invalid ip address. I plugged my modem directly into my imac and the internet connection is fine. I have power cycled everything multiple times with the same result. I even reset my airport extreme and created a new network. Nothing is working please help!
    Does your cable modem have any sort of battery backup that would prevent it from resetting fully during a power cycle?

  • Can't Create a Data Source - Failed to test connection. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied

    Hi there,
    I am having a serious issue with The Power BI Data Management Gateway which I am hoping that someone can help me with.
    Basically I am setting a connection between a Power BI demo site and a SQL 2012 Database based on Azure. The Data Management Gateway and is up and running, and Power BI has managed to connect to it successfuly.
    By following the tutorials at
    here I was able to successful create my Data Connection Gateway with a self-signed certificate.
    However, when trying to create the data source I come into problems. The Data Source Manager manages to successfully resolve the hostname, as per the screenshot below:
    Bear in mind that I exposed the require ports in Azure as endpoints and I managed to modify my hosts file on my local machine so I could access the SQL server hosted in Azure using its internal name -- otherwise I would not be able to get this far.
    However the creation of the data source also fails when trying to created it whilst logged in the SQL server in question:
    The Data Source Manager returns the error when using the Microsoft OLE DB Provider for SQL Server:
    Failed to test connection. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied
    I tried using the SQL Server Native Client 11.0 instead but I also get an error. This time the error is:
    Failed to test connection. Login timeout expiredA network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.Named Pipes Provider: Could not open a connection to SQL Server [53]. 
    Some considerations
    If I provide an invalid username/password, the Data Source Manager does say that the username and password is incorrect.
    Firewall is turned off in the SQL Server (either way, this error also happens if I try top use the Data Source Manager whilst logged in the SQL Server itself).
    SQL Profiler does not show any attempt of connection.
    The SQL server instance in question is the default one.
    The error happens regardless if I select the option to encrypt connection or not.
    In SQL Configuration manager I can see that all protocols are enabled (TCP/IP, Named Pipes and Shared Memory.
    The Event Viewer does not provide any further errors than the one I have copied in this post.
    I'm at a loss here. Could someone please advise what might I be doing wrong?
    Regards,
    P.

    Here is what I had to do to solve this issue:
    Basically I had to add the MSSQL TCP/IP port as an end-point in Azure. After I did that, then I was able to create the data-source. However, I was only able to authenticate with a SQL account, as any domain account would return me an error saying that the
    domain isn't trusted.
    What puzzles me here is how come the Data Source Manager would inform me that an account username/password was invalid, but it would fail/timeout if I provided valid credentials (!?!?!!?)

  • Failed to Establish Connection With SQL Database Server in Essbase studio

    I am using Essbase Studio Release 11.1.2.1.00 for developing XOLAP cubes and deploying them on to Essbase server .
    I am getting the below Error while deploying the cube onto Essbase server.
    error : Failed to deploy Essbase cube.
    Caused by: Failed to build Essbase cube dimension: (TimeHierarchy) .
    Caused by: Cannot get async process state. Essbase Error(1021001): Failed to Establish Connection With SQL Database Server.
    From Essbase Studio -> Datasources tab, I could able to connect to SQL Database server..Please let me know how to resolve this issue.
    Thanks,
    Swathi

    Thanks for the reply.
    There was a problem with my Essbase Server..so now i m pointing to other server.
    now I am getting the below Error:
    Failed to deploy Essbase cube.
    Caused by: Cannot end incremental build. Essbase Error(1025008): Join Specification near [[TIMEID]] is invalid. Please verify the Xolap Schema file.
    Please let me know how can I validate my cube and what changes might require in my Cube definitions?

Maybe you are looking for

  • I would like to put LR on 3rd PC

    I would like to expand the number of CC licenses so that my wife can use LR     Does Abode offer an option to add 3rd license to my current CC PS license.  I would rather not buy her a full license

  • Oc4j crashes in debug mode with jdk1.4.1 beta

    On my Linux Redhat 7.3 running smp kernel 2.4.18-3 and jdk Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode) if I start oc4j in a remote debuggable jvm it crashes. Here's the start script: cd /opt/oracle/j2ee/home export J2EE_HOME=/opt/orac

  • Upgrade from 10.4.11 to 10.6.3

    We want to upgrade out 2007 imac software from 10.4.11 (as purchased) to 10.6.3.  First, do we have to install 10.5 first?  Second, should we purchase the iwork(09), ilife(09), and snow leopard separately, or do a box set?  Thanks

  • Applet is opening too many TCP ports

    Hi, I have developed an aplication running as an applet, the applet is in a remote computer with apache when I start the applet from a client, sometimes appears pretty fast (30 or 40 seconds) and sometimes appears after 10 minutes, or never !! If a m

  • Apps reinstall themselves

    I have experienced a problem trying to delete a bunch of apps. When I try to delete them normally on the Homescreen they will disappear but be there again as soon as I restart my PlayBook. I tried to find the apps and delete their files on my compute