Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to identify PDU: n:/usr/local #31

Closed
mchaput opened this issue Mar 27, 2014 · 5 comments
Closed

failed to identify PDU: n:/usr/local #31

mchaput opened this issue Mar 27, 2014 · 5 comments

Comments

@mchaput
Copy link

mchaput commented Mar 27, 2014

  1. Installed watchman from homebrew with brew install watchman
  2. Did watchman watch /Users/matt/dev/src/houdini/help.documents
  3. Tried to do the subscribe example from the readme:
bash-3.2$ watchman -j -p <<-EOT
> ["subscribe", "/Users/matt/dev/src/houdini/help/documents", "mysub", {
> "expression": ["allof",
> ["type", "f"],
> ["not", "empty"],
> ["suffix", "txt"]
> ],
> "fields": ["name"]
> }]
> EOT

Get the following output:

{
    "version": "2.9.3",
    "clock": "c:1395957042:22510:1:2",
    "subscribe": "mysub"
}
1395957383: tid=2066264848 failed to identify PDU: n:/usr/local
1395957383: tid=2066264848 unable to talk to your watchman!

Not sure what /usr/local has to do with anything.

@wez
Copy link
Contributor

wez commented Mar 27, 2014

Sounds like a dup of #11
can you try the workaround i mention there?

@mchaput
Copy link
Author

mchaput commented Mar 27, 2014

I don't see any workaround in that issue?

@wez
Copy link
Contributor

wez commented Mar 27, 2014

#11 (comment)

@wez
Copy link
Contributor

wez commented Mar 27, 2014

sorry, hit enter too soon; you sould add --server-encoding=json to your invocation

wez added a commit that referenced this issue Mar 31, 2014
Until we get enough tuits to fix up streaming BSER in the watchman CLI,
head off problem reports with using --persistent mode by encourage
people to use --server-encoding=json in our documentation

Addresses #31
Refs #11
@wez
Copy link
Contributor

wez commented Mar 31, 2014

I'm closing this one as a dupe of #11
We're dodging this issue via documentation for the time being

@wez wez closed this as completed Mar 31, 2014
Atry added a commit to Atry/watchman that referenced this issue Sep 1, 2022
…g::glog (facebook#31)

Summary:
X-link: facebook/fb303#31

Previously Folly provided a polyfill of the `GflagsFlagSaver` symbol, which was removed since facebook/folly@4dadde1. Therefore, the `glog` should solve the `GflagsFlagSaver` symbol from `gflags`.

This diff added `gflags` libraries as a dependency of the CMake project `glog::glog` into `fbcode_builder`'s `FindGlog.cmake`, so that the `fbcode_builder` users will be able to automatically link with `gflags`.

Differential Revision: D39220438

fbshipit-source-id: 61b968e4715a15e784c8cc838395e8c173dbf9f0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants