[Bug 233548] fortune typo: upload dmesg with curl

2020-05-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233548

David Marec  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |Not Enough Information

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 233548] fortune typo: upload dmesg with curl

2018-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233548

david.ma...@davenulle.org changed:

   What|Removed |Added

 Resolution|Not A Bug   |---
 Status|Closed  |In Progress

--- Comment #6 from david.ma...@davenulle.org ---
To be confirmed. POST: email data field is mandatory

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 233548] fortune typo: upload dmesg with curl

2018-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233548

--- Comment #5 from david.ma...@davenulle.org ---
Created attachment 199584
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199584=edit
append email field

-d "email=$USER@$(hostname)"

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 233548] fortune typo: upload dmesg with curl

2018-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233548

--- Comment #4 from david.ma...@davenulle.org ---
Ok, it sounds that the field
 -d "email=$USER@$(hostname)"
is somehow mandatory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 233548] fortune typo: upload dmesg with curl

2018-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233548

--- Comment #3 from Yuri Pankov  ---
Indeed, I couldn't submit dmesg for last few days as well getting "500 internal
server error", but it finally worked for me few minutes ago.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 233548] fortune typo: upload dmesg with curl

2018-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233548

david.ma...@davenulle.org changed:

   What|Removed |Added

 Resolution|--- |Not A Bug
 Status|New |Closed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 233548] fortune typo: upload dmesg with curl

2018-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233548

--- Comment #2 from david.ma...@davenulle.org ---
Your are right, the former python script used "addd". 
Unfortunately, I got server errors on every  attempt. And no error with "add".
But it sounds that this  doesnt work either.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 233548] fortune typo: upload dmesg with curl

2018-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233548

Yuri Pankov  changed:

   What|Removed |Added

 CC||yur...@freebsd.org

--- Comment #1 from Yuri Pankov  ---
No, it's correct.  Did you actually try using it as is? :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 233548] fortune typo: upload dmesg with curl

2018-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233548

Bug ID: 233548
   Summary: fortune typo: upload dmesg with curl
   Product: Base System
   Version: 12.0-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: misc
  Assignee: b...@freebsd.org
  Reporter: david.ma...@davenulle.org

Created attachment 199583
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199583=edit
fortune datfiles patch

MFC r340649 
Add a fortune describing how to upload a machine's dmesg information to the
  NYCBUG database.
This can be done by calling curl from the command line, but the POST command
may be "add" not "addd".

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"