Development

Ticket #12107 (Cannot build from sources on HDD when logged on via USB stick - hrev49218) created

Latest Bugs & Tasks - Mon, 2015-06-01 14:26

I royally screwed up networking while trying to get a headless Raspberry Pi working. I think it may have something to do with misuse of SSH. Anyhow, that's when the fun began.

I downloaded the latest nightly and dd'ed it to a stick, booted and installed it to the HDD. Still no wifi. In short, I have wifi on the stick, but not on the HDD. So to do a daily build I decided to boot via the USB stick, switch to the HDD partition with the sources on it and build, but this fails completely. I can update git sources, and the build starts but then crashes almost immediately.

Sometimes I get a segment violation, usually vfork: out of memory. (N.B. I have tons of VM set but the system will only use 80MiB or so when booted from a small USB partition.)

If anyone knows how to manually regenerate SSH (and other) keys, this may fix the issue. At least then I can boot off the HDD with wifi again.

Categories: Development

Ticket #12106 ([Tracker] non-packaged add-on does not get keyboard shortcut) created

Latest Bugs & Tasks - Mon, 2015-06-01 13:59

I've put add-on into the /boot/home/config/non-packaged/add-ons/Tracker directory. I named it with dash and letter postfix, to make Tracker create keyboard shortcut for it, but Tracker seems to ignore it. That worked long time ago (both on BeOS and Haiku).

For example:

/boot/home/config/non-packaged/add-ons/Tracker/DoTheTrick-A

should make Tracker add menu item "DoTheTrick" with shortcut [cmd][opt]A. It does add menu item, but without a keyboard shortcut.

Categories: Development

Ticket #12105 ([Tracker][Add-On API] process_refs gets wrong directory entry_ref) created

Latest Bugs & Tasks - Mon, 2015-06-01 13:30

Hi,

I just tried nightly (after a looong time) inside virtualbox to try to rebuild my tiny apps on Haiku and noticed different behaviour than the one described in BeBook (​https://www.haiku-os.org/legacy-docs/bebook/TheTracker_AddOnProtocol.html#process_refs).

I may be doing something wrong, but it looks like the Tracker passes wrong entry_ref to the add-on application. Instead of passing entry_ref to the directory, i'm getting entry_ref to the selected file.

I managed to workaround that by using BEntry.IsFile() and getting parent directory before continuing, but that was not needed before.

Was that intentionally changed without changing header files (first parameter to process_refs is called directory in header files)?

Regards,
ahwayakchih

Categories: Development

writembr: Implement support for GPT partitions, #4028.

Source Activity - Mon, 2015-06-01 11:11
* This should support both GPT and MBR formatted partitions. * To boot Haiku from a GPT partition, it must have the correct BFS UUID for the partition. * Tools such as gdisk/gptfdisk can create partitions with the correct BFS UUID. * This should support both GPT and MBR formatted partitions. * To boot Haiku from a GPT partition, it must have the correct BFS UUID for the partition. * Tools such as gdisk/gptfdisk can create partitions with the correct BFS UUID.
Categories: Development

[haiku] Re: Draft in progress of Haiku B1/A5 announcement (Andrew Hudson)

Haiku Mailing List - Mon, 2015-06-01 10:45
-----Original Message----- From: Adrien Destugues pulkomandy@xxxxxxxxx To: haiku haiku@xxxxxxxxxxxxx Sent: Sat, Apr 25, 2015 10:41 am Subject: [haiku] Re: Draft in progress of Haiku B1/A5 announcement ...
Categories: Development

[haiku] Re: Draft in progress of Haiku B1/A5 announcement (Adrien Destugues)

Haiku Mailing List - Mon, 2015-06-01 06:45
On Sat, Apr 25, 2015 at 10:22:16AM -0400, Andrew Hudson wrote: will need some updates before the release, and the tail section needs to be filled out. I would appreciate any feedback. Please feel free to leave your comments in ...
Categories: Development

Ticket #12104 (Mail server problems) created

Latest Bugs & Tasks - Mon, 2015-06-01 05:09

The mail notifications from Haiku main web site are being sent with a lot of delay. I sometimes receive notifications for a new post or forum topic several days after it was posted.

Some users also reported problems with resetting Trac passwords, where the confirmation mail would never reach them.

Categories: Development

[haiku] Draft in progress of Haiku B1/A5 announcement (Andrew Hudson)

Haiku Mailing List - Mon, 2015-06-01 02:45
Here is a link on Google docs to a draft of the next release announcement. It will need some updates before the release, and the tail section needs to be filled out. I would appreciate any feedback. Please feel free to leave your comments in the document. If for some reason ...
Categories: Development

BootManager: fix glitches in listview.

Source Activity - Mon, 2015-06-01 00:49
* Avoid labels overlapping. * Avoid glitch on redraw partition size. * Use system colors. * Fix 9231. * Avoid labels overlapping. * Avoid glitch on redraw partition size. * Use system colors. * Fix 9231.
Categories: Development

Printers: fix glitches in PrinterListView and JobListView.

Source Activity - Sun, 2015-05-31 19:25
* Fix 12103. * Fix 12103.
Categories: Development

Ticket #12103 ([Printers] Glitches in PrinterListView and JobListView) created

Latest Bugs & Tasks - Sun, 2015-05-31 19:10

There are some problems with the drawItem when the window is small enough.

Categories: Development

[haiku] build failure from source (Michael Mounteney)

Haiku Mailing List - Sun, 2015-05-31 18:45
Building from git master ends with: Resolving package dependencies ... Encountered problems: problem 1: nothing provides haiku=r1~alpha4_pm_hrev49036-1 needed by pe-2.4.5-1 solution 1: - allow deinstallation of pe-2.4.5-1 problem 2: nothing provides haiku=r1~alpha4_pm_hrev49036-1 needed by vision-0.9.7.r949-3 solution 1: - allow deinstallation of vision-0.9.7.r949-3 ...
Categories: Development

Debugger: Extend value handler interface.

Source Activity - Sun, 2015-05-31 18:30
- Add new interface class TableCellValueEditor, which provides a controller for handling editing of table cell values, and corresponding listener notifications. ValueHandler: - Add new hook for requesting such an editor, given a corresponding value. - Add new interface class TableCellValueEditor, which provides a controller for handling editing of table cell values, and corresponding listener notifications. ValueHandler: - Add new hook for requesting such an editor, given a corresponding value.
Categories: Development

JobQueue: fixed leak, notification, added Pop() variant.

Source Activity - Sun, 2015-05-31 17:03
* Was leaking fQueuedJobs on destruction. * fHaveRunnableJobSem implementation was not completed; it was never released. * Added Pop() variant that is a bit more flexible, and allows for a timeout as well as waiting even when the queue is empty, and can return a status code. * Was leaking fQueuedJobs on destruction. * fHaveRunnableJobSem implementation was not completed; it was never released. * Added Pop() variant that is a bit more flexible, and allows for a timeout as well as waiting even when the queue is empty, and can return a status code.
Categories: Development
Syndicate content