From trac at haiku-os.org Tue May 1 07:59:59 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 05:59:59 -0000 Subject: [Haiku-bugs] [Haiku] #1197: BFile::SetTo returns inconsistent with R5 Message-ID: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> #1197: BFile::SetTo returns inconsistent with R5 ------------------------------+--------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Platform: All | ------------------------------+--------------------------------------------- In R5, if you call BFile::SetTo(const char *path, uint mode) with a path to a file in which one of the subdirs does not exist, B_BAD_VALUE is returned. The same call in Haiku results in B_ENTRY_NOT_FOUND. This bug can be observed with the Vision IRC client, since its settings system relies on the B_BAD_VALUE return to determine whether or not the settings subdirectory needs to be created (it first tries to initialize a BFile to the path "/boot/home/config/settings/Vision/VisionSettings", and if this returns B_BAD_VALUE attempts to create the extra subdir needed). As a result, on Haiku the app never attempts to create the directory, and the attempt simply fails on the assumption that some other file creation error occurred. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 1 08:01:45 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 06:01:45 -0000 Subject: [Haiku-bugs] [Haiku] #1197: BFile::SetTo returns inconsistent with R5 In-Reply-To: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> References: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> Message-ID: <053.19ac4c74bf6787b46efe2439133e4156@haiku-os.org> #1197: BFile::SetTo returns inconsistent with R5 -------------------------------+-------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: | Platform: All -------------------------------+-------------------------------------------- Changes (by umccullough): * cc: umccullough (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 1 10:21:42 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 08:21:42 -0000 Subject: [Haiku-bugs] [Haiku] #1198: Email preferences UI broken Message-ID: <039.a4498156e7370cb0ef87d78e3640849f@haiku-os.org> #1198: Email preferences UI broken --------------------------------+------------------------------------------- Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/Mail | Version: R1 development Platform: All | --------------------------------+------------------------------------------- The UI for the Email preferences applet is broken. Specifically, the UI of the incoming and outgoing settings is incomplete (so it is not possible to add accounts), and the screen for the Settings tab is broken. Screenshots from revision 20941 attached. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 1 12:54:14 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 10:54:14 -0000 Subject: [Haiku-bugs] [Haiku] #1197: BFile::SetTo returns inconsistent with R5 In-Reply-To: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> References: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> Message-ID: <053.246c687d69764610e5afe7e30ce9fc70@haiku-os.org> #1197: BFile::SetTo returns inconsistent with R5 -------------------------------+-------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Platform: All -------------------------------+-------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid Comment: It's never a good idea to check for a specific error code. The R5 behaviour is neither documented nor correct - ie. it doesn't match the documentation of either BFile::SetTo() nor open() (see http://www.opengroup.org/onlinepubs/009695399/toc.htm). Hence, I would suggest you fix that problem in Vision (since it's open source and all that) :-) But thanks for the note - if we see that behaviour in a closed source application that's worth supporting, it might be worth duplicating the (IMO buggy) R5 behaviour. For now, I'm closing this bug, though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 1 14:37:55 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 12:37:55 -0000 Subject: [Haiku-bugs] [Haiku] #1196: BMessage::ReplaceData() shouldn't care about fixed size if there is no array In-Reply-To: <040.68eb6d805dfafbdc10d5baf85407063b@haiku-os.org> References: <040.68eb6d805dfafbdc10d5baf85407063b@haiku-os.org> Message-ID: <049.c2a2b3e49e8ce30ec8a4a4bdc74edec7@haiku-os.org> #1196: BMessage::ReplaceData() shouldn't care about fixed size if there is no array -----------------------------------+---------------------------------------- Reporter: axeld | Owner: mmlr Type: bug | Status: new Priority: high | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Resolution: | Platform: All -----------------------------------+---------------------------------------- Comment (by mmlr): Actually allowing this is a Dano behavior. Under R5 your test application behaves like under Haiku and returns B_BAD_VALUE on ReplaceData() resulting in "gurke" at the end. As AddData() has the default value of true for it's fixedSize argument, it only makes sense to set the fixedSize flag for the field and then enforce it. If you want non fixed size data, you obviously would set fixedSize to false on AddData(). If you don't object I'd like to close this bug as invalid. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 1 14:46:53 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 12:46:53 -0000 Subject: [Haiku-bugs] [Haiku] #1197: BFile::SetTo returns inconsistent with R5 In-Reply-To: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> References: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> Message-ID: <053.ca52c307f88f8f5c281f0eba774445d7@haiku-os.org> #1197: BFile::SetTo returns inconsistent with R5 -------------------------------+-------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Platform: All -------------------------------+-------------------------------------------- Comment (by anevilyak): In that case, how is one to distinguish between a failure due to some inability to create the file node, and a missing portion of the path? The whole reason I was checking that error code specifically was to avoid having to do create_directory unless necessary. None of the other documented returns allow this distinction. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 1 17:02:25 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 15:02:25 -0000 Subject: [Haiku-bugs] [Haiku] #1197: BFile::SetTo returns inconsistent with R5 In-Reply-To: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> References: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> Message-ID: <053.19140efad5e668b9d48fae89a406b68f@haiku-os.org> #1197: BFile::SetTo returns inconsistent with R5 -------------------------------+-------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Platform: All -------------------------------+-------------------------------------------- Comment (by axeld): That's right. You could either check the parent path, or just try to create the directory; it costs only a syscall (it doesn't do anything if the directory already exists), and it's definitely not a time critical operation. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 1 17:04:28 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 15:04:28 -0000 Subject: [Haiku-bugs] [Haiku] #1196: BMessage::ReplaceData() shouldn't care about fixed size if there is no array In-Reply-To: <040.68eb6d805dfafbdc10d5baf85407063b@haiku-os.org> References: <040.68eb6d805dfafbdc10d5baf85407063b@haiku-os.org> Message-ID: <049.108ab98c8eb87113516481570533f098@haiku-os.org> #1196: BMessage::ReplaceData() shouldn't care about fixed size if there is no array -----------------------------------+---------------------------------------- Reporter: axeld | Owner: mmlr Type: bug | Status: closed Priority: high | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Resolution: invalid | Platform: All -----------------------------------+---------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid Comment: While I think the Dano behaviour is cleaner (because there is no array I would care about), I'm fine with closing the bug as invalid, since it duplicates R5 :) Thanks for checking. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 1 17:16:09 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 15:16:09 -0000 Subject: [Haiku-bugs] [Haiku] #1106: Port USB mass storage driver to new SCSI module API In-Reply-To: <040.3f3b937e94160a49b76b6c6e5aff5d87@haiku-os.org> References: <040.3f3b937e94160a49b76b6c6e5aff5d87@haiku-os.org> Message-ID: <049.00dc11da472642af41b4e1f8ad1f298a@haiku-os.org> #1106: Port USB mass storage driver to new SCSI module API --------------------------+------------------------------------------------- Reporter: axeld | Owner: siarzhuk Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Changes (by mmlr): * owner: mmlr => siarzhuk Comment: Reassigning this task to Siarzhuk Zharski as he is the author of the usb_scsi module and started looking into this already. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 1 23:42:40 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 21:42:40 -0000 Subject: [Haiku-bugs] [Haiku] #155: keyboard doesn't always work In-Reply-To: <050.8ac75a19fe23bcf26c4287d1e2ffb3f4@haiku-os.org> References: <050.8ac75a19fe23bcf26c4287d1e2ffb3f4@haiku-os.org> Message-ID: <059.835a58b46e6faef424959f885b57c60f@haiku-os.org> #155: keyboard doesn't always work ------------------------------+--------------------------------------------- Reporter: marcusoverhagen | Owner: korli Type: bug | Status: reopened Priority: critical | Milestone: R1 Component: - General | Version: Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by marcusoverhagen): The situation got much worse. The Keyboard is no longer opened at all, touchpad works. Hot plugging an additional external ps2 mouse is deteczted by the driver, buzt input server ignors it. Despite numerous efforts, I didn't manage to capture any input server debug output. Please help. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 1 23:48:30 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 01 May 2007 21:48:30 -0000 Subject: [Haiku-bugs] [Haiku] #1199: Haiku-created files with cyrillic names are not visible from R5 and vice versa. Message-ID: <043.51a53335ccf6c30927f9fb1dc5f4a7e9@haiku-os.org> #1199: Haiku-created files with cyrillic names are not visible from R5 and vice versa. ------------------------------+--------------------------------------------- Reporter: siarzhuk | Owner: bga Type: bug | Status: new Priority: low | Milestone: R1 Component: File Systems/BFS | Version: R1 development Platform: All | ------------------------------+--------------------------------------------- NOTE:Before reproducing this bug, please change your font settings to use DejaVu fonts family. Default Vera family of fonts has no symbols in cyrillic section and results of this test will be not visible. Looks like reboot is also required after fonts reconfiguration. To show this problem I wrote a simple shell script (attached as CyrDirTest.sh). It create the directory with predefined name, containing cyrillic symbols. This script also create a file with cyrillic name inside of this directory. This script accept the command line parameter that will be used to add prefix to directory name. Stage I) 0) Boot BeOS R5. Haiku partition should be mounted at /Haiku. 1) make directory /Haiku/home/1 2) copy CyrDirTest.sh to this directory. 3) Open the Terminal and cd to /Haiku/home/1 4) Call CyrDirTest.sh with parameter R5 The screenshot "1.Created under R5.png" show the results. The last window pointed by green arrows is StyledEdit with created file. Note also the Terminal window with information reported by "ls". Stage II) 0) Reboot to Haiku. 1) Open the ~/1 in Tracker. You should see the cyrillic-named directory created from R5. 2) Open this directory. Note that file is not visible in Tracker. 3) Open Terminal, cd to ~/1 and call "ls -lR". The "ls" command repport that it "cannot access", "no such file or directory" about the file inside of this directory. The screenshot "2.R5 created, opened under Haiku.png" illustrate this situation. Follow the red arrows to see the problems. Note the way Terminal show non-latin filenames. I think it is not related to our bug - just not finished implementation of utf8 support in Terminal. Stage III) 0) Assure that you are still in Haiku ~/1 directory. 1) Call CyrDirTest.sh with parameter H1. 2) The cyrillic-named directory with prefix "H1" will be created. The file with cyrillic name is also created and accessible. Note that we have used the same script as from BeOS R5. The screenshot "3.Created under Haiku.png" illustrate this stage. Follow green arrows for directory created under R5 and blue arrows for directory created under Haiku. And note the difference between those directories in "ls" command output in Terminal (follow the red arrow) Stage IV) 0) Reboot back to BeOS R5. Haiku should be mount as /Haiku 1) Open both "R5"-prefixed directory and "H1"-prefixed one from the Tracker. The file created from R5 in Stage I of our tests are now accessible, but file created from Haiku at Stage III is not visible. The screenshot "4.Haiku-created,opened under R5.png" represent us the results of this test. Follow green arrows for directory and file created from BeOS, and follow blue arrows for ones created from Haiku. Note the Terminal window with output of "ls" command - now the Haiku created files are "not found" (follow red arrow). I suspect some incompatibilities in non-latin names handling in Haiku BFS implementation. It looks like neither Tracker nor Terminal problem. PS. BTW, if you try to call CyrDirTest.sh with parameter "R5" at Stage III (under Haiku) - script report that "directory already exists". And it is really exists - it was created under R5 at State I of our tests. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 02:06:15 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 00:06:15 -0000 Subject: [Haiku-bugs] [Haiku] #1198: Email preferences UI broken In-Reply-To: <039.a4498156e7370cb0ef87d78e3640849f@haiku-os.org> References: <039.a4498156e7370cb0ef87d78e3640849f@haiku-os.org> Message-ID: <048.a28a4c82b75a95125bec3981f07f6110@haiku-os.org> #1198: Email preferences UI broken ---------------------------------+------------------------------------------ Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/Mail | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by koki): FYI, revision 20953 seems to take care of incoming and outgoing settings UI problems. After this rev., it is possible to create accounts. The UI of the Settings tab is still broken, but noticed that if you refresh it by clicking the Accounts tab and then back to Settings, then the UI is displayed properly. FWIW. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 02:19:17 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 00:19:17 -0000 Subject: [Haiku-bugs] [Haiku] #1200: Received emails are missing attributes (as seen in Tracker) Message-ID: <039.d1a89af35d13c8243d57e642719b2043@haiku-os.org> #1200: Received emails are missing attributes (as seen in Tracker) -----------------------+---------------------------------------------------- Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Platform: All | -----------------------+---------------------------------------------------- Emails received in Haiku (using the mail_daemon) are missing the following attributes: Subkect, To, From, When and Reply to. The attached screenshot shows an email opened in the Mail app, and its corresponding email file in Tracker with the attributes exposed. Tested using rev 20958 in VMWare player. Was not sure what Component to assign to bug to, so chose General. Feel free to change as needed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 09:49:21 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 07:49:21 -0000 Subject: [Haiku-bugs] [Haiku] #1198: Email preferences UI broken In-Reply-To: <039.a4498156e7370cb0ef87d78e3640849f@haiku-os.org> References: <039.a4498156e7370cb0ef87d78e3640849f@haiku-os.org> Message-ID: <048.a698ac66ef1d67c7c4d0e0a5fdf33290@haiku-os.org> #1198: Email preferences UI broken ---------------------------------+------------------------------------------ Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/Mail | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by korli): It seems our BTab component is not working properly :) I suppose Darkwyrm tested the app on R5, and didn't encounter the problem when revising the UI. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 10:46:30 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 08:46:30 -0000 Subject: [Haiku-bugs] [Haiku] #1189: Null Audio Device is missing (fallback for the server) In-Reply-To: <041.eb59f1db3fc66cbb98d5e2adf5b5f1e8@haiku-os.org> References: <041.eb59f1db3fc66cbb98d5e2adf5b5f1e8@haiku-os.org> Message-ID: <050.5335b77bc47e9a88683b0bbfef47611f@haiku-os.org> #1189: Null Audio Device is missing (fallback for the server) -----------------------------------+---------------------------------------- Reporter: andybe | Owner: Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/media_server | Version: R1 development Resolution: | Platform: All -----------------------------------+---------------------------------------- Changes (by marcusoverhagen): * owner: marcusoverhagen => * summary: Zero Audio Device is missing (fallback for the server) => Null Audio Device is missing (fallback for the server) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 11:19:08 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 09:19:08 -0000 Subject: [Haiku-bugs] [Haiku] #1198: Email preferences UI broken In-Reply-To: <039.a4498156e7370cb0ef87d78e3640849f@haiku-os.org> References: <039.a4498156e7370cb0ef87d78e3640849f@haiku-os.org> Message-ID: <048.6933d93c41edd67a8028b4bffa27486e@haiku-os.org> #1198: Email preferences UI broken ---------------------------------+------------------------------------------ Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/Mail | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by jackburton): Replying to [comment:2 korli]: > It seems our BTab component is not working properly :) I suppose Darkwyrm tested the app on R5, and didn't encounter the problem when revising the UI. There is an opened bug for a completely different but maybe related problem (bug #98) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 13:50:25 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 11:50:25 -0000 Subject: [Haiku-bugs] [Haiku] #1192: devfs should allow the creation of directories In-Reply-To: <040.f9e299bdd9327f0ff3a969148f136932@haiku-os.org> References: <040.f9e299bdd9327f0ff3a969148f136932@haiku-os.org> Message-ID: <049.f724d08ca378d50b07cc96b9629c0894@haiku-os.org> #1192: devfs should allow the creation of directories ----------------------------+----------------------------------------------- Reporter: korli | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by korli): * owner: axeld => korli -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 19:23:49 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 17:23:49 -0000 Subject: [Haiku-bugs] [Haiku] #1177: Input server dies on AT keyboard keymap IsDeadKey() In-Reply-To: <048.89108786483216f2e56236ec159083ef@haiku-os.org> References: <048.89108786483216f2e56236ec159083ef@haiku-os.org> Message-ID: <057.7fa11e60bb2c1296b5c8f71e8ec548a8@haiku-os.org> #1177: Input server dies on AT keyboard keymap IsDeadKey() -----------------------------------+---------------------------------------- Reporter: jonas.kirilla | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1 development Resolution: | Platform: All -----------------------------------+---------------------------------------- Comment (by jonas.kirilla): Replying to [comment:14 marcusoverhagen]: > does Linux, Windows or BeOS support all three (USB Keyb/Mouse > + PS2 Keyb) devices simultanous on this machine, when no ps2 > mouse is connected? Yes. Have a look at the test results I posted. (Sorry about the .png image. It looked fine here.) I haven't had Windows in a while, but as far as I recall I never had any problems with it. I've never had to change the BIOS USB Legacy support setting from auto to something else. I added the USB keyboard to have a working keyboard in Haiku. The devices seem to all work fine except in Haiku and in Zeta. They work great in BeOS and Linux, AFAIK, but Zeta has never worked right on this hardware. Feel free to suggest more tests and logging. I don't know if this page is useful at all, but FWIW: "Support for USB and Legacy Keyboards and Mouse Devices" http://www.microsoft.com/whdc/device/input/usbhost.mspx -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 21:08:19 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 19:08:19 -0000 Subject: [Haiku-bugs] [Haiku] #155: keyboard doesn't always work In-Reply-To: <050.8ac75a19fe23bcf26c4287d1e2ffb3f4@haiku-os.org> References: <050.8ac75a19fe23bcf26c4287d1e2ffb3f4@haiku-os.org> Message-ID: <059.d687ad1fb9fb3eaf4e528729a267f8f0@haiku-os.org> #155: keyboard doesn't always work ------------------------------+--------------------------------------------- Reporter: marcusoverhagen | Owner: korli Type: bug | Status: reopened Priority: critical | Milestone: R1 Component: - General | Version: Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by korli): Marcus, I could reproduce the problem with the snooze(). It should be fixed in revision 20984. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 21:10:05 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 19:10:05 -0000 Subject: [Haiku-bugs] [Haiku] #1192: devfs should allow the creation of directories In-Reply-To: <040.f9e299bdd9327f0ff3a969148f136932@haiku-os.org> References: <040.f9e299bdd9327f0ff3a969148f136932@haiku-os.org> Message-ID: <049.1810fc26e066741f3ff053c0e5b5367d@haiku-os.org> #1192: devfs should allow the creation of directories ----------------------------+----------------------------------------------- Reporter: korli | Owner: korli Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by korli): * status: new => assigned Comment: Implemented in revision 20982. Is there anything to do on the drivers side ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 23:14:45 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 21:14:45 -0000 Subject: [Haiku-bugs] [Haiku] #1192: devfs should allow the creation of directories In-Reply-To: <040.f9e299bdd9327f0ff3a969148f136932@haiku-os.org> References: <040.f9e299bdd9327f0ff3a969148f136932@haiku-os.org> Message-ID: <049.bf573a01e2024676d6a3022dd8424f30@haiku-os.org> #1192: devfs should allow the creation of directories ----------------------------+----------------------------------------------- Reporter: korli | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Platform: All ----------------------------+----------------------------------------------- Changes (by axeld): * status: assigned => closed * resolution: => fixed Comment: Nope, that should be enough, I think :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 23:19:32 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 21:19:32 -0000 Subject: [Haiku-bugs] [Haiku] #155: keyboard doesn't always work In-Reply-To: <050.8ac75a19fe23bcf26c4287d1e2ffb3f4@haiku-os.org> References: <050.8ac75a19fe23bcf26c4287d1e2ffb3f4@haiku-os.org> Message-ID: <059.5ec031d3449c82ae96c146563a1fcf8c@haiku-os.org> #155: keyboard doesn't always work ------------------------------+--------------------------------------------- Reporter: marcusoverhagen | Owner: korli Type: bug | Status: reopened Priority: critical | Milestone: R1 Component: - General | Version: Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by marcusoverhagen): Korli, the situation has improved with your latest change :-) Devices are detected properly on system start. Even the a hotplug is detected, and the device opened. There is still one remaining problem, devices that are removed (unplugged) aren't reopened by input_server when it's republished. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 2 23:54:00 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 21:54:00 -0000 Subject: [Haiku-bugs] [Haiku] #155: keyboard doesn't always work In-Reply-To: <050.8ac75a19fe23bcf26c4287d1e2ffb3f4@haiku-os.org> References: <050.8ac75a19fe23bcf26c4287d1e2ffb3f4@haiku-os.org> Message-ID: <059.ba02fd2338e0214f2d9a78f5149f50d3@haiku-os.org> #155: keyboard doesn't always work ------------------------------+--------------------------------------------- Reporter: marcusoverhagen | Owner: korli Type: bug | Status: reopened Priority: critical | Milestone: R1 Component: - General | Version: Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by jonas.kirilla): With r20984, there is a pause on boot up before the PS/2 keyboard works, but it works now, every boot! Excellent work, Korli and Marcus! Thank you so much! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 3 00:01:25 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 22:01:25 -0000 Subject: [Haiku-bugs] [Haiku] #1177: Input server dies on AT keyboard keymap IsDeadKey() In-Reply-To: <048.89108786483216f2e56236ec159083ef@haiku-os.org> References: <048.89108786483216f2e56236ec159083ef@haiku-os.org> Message-ID: <057.e7784b0d1067956759fd6703b2860dd5@haiku-os.org> #1177: Input server dies on AT keyboard keymap IsDeadKey() -----------------------------------+---------------------------------------- Reporter: jonas.kirilla | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1 development Resolution: | Platform: All -----------------------------------+---------------------------------------- Comment (by jonas.kirilla): With r20984, my PS/2 keyboard simply works. :) Thank you so much! About Keymap::IsDeadKey(), I've found that I can make it crash by typing "keymap -r" in Terminal, and repeat that fast enough, by using up-arrow, entering the same line over and over. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 3 00:45:38 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 02 May 2007 22:45:38 -0000 Subject: [Haiku-bugs] [Haiku] #1201: Assert fails in libroot / malloc Message-ID: <048.48aef0b66f3ed967002cc7236b6cec87@haiku-os.org> #1201: Assert fails in libroot / malloc -------------------------------+-------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/libroot.so | Version: R1 development Platform: All | -------------------------------+-------------------------------------------- Assert fails in libroot / malloc. See screenshots and GDB output. http://svn.berlios.de/viewcvs/haiku/haiku/trunk/src/system/libroot/posix/malloc/ Searching for 'hoard' I found the following bug reports, but I can't say if any of them are related. http://dev.haiku-os.org/ticket/1056 http://dev.haiku-os.org/ticket/326 http://dev.haiku-os.org/ticket/88 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 3 10:20:30 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 03 May 2007 08:20:30 -0000 Subject: [Haiku-bugs] [Haiku] #1201: Random memory trashing In-Reply-To: <048.48aef0b66f3ed967002cc7236b6cec87@haiku-os.org> References: <048.48aef0b66f3ed967002cc7236b6cec87@haiku-os.org> Message-ID: <057.0f633f57e4452f74190969e76e2547fb@haiku-os.org> #1201: Random memory trashing ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: critical | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by axeld): * priority: normal => critical * component: System/libroot.so => System/Kernel * summary: Assert fails in libroot / malloc => Random memory trashing Comment: What you're experiencing is a VM bug that randomly (but rarely) trashes memory of fork/exec applications. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 3 12:33:14 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 03 May 2007 10:33:14 -0000 Subject: [Haiku-bugs] [Haiku] #1202: UserBootscript etc. missing from $HOME/config/boot Message-ID: <044.2ef40a276f96a58d4c7e6f43c3ce0c65@haiku-os.org> #1202: UserBootscript etc. missing from $HOME/config/boot -------------------------+-------------------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Platform: All | -------------------------+-------------------------------------------------- The folder $HOME/config/boot with all user scripts is yet missing from the image. I attached an archive with ''UserBootscript'', ''UserSetupEnvironment'', ''UserShutdownFinishScript'' and ''UserShutdownScript'' to this ticket you may want to use or modify. The contents is very much inspired by the R5 scripts, esp. the UserSetupEnvironment, that I pretty much took as supplied and just altered the first paragraph a bit and applied StyledEdit niceties. The UserBootscript includes an ''Autostart'' folder that would also have to be created in $HOME/config/boot/ . You may want to discuss the Autostart idea first. Personally I think it's great for endusers that don't want to mess with scripts and having certain apps always start on startup is quite essential. Also, a link to the folder in the Deskbar wouldn't be too bad. There were some more sophisticated solutions around that took startup priority into account. I always considered those a bit over the top. If you need to have apps started in a particular order, most of the time they are interdependent and just a proiority won't have one app waiting until another is completely started. For that kind of thing, you'll need to dig a bit deeper and get involved with the UserBootscript and stuff like sleep and waitfor. IMO. I'm also not sure if we need to provide these scripts as "*.sample" that have to be renamed before use. Empty as they come they won't hurt and if someone adds commands they just work. I'm sorry for this long ticket. It just got more and more... :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 3 15:08:37 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 03 May 2007 13:08:37 -0000 Subject: [Haiku-bugs] [Haiku] #716: StyledEdit: selecting, selecting fonts In-Reply-To: <053.cdfc46d604fe66fcffe579be87ef77f9@haiku-os.org> References: <053.cdfc46d604fe66fcffe579be87ef77f9@haiku-os.org> Message-ID: <062.91ddf1542f2aa39f85798d52250f2a6b@haiku-os.org> #716: StyledEdit: selecting, selecting fonts ----------------------------------------+----------------------------------- Reporter: kutspam at wolke7.net | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Applications/StyledEdit | Version: Resolution: | Platform: All ----------------------------------------+----------------------------------- Comment (by humdinger): I'm not sure this is related, but... - Open a text file in StyledEdit. - Select a word that will be (at least partly) obscured by a menu when it's invoked. - Click on that menu, that will (partly) obscure the selected word, e.g. "Font". - Now, instead of selecting a menu item, you cancel by clicking either into the text or somewhere else, e.g. the empty menubar. --> The selected word keeps looking selected (inverted colours) even though it really isn't. Try block-selecting the whole paragraph with that word in it. This artefact only disappears when you redraw the view, e.g. by reisizing the window or waving another in front of it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 3 15:09:37 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 03 May 2007 13:09:37 -0000 Subject: [Haiku-bugs] [Haiku] #716: StyledEdit: selecting, selecting fonts In-Reply-To: <053.cdfc46d604fe66fcffe579be87ef77f9@haiku-os.org> References: <053.cdfc46d604fe66fcffe579be87ef77f9@haiku-os.org> Message-ID: <062.3834256fd4feb7538250fb2032c8eaf9@haiku-os.org> #716: StyledEdit: selecting, selecting fonts ----------------------------------------+----------------------------------- Reporter: kutspam at wolke7.net | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Applications/StyledEdit | Version: Resolution: | Platform: All ----------------------------------------+----------------------------------- Comment (by humdinger): Another selection bug: Go to e.g. line 5 and keep selecting by holding the shift key while hitting the cursor-up key. When you reach line 0 everything gets deselected. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 3 17:16:05 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 03 May 2007 15:16:05 -0000 Subject: [Haiku-bugs] [Haiku] #716: StyledEdit: selecting, selecting fonts In-Reply-To: <053.cdfc46d604fe66fcffe579be87ef77f9@haiku-os.org> References: <053.cdfc46d604fe66fcffe579be87ef77f9@haiku-os.org> Message-ID: <062.0ee769fe0eea3fd77191ddcec6f5ed84@haiku-os.org> #716: StyledEdit: selecting, selecting fonts ----------------------------------------+----------------------------------- Reporter: kutspam at wolke7.net | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Applications/StyledEdit | Version: Resolution: | Platform: All ----------------------------------------+----------------------------------- Comment (by jackburton): Replying to [comment:4 humdinger]: > Another selection bug: > Go to e.g. line 5 and keep selecting by holding the shift key while hitting the cursor-up key. When you reach line 0 everything gets deselected. This is a different bug, and it's been fixed in r20997. But thanks for reporting, anyway. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 4 10:34:46 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 04 May 2007 08:34:46 -0000 Subject: [Haiku-bugs] [Haiku] #1022: Greek (keyboard) bug for BeMail. In-Reply-To: <043.b0d6d25dce0985eb06b2692f389c53ae@haiku-os.org> References: <043.b0d6d25dce0985eb06b2692f389c53ae@haiku-os.org> Message-ID: <052.d7f30772eaf1a3b1530ba905d2f54984@haiku-os.org> #1022: Greek (keyboard) bug for BeMail. ---------------------------------+------------------------------------------ Reporter: kaoutsis | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by jackburton): Replying to [comment:5 kaoutsis]: > tested again with r20843 (clean install): is still there. Ok, I can reproduce it in vmware. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 4 11:22:51 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 04 May 2007 09:22:51 -0000 Subject: [Haiku-bugs] [Haiku] #1188: GLTeapot , drag, artifacts. In-Reply-To: <041.9b0f9a5bed97b3cf35bcb317ebef3be8@haiku-os.org> References: <041.9b0f9a5bed97b3cf35bcb317ebef3be8@haiku-os.org> Message-ID: <050.8e61ca68fb372b1d62c8f203e1c67398@haiku-os.org> #1188: GLTeapot , drag, artifacts. ------------------------+--------------------------------------------------- Reporter: mmadia | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Comment (by jackburton): Replying to [comment:1 axeld]: > Sounds like a locking problem with a BDirectWindow. I somewhat agree, although the problem must be obviously in the app_server, since the mouse pointer doesn't move anymore either. And actually it only happens with GLTeapot and the GLDirectDemo, not with Chart (which also uses a BDirectWindow, although not a GLView). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 4 16:23:39 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 04 May 2007 14:23:39 -0000 Subject: [Haiku-bugs] [Haiku] #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip Message-ID: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip -------------------------+-------------------------------------------------- Reporter: nutela | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Platform: x86 | -------------------------+-------------------------------------------------- version is from mlotz "Using the Haiku usb stack" on Haiku-os.org. 1st R5.03 Pro boots very long, about 1 min, 1,5 min, the impressions is it hangs at the 'monitor with lightening'-icon with continues after the long period. I have tested it on a variety of devices. 1st is a logitech mx 3200 wireless keyb and mouse combination with usb receiver. The PC is a p3 coppermine I believe @ 800 with Asus Cubx mobo, so should by UHCI. The keyboard works, mouse doesn't. Unplugged receiver; KDL. I have another wired usb mouse HP branded, this works but scrolling does not as in plain R5. I tried plugging in my mobile phone Sony Ericson K750i (USB 2.0), I could not mount it (didn't appear) but KDL when I unplugged it. (screenshot) I mounted an USB stick (USB 2.0 capeability) it works but mount menu appears to refresh much slower then R5 usb stack, must be a blocking problem. When I unpugged the stick Tracker thought it was still mounted, unmounted it->KDL (screenshot). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 4 22:46:25 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 04 May 2007 20:46:25 -0000 Subject: [Haiku-bugs] [Haiku] #1204: glitch with DirectGL Message-ID: <041.944d3c3e0e2813c0f38a2bf619975a5c@haiku-os.org> #1204: glitch with DirectGL -----------------------+---------------------------------------------------- Reporter: rayman | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Platform: x86 | -----------------------+---------------------------------------------------- since modifications GL ( Directmode ), there are glitchs which appear with the movement or the change of size of the window (see the joined screenshot) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 4 22:54:29 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 04 May 2007 20:54:29 -0000 Subject: [Haiku-bugs] [Haiku] #1204: glitch with DirectGL In-Reply-To: <041.944d3c3e0e2813c0f38a2bf619975a5c@haiku-os.org> References: <041.944d3c3e0e2813c0f38a2bf619975a5c@haiku-os.org> Message-ID: <050.096d4fcb4922e1739b15e568523d094f@haiku-os.org> #1204: glitch with DirectGL ------------------------+--------------------------------------------------- Reporter: rayman | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: x86 ------------------------+--------------------------------------------------- Comment (by rayman): and if you insist the events keyboard and mouse do not have any more effects (blocking of the input_server), but "object" continue to move in window. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 5 10:48:25 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 05 May 2007 08:48:25 -0000 Subject: [Haiku-bugs] [Haiku] #1205: New mail is missing attributes Message-ID: <044.28602bb9ceb8c70291c621a15ca89e88@haiku-os.org> #1205: New mail is missing attributes ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/mail_server | Version: R1 development Platform: All | ---------------------------------+------------------------------------------ Newly downloaded mail is missing attributes (To/From/Subject/When etc.). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 5 10:58:45 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 05 May 2007 08:58:45 -0000 Subject: [Haiku-bugs] [Haiku] #1206: Tab-changing controls in wrong order Message-ID: <044.7a72ae787bb6c6dadebe4783d93eb401@haiku-os.org> #1206: Tab-changing controls in wrong order ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Applications/Mail | Version: R1 development Platform: All | ---------------------------------+------------------------------------------ When you create a new mail, the cursor is active in the first textbox ("To:"). When you press the tab key to change to the next control, you first jump to "Encoding" instead of "From:". Really no biggie... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 5 11:31:21 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 05 May 2007 09:31:21 -0000 Subject: [Haiku-bugs] [Haiku] #1207: Placing of controls and icons Message-ID: <044.bdfde3b4d2dcea60f2a6a006e588e7f3@haiku-os.org> #1207: Placing of controls and icons ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - Applications/Mail | Version: R1 development Platform: All | ---------------------------------+------------------------------------------ * The From:-dropdown menu should begin 1 pixel to the right to be perfectly aligned with the textboxes. * It'd be nicer if the Encoding:-dropdown menu were right-aligned, starting 8 pixels from the window border, like the textboxes. * When resizing Mail's window, the dropdown menus get cut. It'd be nicer if the From:-dropdown were resized instead. * The last seperator to the right of the "Mail"-icon can be dropped. * It may be a good idea to limit resizing of the Mail window to the width of the icon bar. * Clicking the "Trash"-icon does something unexpected, judging by the icons to the right of it: "Mail" opens the mail folder, "Inbox" the inbox folder. "Trash" doesn't open the trash folder... It closes your Mail window with no warning! Having never clicked on that icon in my soon 9 BeOS years, I don't know if that is bug or feature. Personally I would drop the Trash-icon completely, or at least move it to the right of the "Save"-icon. Even better, put the "Signture"-icon between them so it's not so easy to mis-click. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 5 11:47:39 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 05 May 2007 09:47:39 -0000 Subject: [Haiku-bugs] [Haiku] #1208: Adding a "Query"-icon Message-ID: <044.89fbfd717a67e8f57d61abad1606e34d@haiku-os.org> #1208: Adding a "Query"-icon ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - Applications/Mail | Version: R1 development Platform: All | ---------------------------------+------------------------------------------ Something more useful than the "Inbox" and "Mail"-icons IMO: A "Query"-icon with a dropdown-arrow besides it. Clicking it results in a dropdown menu offering a number of queries, that can be defined in ~/config/settings/Mail/Queries. A few will be predefined there: "Same Sender", "Same Recipient", "Same Subject". Maybe more. Those open of course the respective queries. ''[Borat: Nice!]'' -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 5 11:49:27 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 05 May 2007 09:49:27 -0000 Subject: [Haiku-bugs] [Haiku] #1208: Adding a "Query"-icon In-Reply-To: <044.89fbfd717a67e8f57d61abad1606e34d@haiku-os.org> References: <044.89fbfd717a67e8f57d61abad1606e34d@haiku-os.org> Message-ID: <053.27227b3d43e43403ced890cbd2eb1eb3@haiku-os.org> #1208: Adding a "Query"-icon ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - Applications/Mail | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Comment (by humdinger): Oh, and an "Edit Template..." entry like the "New" thing of Tracker that jumps right to ~/config/settings/Mail/Queries to add your own thang. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 5 14:45:12 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 05 May 2007 12:45:12 -0000 Subject: [Haiku-bugs] [Haiku] #1204: glitch with DirectGL In-Reply-To: <041.944d3c3e0e2813c0f38a2bf619975a5c@haiku-os.org> References: <041.944d3c3e0e2813c0f38a2bf619975a5c@haiku-os.org> Message-ID: <050.edf910c247ce1bd72403f9859f156977@haiku-os.org> #1204: glitch with DirectGL ------------------------+--------------------------------------------------- Reporter: rayman | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: x86 ------------------------+--------------------------------------------------- Comment (by andybe): This are known bugs. We look forward to fix that soon. There are many other things that has to fixed before. It seams to be 2 problems with that bdirectview it self and the handler inside of libGL.so. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 5 21:52:19 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 05 May 2007 19:52:19 -0000 Subject: [Haiku-bugs] [Haiku] #1204: glitch with DirectGL In-Reply-To: <041.944d3c3e0e2813c0f38a2bf619975a5c@haiku-os.org> References: <041.944d3c3e0e2813c0f38a2bf619975a5c@haiku-os.org> Message-ID: <050.f46e23b5bc61f691c5d7a0d6f9656813@haiku-os.org> #1204: glitch with DirectGL ------------------------+--------------------------------------------------- Reporter: rayman | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: duplicate | Platform: x86 ------------------------+--------------------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => duplicate Comment: dup of #1188 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 5 21:53:05 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 05 May 2007 19:53:05 -0000 Subject: [Haiku-bugs] [Haiku] #1205: New mail is missing attributes In-Reply-To: <044.28602bb9ceb8c70291c621a15ca89e88@haiku-os.org> References: <044.28602bb9ceb8c70291c621a15ca89e88@haiku-os.org> Message-ID: <053.360948aab94d044ddd6163d1afe95f42@haiku-os.org> #1205: New mail is missing attributes ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/mail_server | Version: R1 development Resolution: duplicate | Platform: All ----------------------------------+----------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => duplicate Comment: duplicate of #1200 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 00:17:41 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 05 May 2007 22:17:41 -0000 Subject: [Haiku-bugs] [Haiku] #1209: Switching the generic mouse pointer from hand to arrow. Message-ID: <043.e9c1cf5cc5172bf967d5b3ce37c30894@haiku-os.org> #1209: Switching the generic mouse pointer from hand to arrow. -------------------------+-------------------------------------------------- Reporter: kaoutsis | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Platform: All | -------------------------+-------------------------------------------------- All operation systems, nowadays, have a generic arrow pointer; And the hand pointer is used for hyper links. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 02:23:36 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 00:23:36 -0000 Subject: [Haiku-bugs] [Haiku] #1210: IMAP: download only headers Message-ID: <041.9ccfa955e46d0ca9cef1ec726c357e43@haiku-os.org> #1210: IMAP: download only headers ---------------------------------+------------------------------------------ Reporter: brecht | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Servers/mail_server | Version: R1 development Platform: All | ---------------------------------+------------------------------------------ The user should be able to specify that only messages' headers are fetched. The full message should be fetched on reading a message. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 11:04:18 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 09:04:18 -0000 Subject: [Haiku-bugs] [Haiku] #1209: Switching the generic mouse pointer from hand to arrow. In-Reply-To: <043.e9c1cf5cc5172bf967d5b3ce37c30894@haiku-os.org> References: <043.e9c1cf5cc5172bf967d5b3ce37c30894@haiku-os.org> Message-ID: <052.442977087c0c3fc6bc8a287a6b9bda7d@haiku-os.org> #1209: Switching the generic mouse pointer from hand to arrow. --------------------------+------------------------------------------------- Reporter: kaoutsis | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: invalid | Platform: All --------------------------+------------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid Comment: Not only nowadays - it was the same 10 years ago. IMO the hand pointer is a peculiarity of BeOS that should just stay; just like the yellow window tabs. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 11:13:50 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 09:13:50 -0000 Subject: [Haiku-bugs] [Haiku] #1207: Placing of controls and icons In-Reply-To: <044.bdfde3b4d2dcea60f2a6a006e588e7f3@haiku-os.org> References: <044.bdfde3b4d2dcea60f2a6a006e588e7f3@haiku-os.org> Message-ID: <053.cc0817faae9cd08d9168ea4fba6e5e0c@haiku-os.org> #1207: Placing of controls and icons ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - Applications/Mail | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Comment (by axeld): IIRC the last separator comes before an optional spam icon - but you're right, it could be dropped. Your text about the "Trash" icon of course only applies to the new mail window. I never used the "Inbox" or "Mail" buttons either; the former doesn't even work in my setup, so there is definitely a reason to rework those. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 20:19:05 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 18:19:05 -0000 Subject: [Haiku-bugs] [Haiku] #1211: KVM returning exception 13 (0) booting Haiku (and crash) Message-ID: <043.bb6de66b58f4cc64420050c7f706ab1f@haiku-os.org> #1211: KVM returning exception 13 (0) booting Haiku (and crash) --------------------------------+------------------------------------------- Reporter: leleobhz | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Boot Loader | Version: R1 development Platform: x86 | --------------------------------+------------------------------------------- After start kvm, when show the haiku graphics (fast), it crashes. Works without kvm (-no-kvm opt), with returns: leleobhz at zorg:~/COISASQUEGOSTO/OS/BeOS/HAIKU$ kvm -hda haiku.image unhandled vm exit: 0x80000021 rax 0000000000000000 rbx 0000000000000000 rcx 0000000000000000 rdx 0000000000000600 rsi 0000000000000000 rdi 0000000000000000 rsp 0000000000000000 rbp 0000000000000000 r8 0000000000000000 r9 0000000000000000 r10 0000000000000000 r11 0000000000000000 r12 0000000000000000 r13 0000000000000000 r14 0000000000000000 r15 0000000000000000 rip 000000000000fff0 rflags 00023002 cs f000 (ffff0000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 0 avl 0) ds 0000 (00000000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 0 avl 0) es 0000 (00000000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 0 avl 0) ss 0000 (00000000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 0 avl 0) fs 0000 (00000000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 0 avl 0) gs 0000 (00000000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 0 avl 0) tr 0000 (08850000/00002088 p 1 dpl 0 db 0 s 0 type b l 0 g 0 avl 0) ldt 0000 (00000000/0000ffff p 1 dpl 0 db 0 s 0 type 0 l 0 g 0 avl 0) gdt 0/ffff idt 0/ffff cr0 60000010 cr2 0 cr3 0 cr4 0 cr8 0 efer 0 Cancelado (core dumped) -no-acpi dont get results. Strace -f dont return notting than a lot of ioctl and the crash on final. GDB returns notting more, but give-me time for a screenshot (attached). Versions: leleobhz at zorg:~$ dpkg -l kvm Desejado=U=Desconhecido/Instalar/Remover/aPagar/H=Manter | status=N?o/Instalado/arquiv.-Config./U=Descomp./Falhou-config/H=semi-inst. |/ Erro?=(nenhum)/H=Mantido/precisa-Reinst./X=os dois problemas (status,Erro: mai?sculas=ruim) ||/ Nome Vers?o Descri??o +++-=============================-=============================-=========== =============================================================== ii kvm 16-1ubuntu2 Full virtualization on x86 hardware leleobhz at zorg:~$ uname -a Linux zorg 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux Mind note: KVM is a mod version of qemu to support intel and amd virtualisation. As writed in the KVM page (http://kvm.qumranet.com/): "With certain guest operating systems, booting gives an immediate "Execption 13" or "Exception 12" message. The problem is caused by the lack of real-mode virtualization on Intel processors. Real mode is the 16-bit instruction set used in the 8088 cpu, and is used for booting modern operating system, and by DOS. kvm uses a hack that allows most, but not all, of real mode instructions to be used. If your guest OS uses a real mode feature that kvm does not emulate, it will crash." So is why Haiku uses unsupported real mode instructions. Someone can make it compatible? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 20:38:09 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 18:38:09 -0000 Subject: [Haiku-bugs] [Haiku] #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip In-Reply-To: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> References: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> Message-ID: <050.90ef9b7366c4c3899467386a88d08abc@haiku-os.org> #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip --------------------------+------------------------------------------------- Reporter: nutela | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: x86 --------------------------+------------------------------------------------- Comment (by nutela): It KDLs when I do a input_server -q. Need KDL info? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 20:44:20 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 18:44:20 -0000 Subject: [Haiku-bugs] [Haiku] #1197: BFile::SetTo returns inconsistent with R5 In-Reply-To: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> References: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> Message-ID: <053.09da17ca9db4f4bc64124be069d72911@haiku-os.org> #1197: BFile::SetTo returns inconsistent with R5 -------------------------------+-------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Platform: All -------------------------------+-------------------------------------------- Comment (by anevilyak): Done, see http://www.bebits.com/bob/20932/Vision-0.9.7-SF-01052007.zip for updated version :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 22:10:43 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 20:10:43 -0000 Subject: [Haiku-bugs] [Haiku] #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip In-Reply-To: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> References: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> Message-ID: <050.459255c4999cfef71ee9db2e7356752d@haiku-os.org> #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip --------------------------+------------------------------------------------- Reporter: nutela | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: x86 --------------------------+------------------------------------------------- Comment (by nutela): I think the boot time increase causes this; (from syslog) KERN 'sysinit2'[3]: scsi_cam: path 0 slack... KERN 'sysinit2'[3]: scsi_cam: path 1 slack... KERN 'sysinit2'[3]: get_checksum(...,0,32256) KERN 'sysinit2'[3]: SCSI DISK -- get_checksum: problem reading block 0 KERN 'sysinit2'[3]: get_checksum(...,0,32256) KERN 'sysinit2'[3]: SCSI DISK -- get_checksum: problem reading block 0 KERN 'sysinit2'[3]: get_checksum(...,0,32256) KERN 'sysinit2'[3]: SCSI DISK -- get_checksum: problem reading block 0 KERN 'sysinit2'[3]: get_checksum(...,0,32256) KERN 'sysinit2'[3]: SCSI DISK -- get_checksum: problem reading block 0 KERN 'sysinit2'[3]: get_checksum(...,0,32256) KERN 'sysinit2'[3]: SCSI DISK -- get_checksum: problem reading block 0 KERN 'sysinit2'[3]: get_checksum(...,0,32256) etc. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 22:36:29 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 20:36:29 -0000 Subject: [Haiku-bugs] [Haiku] #1211: KVM returning exception 13 (0) booting Haiku (and crash) In-Reply-To: <043.bb6de66b58f4cc64420050c7f706ab1f@haiku-os.org> References: <043.bb6de66b58f4cc64420050c7f706ab1f@haiku-os.org> Message-ID: <052.3a05ac54bae10b55655528900b6df730@haiku-os.org> #1211: KVM returning exception 13 (0) booting Haiku (and crash) ---------------------------------+------------------------------------------ Reporter: leleobhz | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Boot Loader | Version: R1 development Resolution: invalid | Platform: x86 ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => invalid Comment: I don't think it's worth the effort for now. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 22:39:46 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 20:39:46 -0000 Subject: [Haiku-bugs] [Haiku] #1197: BFile::SetTo returns inconsistent with R5 In-Reply-To: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> References: <044.6847decaf3278973ce76f755a6476fc9@haiku-os.org> Message-ID: <053.4736f021a9993d05a5f5165dbcbf9b01@haiku-os.org> #1197: BFile::SetTo returns inconsistent with R5 -------------------------------+-------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Platform: All -------------------------------+-------------------------------------------- Comment (by axeld): Nice, thanks! :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 22:59:24 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 20:59:24 -0000 Subject: [Haiku-bugs] [Haiku] #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip In-Reply-To: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> References: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> Message-ID: <050.63fcce55fb02628cc03fcf5caa61462c@haiku-os.org> #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip --------------------------+------------------------------------------------- Reporter: nutela | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: x86 --------------------------+------------------------------------------------- Changes (by mmlr): * status: new => assigned Comment: Good news first: The KDL on unplugging devices should be fixed. The KDL on unmount probably too. The Tracker by the way cannot know when you unplug the device. It won't unmount it therefore. That the mount menu refreshes slower is caused by the usb_scsi module. Happens the same if you install it with the R5 stack. It's probable that you just didn't have it installed before. Scrolling is dependent on the hid module in use. The plain R5 hid module doesn't support scrolling, but the one from Dano does. Yes, the long booting is probably caused by errors in communicating with a plugged in mass storage device. You could check if the boot is quicker when you don't have it plugged in. The boot time will increase when you have usb_scsi installed, this is simply because the USB stack has to be loaded and all the controllers have to be initialized. From the syslog I take it that you run more or less plain R5 with only UHCI and no EHCI (USB 2.0) controller? A stack crawl ("sc") from the KDL on input_server killing would be helpful, thanks for all the infos! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 6 23:13:36 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 21:13:36 -0000 Subject: [Haiku-bugs] [Haiku] #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip In-Reply-To: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> References: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> Message-ID: <050.173effaea8092df53dbac344f834af55@haiku-os.org> #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip --------------------------+------------------------------------------------- Reporter: nutela | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: x86 --------------------------+------------------------------------------------- Comment (by nutela): Thanks for the reply mmlr, tell me if your on IRC or BeShare or elsewhere, I could ask and test much better IMHO. I haven't plugged in any mass storage usb device but the booting is stil very slow, several minutes instead of 20 seconds. By HID module you mean usb_hid driver? I could use the one from Haiku and test that as well. I have another weird problem, beside multimedia keys, I have an key not working; the backslash key, it doesn't get visually pressed in the keymap pref app as well. I downloaded some HexKeyCode program the key did not appear! The code must be > 0x7F (127) You are right about the syslog, plain R5 with only UHCI controller. I will get you an SC later. Thanks for making it work :-)! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 00:07:36 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 06 May 2007 22:07:36 -0000 Subject: [Haiku-bugs] [Haiku] #1202: UserBootscript etc. missing from $HOME/config/boot In-Reply-To: <044.2ef40a276f96a58d4c7e6f43c3ce0c65@haiku-os.org> References: <044.2ef40a276f96a58d4c7e6f43c3ce0c65@haiku-os.org> Message-ID: <053.605b24bc93349e95b92b11b78c055b00@haiku-os.org> #1202: UserBootscript etc. missing from $HOME/config/boot --------------------------+------------------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by marcusoverhagen): please note that we cannot use original beos r5 files, altered or not -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 02:05:57 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 00:05:57 -0000 Subject: [Haiku-bugs] [Haiku] #1072: Write an HDA audio driver and add-on In-Reply-To: <040.a10117f1ecafcc52de483402ae8e415f@haiku-os.org> References: <040.a10117f1ecafcc52de483402ae8e415f@haiku-os.org> Message-ID: <049.ba7017a4bfa3784eaa0e9c490ccf301a@haiku-os.org> #1072: Write an HDA audio driver and add-on ----------------------------+----------------------------------------------- Reporter: axeld | Owner: Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by ithamar): just a quick note to officially register that I am working on this driver. It is approaching reasonable usability/stability, and should arrive in SVN pretty soon. It is using the Haiku multi_audio API, as that seems sufficient for the features supported, and if multi_audio would/will not fit, that would be a good reason to reevaluate this API :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 02:13:18 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 00:13:18 -0000 Subject: [Haiku-bugs] [Haiku] #1210: IMAP: download only headers In-Reply-To: <041.9ccfa955e46d0ca9cef1ec726c357e43@haiku-os.org> References: <041.9ccfa955e46d0ca9cef1ec726c357e43@haiku-os.org> Message-ID: <050.5e2f18330e3bbf4972f1cbd0e679ac77@haiku-os.org> #1210: IMAP: download only headers ----------------------------------+----------------------------------------- Reporter: brecht | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Servers/mail_server | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Changes (by ithamar): * cc: ithamar at unet.nl (added) Comment: The problem with this approach is that it requires modifications on the email _client_ side. Currently, mail is stored as plain text files, with many headers 'exported' as attributes. We would have to add an attribute to the file to specify that it is header-only, and that the rest of the mail should be retrieved. Also, normally the connectivity to the mail server is handled by the mail_daemon. So to sum up the changes required: - Add attribute to 'standard' mail format signalling email content needs to be retrieved. - Update Mail Kit API to include accessor for this attribute and method to 'update' mail (?) - Interface between Mail Kit API and mail_daemon to actually contact mail server and retrieve body. - Update BeMail to include the check for headers-only mail files. Anybody any comments? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 08:57:15 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 06:57:15 -0000 Subject: [Haiku-bugs] [Haiku] #1210: IMAP: download only headers In-Reply-To: <041.9ccfa955e46d0ca9cef1ec726c357e43@haiku-os.org> References: <041.9ccfa955e46d0ca9cef1ec726c357e43@haiku-os.org> Message-ID: <050.d950a0c16a566ffb37e43b08272af312@haiku-os.org> #1210: IMAP: download only headers ----------------------------------+----------------------------------------- Reporter: brecht | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Servers/mail_server | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Comment (by axeld): Nathan implemented IMAP support, but I could have sworn MDR already supports that feature; I never used IMAP with it yet, though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 09:03:29 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 07:03:29 -0000 Subject: [Haiku-bugs] [Haiku] #1072: Write an HDA audio driver and add-on In-Reply-To: <040.a10117f1ecafcc52de483402ae8e415f@haiku-os.org> References: <040.a10117f1ecafcc52de483402ae8e415f@haiku-os.org> Message-ID: <049.b3be40d715af5bc4ca58f5df5c763655@haiku-os.org> #1072: Write an HDA audio driver and add-on ----------------------------+----------------------------------------------- Reporter: axeld | Owner: Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by axeld): Since Haiku's multi-audio API is not compatible anyway, that would definitely be the preferred solution :-) Anyway, I guess you don't mind if I assign this ticket to you? There is a "colacoder" user, but I can't find an ithamar in the user list... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 10:49:33 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 08:49:33 -0000 Subject: [Haiku-bugs] [Haiku] #551: Drag icon for current folder (located in the Menu) doesnt change its color. In-Reply-To: <061.df4562e4cddaefab5b9cdff850e2e00b@haiku-os.org> References: <061.df4562e4cddaefab5b9cdff850e2e00b@haiku-os.org> Message-ID: <070.f16163620dee89b71c9232161becf88a@haiku-os.org> #551: Drag icon for current folder (located in the Menu) doesnt change its color. -----------------------------------------+---------------------------------- Reporter: mikael.konradson at gmail.com | Owner: axeld Type: bug | Status: new Priority: low | Milestone: R1 Component: - Applications/Tracker | Version: Resolution: | Platform: All -----------------------------------------+---------------------------------- Changes (by jonas.kirilla): * cc: jonas.kirilla (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 14:30:16 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 12:30:16 -0000 Subject: [Haiku-bugs] [Haiku] #1188: GLTeapot , drag, artifacts. In-Reply-To: <041.9b0f9a5bed97b3cf35bcb317ebef3be8@haiku-os.org> References: <041.9b0f9a5bed97b3cf35bcb317ebef3be8@haiku-os.org> Message-ID: <050.e5ceacafdd140b592c6de60109de678d@haiku-os.org> #1188: GLTeapot , drag, artifacts. ------------------------+--------------------------------------------------- Reporter: mmadia | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Comment (by jackburton): Replying to [comment:2 jackburton]: > And actually it only happens with GLTeapot and the GLDirectDemo, not with Chart (which also uses a BDirectWindow, although not a GLView). Too bad I can't edit comments... happens only with GLTeapot. GLDirectDemo doesn't suffer from this problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 15:30:14 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 13:30:14 -0000 Subject: [Haiku-bugs] [Haiku] #1202: UserBootscript etc. missing from $HOME/config/boot In-Reply-To: <044.2ef40a276f96a58d4c7e6f43c3ce0c65@haiku-os.org> References: <044.2ef40a276f96a58d4c7e6f43c3ce0c65@haiku-os.org> Message-ID: <053.c80fce4fed7795f7311b2747f2d0979d@haiku-os.org> #1202: UserBootscript etc. missing from $HOME/config/boot --------------------------+------------------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by humdinger): Hmmm... I guess that would at least rule out the ''UserSetupEnvironment''. I'm also not sure if we even need a SetupEnvironment right now. The others are virtually empty, aside from the Autostart thing in ''UserBootscript'' which R5 didn't have. You're left with only the comments in each file which I have tried to shorten, compared to their R5 counterparts. You'll be hard pressed coming up with helpful comments that don't resemble those of R5. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 15:52:24 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 13:52:24 -0000 Subject: [Haiku-bugs] [Haiku] #1072: Write an HDA audio driver and add-on In-Reply-To: <040.a10117f1ecafcc52de483402ae8e415f@haiku-os.org> References: <040.a10117f1ecafcc52de483402ae8e415f@haiku-os.org> Message-ID: <049.b45fec73345721f8fd954e6743788cde@haiku-os.org> #1072: Write an HDA audio driver and add-on ----------------------------+----------------------------------------------- Reporter: axeld | Owner: Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by wkornewald): I added "colacoder" because that was your (Ithamar's) SVN user name and I thought you'd use that for the website, too. I've added "ithamar" to the devs, so you can now accept tickets yourself (just choose "accept ticket"). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 17:05:17 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 15:05:17 -0000 Subject: [Haiku-bugs] [Haiku] #1212: human interface guideline patches: ellipsis and related in menu items, buttons Message-ID: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> #1212: human interface guideline patches: ellipsis and related in menu items, buttons ------------------------------+--------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Platform: All | ------------------------------+--------------------------------------------- Patches to apps, prefs, BDragger and libprint. Apps: Cortex, DeskCalc, Expander, Mail, MediaPlayer, NetworkStatus, People, Poorman, ProcessController, Pulse, StyledEdit, Terminal, TV Prefs: DUN, DataTranslations, Devices, Menu, Network Interface kit: Dragger.cpp Misc: JobSetupDlg.cpp -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 17:11:28 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 15:11:28 -0000 Subject: [Haiku-bugs] [Haiku] #1212: human interface guideline patches: ellipsis and related in menu items, buttons In-Reply-To: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> References: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> Message-ID: <057.5703fec0f41c6f9250879672a8cafa30@haiku-os.org> #1212: human interface guideline patches: ellipsis and related in menu items, buttons -------------------------------+-------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Resolution: | Platform: All -------------------------------+-------------------------------------------- Comment (by jonas.kirilla): Let me know if you want the patches uploaded individually, or grouped somehow. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 18:32:45 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 16:32:45 -0000 Subject: [Haiku-bugs] [Haiku] #845: Haiku fails to build on x86_64 Linux In-Reply-To: <049.82a22c88477a874ab24dc8263770263a@haiku-os.org> References: <049.82a22c88477a874ab24dc8263770263a@haiku-os.org> Message-ID: <058.1559b48b1edd48520df53c3bf068ee88@haiku-os.org> #845: Haiku fails to build on x86_64 Linux -----------------------------+---------------------------------------------- Reporter: johndrinkwater | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: x64 -----------------------------+---------------------------------------------- Comment (by bonefish): As of r21011 the size_t issue should no longer exist. The new bfs_shell should have a better chance to build (and work) on previously unsupported platforms. So, if someone could retry building on x86_64 with a current revision, odds are that remaining problems will be relatively easy to fix. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 20:00:58 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 18:00:58 -0000 Subject: [Haiku-bugs] [Haiku] #1167: USB stack built for BONE crashes in UHCI finish thread In-Reply-To: <048.74efea18efe982a00068e2f2402398d7@haiku-os.org> References: <048.74efea18efe982a00068e2f2402398d7@haiku-os.org> Message-ID: <057.19a109cc9aa3abaaf1f08df50d0834ac@haiku-os.org> #1167: USB stack built for BONE crashes in UHCI finish thread ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: fixed | Platform: x86 ----------------------------+----------------------------------------------- Changes (by mmlr): * status: assigned => closed * resolution: => fixed Comment: Fixed in r21059. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 20:59:26 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 18:59:26 -0000 Subject: [Haiku-bugs] [Haiku] #1213: "Check Mail Now" button & menu should be disabled when there are no email accounts Message-ID: <039.6a9ac64eb8d551c4e68ce98e94e36760@haiku-os.org> #1213: "Check Mail Now" button & menu should be disabled when there are no email accounts ------------------------------+--------------------------------------------- Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Platform: All | ------------------------------+--------------------------------------------- The "Check Mail Now" button and Deskbar MDR replicant menu entry are enabled even when there are not email accounts. They should be disabled (geyed out). Screenshot follows. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 23:21:26 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 21:21:26 -0000 Subject: [Haiku-bugs] [Haiku] #1214: Removing CannaIM input method file from "input_server/methods" folder causes KDL Message-ID: <039.85cb92feb4066262757403608561bca9@haiku-os.org> #1214: Removing CannaIM input method file from "input_server/methods" folder causes KDL -----------------------+---------------------------------------------------- Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Platform: All | -----------------------+---------------------------------------------------- Haiku automatically enables input methods that are dropped in the /input_server/methods folder without a need to restart the input_server. However, removing the CannaIM input method file from the above-mentioned folder causes KDL. Screenshot showing backtrace follows. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 23:21:56 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 21:21:56 -0000 Subject: [Haiku-bugs] [Haiku] #1215: Removing CannaIM input method file from "input_server/methods" folder causes KDL Message-ID: <039.4e494cdf27ef786904c98e8bb1a0740f@haiku-os.org> #1215: Removing CannaIM input method file from "input_server/methods" folder causes KDL ----------------------------------+----------------------------------------- Reporter: koki | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1 development Platform: All | ----------------------------------+----------------------------------------- Haiku automatically enables input methods that are dropped in the /input_server/methods folder without a need to restart the input_server. However, removing the CannaIM input method file from the above-mentioned folder causes KDL. Screenshot showing backtrace follows. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 7 23:37:10 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 21:37:10 -0000 Subject: [Haiku-bugs] [Haiku] #1215: Removing CannaIM input method file from "input_server/methods" folder crashes input_server In-Reply-To: <039.4e494cdf27ef786904c98e8bb1a0740f@haiku-os.org> References: <039.4e494cdf27ef786904c98e8bb1a0740f@haiku-os.org> Message-ID: <048.b6bf7ce5e5a20866dc5c416c9396303a@haiku-os.org> #1215: Removing CannaIM input method file from "input_server/methods" folder crashes input_server -----------------------------------+---------------------------------------- Reporter: koki | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1 development Resolution: | Platform: All -----------------------------------+---------------------------------------- Changes (by axeld): * summary: Removing CannaIM input method file from "input_server/methods" folder causes KDL => Removing CannaIM input method file from "input_server/methods" folder crashes input_server Comment: BTW when you see "GDB" it's not KDL (aka kernel debugging land), it's still userland, even if it looks indeed similar :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 8 01:53:05 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 07 May 2007 23:53:05 -0000 Subject: [Haiku-bugs] [Haiku] #1072: Write an HDA audio driver and add-on In-Reply-To: <040.a10117f1ecafcc52de483402ae8e415f@haiku-os.org> References: <040.a10117f1ecafcc52de483402ae8e415f@haiku-os.org> Message-ID: <049.27ff77103c3785c914fb525713f462f2@haiku-os.org> #1072: Write an HDA audio driver and add-on ----------------------------+----------------------------------------------- Reporter: axeld | Owner: ithamar Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by axeld): * owner: => ithamar -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 8 12:00:38 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 08 May 2007 10:00:38 -0000 Subject: [Haiku-bugs] [Haiku] #1212: human interface guideline patches: ellipsis and related in menu items, buttons In-Reply-To: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> References: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> Message-ID: <057.d5b21d943981c385c859151b214ee9be@haiku-os.org> #1212: human interface guideline patches: ellipsis and related in menu items, buttons -------------------------------+-------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Resolution: | Platform: All -------------------------------+-------------------------------------------- Comment (by jonas.kirilla): I should probably mention that I've changed Terminal's menu item "Start New Terminal" to say just "New Terminal?" to be more in line with the other applications. This deviates from R5 but I think it makes sense. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 8 13:13:26 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 08 May 2007 11:13:26 -0000 Subject: [Haiku-bugs] [Haiku] #1212: human interface guideline patches: ellipsis and related in menu items, buttons In-Reply-To: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> References: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> Message-ID: <057.56c9ffa4d77323dfa4fb3e0ad7e89990@haiku-os.org> #1212: human interface guideline patches: ellipsis and related in menu items, buttons -------------------------------+-------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Resolution: | Platform: All -------------------------------+-------------------------------------------- Changes (by axeld): * status: new => assigned Comment: Thanks for the patches, I'll look into applying them soon. But to answer your question above, it would have been nice to only have a single patch to apply in this case :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 8 13:15:36 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 08 May 2007 11:15:36 -0000 Subject: [Haiku-bugs] [Haiku] #1216: GDB screen on first startup Message-ID: <044.c09c909092f524ea52aa934659c5cf60@haiku-os.org> #1216: GDB screen on first startup -----------------------+---------------------------------------------------- Reporter: meanwhile | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Platform: x86 | -----------------------+---------------------------------------------------- First try running Haiku on an older PC (that runs BeOS nicely) gives this GDB screen: http://www.xs4all.nl/~rrvvww/HaikuScreen1.png Typing 'bt' leads to this: http://www.xs4all.nl/~rrvvww/HaikuScreen1a.png -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 8 14:42:14 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 08 May 2007 12:42:14 -0000 Subject: [Haiku-bugs] [Haiku] #1167: USB stack built for BONE crashes in UHCI finish thread In-Reply-To: <048.74efea18efe982a00068e2f2402398d7@haiku-os.org> References: <048.74efea18efe982a00068e2f2402398d7@haiku-os.org> Message-ID: <057.de6caacc79a7ccc799741ce6e3c30fc5@haiku-os.org> #1167: USB stack built for BONE crashes in UHCI finish thread ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: fixed | Platform: x86 ----------------------------+----------------------------------------------- Comment (by jonas.kirilla): Replying to [comment:9 mmlr]: > Fixed in r21059. Fix confirmed. Thank you! =) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 8 22:00:44 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 08 May 2007 20:00:44 -0000 Subject: [Haiku-bugs] [Haiku] #1217: AUICH looping media_server Message-ID: <044.4a2404a68a24a4221ce265dab4360f38@haiku-os.org> #1217: AUICH looping media_server ---------------------------+------------------------------------------------ Reporter: atomozero | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Platform: All | ---------------------------+------------------------------------------------ AUICH driver sends the media_server into a loop making it use the 100% of the CPU -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 9 13:14:18 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 09 May 2007 11:14:18 -0000 Subject: [Haiku-bugs] [Haiku] #1218: Support for GeForce 7100 GS Message-ID: <040.2d614584dc1dfef24ab91a182761c220@haiku-os.org> #1218: Support for GeForce 7100 GS -------------------------------------+-------------------------------------- Reporter: cyrus | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Platform: x86 | -------------------------------------+-------------------------------------- I have a GeForce 7100 GS Card (016a), based on NV44 that works great with this modifications: Index: kernel/drivers/graphics/nvidia/driver.c =================================================================== --- kernel/drivers/graphics/nvidia/driver.c (revision 21076) +++ kernel/drivers/graphics/nvidia/driver.c (working copy) @@ -181,6 +181,7 @@ 0x0168, /* Nvidia GeForce 6400 Go */ 0x0169, /* Nvidia GeForce 6250 Go */ 0x016b, /* Nvidia unknown FX Go */ + 0x016a, /* Nvidia Geforce 7100 GS */ 0x016c, /* Nvidia unknown FX Go */ 0x016d, /* Nvidia unknown FX Go */ 0x016e, /* Nvidia unknown FX */ Index: accelerants/nvidia/engine/nv_general.c =================================================================== --- accelerants/nvidia/engine/nv_general.c (revision 21076) +++ accelerants/nvidia/engine/nv_general.c (working copy) @@ -553,6 +553,13 @@ sprintf(si->adi.chipset, "NV44"); status = nvxx_general_powerup(); break; + case 0x016a10de: /* Nvidia 7100 GS */ + si->ps.card_type = NV44; + si->ps.card_arch = NV40A; + sprintf(si->adi.name, "Nvidia GeForce 7100 GS"); + sprintf(si->adi.chipset, "NV44"); + status = nvxx_general_powerup(); + break; case 0x016b10de: /* Nvidia unknown FX Go */ case 0x016c10de: /* Nvidia unknown FX Go */ case 0x016d10de: /* Nvidia unknown FX Go */ It would be nice if that could go into upstream. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 9 13:56:07 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 09 May 2007 11:56:07 -0000 Subject: [Haiku-bugs] [Haiku] #1218: Support for GeForce 7100 GS In-Reply-To: <040.2d614584dc1dfef24ab91a182761c220@haiku-os.org> References: <040.2d614584dc1dfef24ab91a182761c220@haiku-os.org> Message-ID: <049.a8102624e0d02f01c26cf12572c78e28@haiku-os.org> #1218: Support for GeForce 7100 GS --------------------------------------+------------------------------------- Reporter: cyrus | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Platform: x86 --------------------------------------+------------------------------------- Comment (by korli): BTW you can provide patchs as attachments, not in the ticket description :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 9 14:03:21 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 09 May 2007 12:03:21 -0000 Subject: [Haiku-bugs] [Haiku] #1218: Support for GeForce 7100 GS In-Reply-To: <040.2d614584dc1dfef24ab91a182761c220@haiku-os.org> References: <040.2d614584dc1dfef24ab91a182761c220@haiku-os.org> Message-ID: <049.345f58a33ed2607625a84aae47ccdedc@haiku-os.org> #1218: Support for GeForce 7100 GS --------------------------------------+------------------------------------- Reporter: cyrus | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: fixed | Platform: x86 --------------------------------------+------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Indeed, a patch file would have been nicer. Anyway, I've applied the patch with r21084 - thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 9 14:11:55 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 09 May 2007 12:11:55 -0000 Subject: [Haiku-bugs] [Haiku] #1217: AUICH looping media_server In-Reply-To: <044.4a2404a68a24a4221ce265dab4360f38@haiku-os.org> References: <044.4a2404a68a24a4221ce265dab4360f38@haiku-os.org> Message-ID: <053.7b2d81bcc44ebbf5585030a3e05c233f@haiku-os.org> #1217: AUICH looping media_server ----------------------------+----------------------------------------------- Reporter: atomozero | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by korli): It seems there is no interrupt set for your audio device, hence no automatic support for it. You can eventually try to play with the auich settings file (there is a "use_thread" setting). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 9 23:49:01 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 09 May 2007 21:49:01 -0000 Subject: [Haiku-bugs] [Haiku] #1217: AUICH looping media_server In-Reply-To: <044.4a2404a68a24a4221ce265dab4360f38@haiku-os.org> References: <044.4a2404a68a24a4221ce265dab4360f38@haiku-os.org> Message-ID: <053.6aeed5d55bd2f9591e4e2ea25483ce08@haiku-os.org> #1217: AUICH looping media_server ----------------------------+----------------------------------------------- Reporter: atomozero | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by atomozero): Replying to [comment:1 korli]: > You can eventually try to play with the auich settings file (there is a "use_thread" setting). nothing, the media_Server is always 100% :( -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 10 01:56:55 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 09 May 2007 23:56:55 -0000 Subject: [Haiku-bugs] [Haiku] #1188: GLTeapot , drag, artifacts. In-Reply-To: <041.9b0f9a5bed97b3cf35bcb317ebef3be8@haiku-os.org> References: <041.9b0f9a5bed97b3cf35bcb317ebef3be8@haiku-os.org> Message-ID: <050.44ee3aa980e769959b65745272ec0a11@haiku-os.org> #1188: GLTeapot , drag, artifacts. ------------------------+--------------------------------------------------- Reporter: mmadia | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Comment (by mmadia): build r21095 doesn't have the artifacts issue. however, note #2 still persists. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 10 11:49:44 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 10 May 2007 09:49:44 -0000 Subject: [Haiku-bugs] [Haiku] #1188: GLTeapot , drag, artifacts. In-Reply-To: <041.9b0f9a5bed97b3cf35bcb317ebef3be8@haiku-os.org> References: <041.9b0f9a5bed97b3cf35bcb317ebef3be8@haiku-os.org> Message-ID: <050.6ce72dbffecfb8805aadc5bcf9bb9f61@haiku-os.org> #1188: GLTeapot , drag, artifacts. ------------------------+--------------------------------------------------- Reporter: mmadia | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Comment (by jackburton): Replying to [comment:4 mmadia]: > build r21095 doesn't have the artifacts issue. Yes. Although I had to set the view color to black instead of B_TRANSPARENT_32_BIT, and this clashes with what the bebook says. Maybe we'll want to find a better fix. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 10 21:54:40 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 10 May 2007 19:54:40 -0000 Subject: [Haiku-bugs] [Haiku] #1215: Removing CannaIM input method file from "input_server/methods" folder crashes input_server In-Reply-To: <039.4e494cdf27ef786904c98e8bb1a0740f@haiku-os.org> References: <039.4e494cdf27ef786904c98e8bb1a0740f@haiku-os.org> Message-ID: <048.49a215aadc5bfeb22363e7a77447eeb8@haiku-os.org> #1215: Removing CannaIM input method file from "input_server/methods" folder crashes input_server -----------------------------------+---------------------------------------- Reporter: koki | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1 development Resolution: fixed | Platform: All -----------------------------------+---------------------------------------- Changes (by korli): * status: new => closed * resolution: => fixed Comment: Fixed in revision 21106. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 10 22:38:50 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 10 May 2007 20:38:50 -0000 Subject: [Haiku-bugs] [Haiku] #1165: ListView triggers debugger when redrawing without being attached to the window In-Reply-To: <044.4594310e79f39da1a0a28bbd35e43f75@haiku-os.org> References: <044.4594310e79f39da1a0a28bbd35e43f75@haiku-os.org> Message-ID: <053.ce77a3cfa2dbfe761849a497115f7b6c@haiku-os.org> #1165: ListView triggers debugger when redrawing without being attached to the window -------------------------------+-------------------------------------------- Reporter: bnickname | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Resolution: | Platform: All -------------------------------+-------------------------------------------- Changes (by jackburton): * owner: axeld => jackburton -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 10 22:39:30 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 10 May 2007 20:39:30 -0000 Subject: [Haiku-bugs] [Haiku] #1165: ListView triggers debugger when redrawing without being attached to the window In-Reply-To: <044.4594310e79f39da1a0a28bbd35e43f75@haiku-os.org> References: <044.4594310e79f39da1a0a28bbd35e43f75@haiku-os.org> Message-ID: <053.ba1c88822c3043e9bc88554377e2f502@haiku-os.org> #1165: ListView triggers debugger when redrawing without being attached to the window -------------------------------+-------------------------------------------- Reporter: bnickname | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Resolution: | Platform: All -------------------------------+-------------------------------------------- Changes (by jackburton): * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 10 22:41:07 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 10 May 2007 20:41:07 -0000 Subject: [Haiku-bugs] [Haiku] #1165: ListView triggers debugger when redrawing without being attached to the window In-Reply-To: <044.4594310e79f39da1a0a28bbd35e43f75@haiku-os.org> References: <044.4594310e79f39da1a0a28bbd35e43f75@haiku-os.org> Message-ID: <053.782197bf194f3bfd8fa54cafdcb2deac@haiku-os.org> #1165: ListView triggers debugger when redrawing without being attached to the window -------------------------------+-------------------------------------------- Reporter: bnickname | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Resolution: fixed | Platform: All -------------------------------+-------------------------------------------- Changes (by jackburton): * status: assigned => closed * resolution: => fixed Comment: Fixed in r21107 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 11 06:16:23 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 11 May 2007 04:16:23 -0000 Subject: [Haiku-bugs] [Haiku] #1215: Removing CannaIM input method file from "input_server/methods" folder crashes input_server In-Reply-To: <039.4e494cdf27ef786904c98e8bb1a0740f@haiku-os.org> References: <039.4e494cdf27ef786904c98e8bb1a0740f@haiku-os.org> Message-ID: <048.4b1547a1b78630f106b54607b6701d26@haiku-os.org> #1215: Removing CannaIM input method file from "input_server/methods" folder crashes input_server -----------------------------------+---------------------------------------- Reporter: koki | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1 development Resolution: fixed | Platform: All -----------------------------------+---------------------------------------- Comment (by koki): I can corroborate that this bug is fixed (tested on revision 21107). Thanks korli! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 11 09:04:03 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 11 May 2007 07:04:03 -0000 Subject: [Haiku-bugs] [Haiku] #1215: Removing CannaIM input method file from "input_server/methods" folder crashes input_server In-Reply-To: <039.4e494cdf27ef786904c98e8bb1a0740f@haiku-os.org> References: <039.4e494cdf27ef786904c98e8bb1a0740f@haiku-os.org> Message-ID: <048.87795ffb90103ad41b2d749a09aba0a5@haiku-os.org> #1215: Removing CannaIM input method file from "input_server/methods" folder crashes input_server -----------------------------------+---------------------------------------- Reporter: koki | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1 development Resolution: fixed | Platform: All -----------------------------------+---------------------------------------- Comment (by axeld): And another new word in my vocabulary, thanks Koki :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 11 18:31:03 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 11 May 2007 16:31:03 -0000 Subject: [Haiku-bugs] [Haiku] #1219: People links on the About page Message-ID: <048.8983de34ffabf3580f2916d31663b853@haiku-os.org> #1219: People links on the About page ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: wkornewald Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - Website/CMS | Version: R1 development Platform: All | ---------------------------+------------------------------------------------ On the About page, http://haiku-os.org/about, I suggest that: The word '''volunteers''' be linked to the Project Teams page: http://haiku-os.org/about/teams The word '''community''' be linked to http://haiku-os.org/community If the words '''core members''' are intended to mean the Admin Team, they be linked to http://haiku-os.org/about/teams/admin This would add some '''people''' to the '''Who We Are''' section, beyond Michael. As a minor detail I would like to note that, in my opinion, "project leader" would look more serious than initial caps "Project Leader". -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 11 19:04:32 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 11 May 2007 17:04:32 -0000 Subject: [Haiku-bugs] [Haiku] #1219: People links on the About page In-Reply-To: <048.8983de34ffabf3580f2916d31663b853@haiku-os.org> References: <048.8983de34ffabf3580f2916d31663b853@haiku-os.org> Message-ID: <057.8c7419d8554a2b2fd31b6ec13b775de6@haiku-os.org> #1219: People links on the About page ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: enhancement | Status: closed Priority: normal | Milestone: Website R2 Component: - Website/CMS | Version: R1 development Resolution: fixed | Platform: All ----------------------------+----------------------------------------------- Changes (by wkornewald): * status: new => closed * resolution: => fixed * milestone: R1 => Website R2 Comment: Thanks for reporting! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 11 22:53:39 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 11 May 2007 20:53:39 -0000 Subject: [Haiku-bugs] [Haiku] #1219: People links on the About page In-Reply-To: <048.8983de34ffabf3580f2916d31663b853@haiku-os.org> References: <048.8983de34ffabf3580f2916d31663b853@haiku-os.org> Message-ID: <057.36cbaca276413dade8f3de8979436cf4@haiku-os.org> #1219: People links on the About page ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: enhancement | Status: closed Priority: normal | Milestone: Website R2 Component: - Website/CMS | Version: R1 development Resolution: fixed | Platform: All ----------------------------+----------------------------------------------- Comment (by jonas.kirilla): Swift as always! Thank you Waldemar! :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 11 23:15:39 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 11 May 2007 21:15:39 -0000 Subject: [Haiku-bugs] [Haiku] #1220: USB webcam device not published by usb_raw Message-ID: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> #1220: USB webcam device not published by usb_raw -------------------------+-------------------------------------------------- Reporter: mmu_man | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Platform: All | -------------------------+-------------------------------------------------- My webcam doesn't get published by usb_raw in Haiku. It seems the stack doesn't like it: {{{ KERN: usb_ehci: pipe change 0 for pipe 0x90b20480 KERN: usb_ehci: pipe change 0 for pipe 0x90b20500 KERN: usb_uhci: no devices found ... KERN: USB BusManager: error while setting device address ... KERN: USB Hub 1: port 2 disabled KERN: Last message repeated 3 times. KERN: USB BusManager: error while setting device address KERN: USB Hub 1: port 2 enabled KERN: Last message repeated 2 times. KERN: USB BusManager: error while setting device address KERN: USB Hub 1: port 2 enabled KERN: Last message repeated 2 times. }}} Tried to enable DEBUG on usb but it doesn't seem to print much more... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 12 08:55:28 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 12 May 2007 06:55:28 -0000 Subject: [Haiku-bugs] [Haiku] #1221: Spell check feature does not work in Haiku Mail app Message-ID: <039.0598bf0e60a066f6598147d43c81a17c@haiku-os.org> #1221: Spell check feature does not work in Haiku Mail app ---------------------------------+------------------------------------------ Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Applications/Mail | Version: R1 development Platform: All | ---------------------------------+------------------------------------------ When you attempt to use the spell check feature in the Haiku Email app, you get the following message: "The spell check feature requires the optional "words" file on your BeOS CD." To reproduce: * Create a new email message using Haiku's Email app * Type some text * Select "Check Spelling" from "Edit" menu. Expected behaviour: The spell check should just work, or otherwise removed from the Email app. Screenshot showing warning message attached. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 13 11:24:26 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 13 May 2007 09:24:26 -0000 Subject: [Haiku-bugs] [Haiku] #1220: USB webcam device not published by usb_raw In-Reply-To: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> References: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> Message-ID: <051.198f6834d24d821dda297d57ad41045d@haiku-os.org> #1220: USB webcam device not published by usb_raw --------------------------+------------------------------------------------- Reporter: mmu_man | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Changes (by mmlr): * status: new => assigned Comment: Now this is pretty severe as the addressing is the very first step in handling a device. It is done even before getting a device descriptor or anything. It's possible that the device times out somehow then you could try playing around with the delay defines in "src/add- ons/kernel/bus_managers/usb/usbspec_p.h". They are generally larger than those specified in the USB specs, maybe some of them are too long for the device at hand. Could you please also get and post some infos about the device to see if it has some known specifics. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 13 12:10:14 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 13 May 2007 10:10:14 -0000 Subject: [Haiku-bugs] [Haiku] #1220: USB webcam device not published by usb_raw In-Reply-To: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> References: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> Message-ID: <051.cdf02435715cdfb968492c42858ae4f5@haiku-os.org> #1220: USB webcam device not published by usb_raw --------------------------+------------------------------------------------- Reporter: mmu_man | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by mmu_man): cheapo "Sonix" webcam: {{{ [Device] Location ............... [/dev/bus/usb] /2/2 Class .................. 0 Subclass ............... 0 Protocol ............... 0 Vendor ID .............. 0x0c45 Product ID ............. 0x6005 Version ................ 0x0101 Manufacturer String .... "" Product String ......... "" Serial Number .......... "" [Configuration 0] [Interface 0] Class .............. 255 Subclass ........... 255 Protocol ........... 255 [Endpoint 0] MaxPacketSize .... 0 Interval ......... 1 Type ............. Isochronous Direction ........ Input [Endpoint 1] MaxPacketSize .... 64 Interval ......... 0 Type ............. Bulk Direction ........ Input [Endpoint 2] MaxPacketSize .... 1 Interval ......... 100 Type ............. Interrupt Direction ........ Input }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 13 22:36:08 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 13 May 2007 20:36:08 -0000 Subject: [Haiku-bugs] [Haiku] #613: [Tracker] doesn't let you to rename system folders In-Reply-To: <040.cad6b2e323c4993e9d6c4e57b33d1734@haiku-os.org> References: <040.cad6b2e323c4993e9d6c4e57b33d1734@haiku-os.org> Message-ID: <049.b5f0bcce9681e00a86c520db4b1021d0@haiku-os.org> #613: [Tracker] doesn't let you to rename system folders -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Applications | Version: Resolution: | Platform: All -----------------------------+---------------------------------------------- Changes (by jackburton): * platform: => All Comment: AFAIR in BeOS when a modal window shows up, it doesn't "steal" the focus from the current active window. In haiku, it does. What does this mean ? That when the OverrideAlert quits, the tracker window receives the activation message, thus calling WindowActivated() on the TextWidget, which never enters editing mode. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 14 16:38:18 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 14 May 2007 14:38:18 -0000 Subject: [Haiku-bugs] [Haiku] #1077: Add multicast support to IPv4 In-Reply-To: <042.e4a9603a07faec07578f8dda7cb747bb@haiku-os.org> References: <042.e4a9603a07faec07578f8dda7cb747bb@haiku-os.org> Message-ID: <051.6b1cb5d9a95de0a7b4d698aa54a79a96@haiku-os.org> #1077: Add multicast support to IPv4 ----------------------------------------+----------------------------------- Reporter: mmu_man | Owner: hugosantos Type: enhancement | Status: assigned Priority: low | Milestone: R1 Network Stack Component: - Network & Internet/IPv4 | Version: R1 development Resolution: | Platform: All ----------------------------------------+----------------------------------- Changes (by hugosantos): * owner: zooey => hugosantos * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 14 16:38:36 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 14 May 2007 14:38:36 -0000 Subject: [Haiku-bugs] [Haiku] #1077: Add multicast support to IPv4 In-Reply-To: <042.e4a9603a07faec07578f8dda7cb747bb@haiku-os.org> References: <042.e4a9603a07faec07578f8dda7cb747bb@haiku-os.org> Message-ID: <051.f352d49a63db85921df23b1fe53a0768@haiku-os.org> #1077: Add multicast support to IPv4 ----------------------------------------+----------------------------------- Reporter: mmu_man | Owner: hugosantos Type: enhancement | Status: closed Priority: low | Milestone: R1 Network Stack Component: - Network & Internet/IPv4 | Version: R1 development Resolution: fixed | Platform: All ----------------------------------------+----------------------------------- Changes (by hugosantos): * status: assigned => closed * resolution: => fixed Comment: It does now. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 14 16:40:07 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 14 May 2007 14:40:07 -0000 Subject: [Haiku-bugs] [Haiku] #810: Complete net_buffer implementation In-Reply-To: <040.b67c409a5c961cdf38855994ee972751@haiku-os.org> References: <040.b67c409a5c961cdf38855994ee972751@haiku-os.org> Message-ID: <049.c73f571755cba24c668b6d92dae69893@haiku-os.org> #810: Complete net_buffer implementation -----------------------------------------+---------------------------------- Reporter: axeld | Owner: Type: enhancement | Status: new Priority: normal | Milestone: R1 Network Stack Component: - Network & Internet/Stack | Version: Resolution: | Platform: All -----------------------------------------+---------------------------------- Comment (by hugosantos): I think some of these have already been implemented, can you confirm that Axel? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 14 17:43:42 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 14 May 2007 15:43:42 -0000 Subject: [Haiku-bugs] [Haiku] #810: Complete net_buffer implementation In-Reply-To: <040.b67c409a5c961cdf38855994ee972751@haiku-os.org> References: <040.b67c409a5c961cdf38855994ee972751@haiku-os.org> Message-ID: <049.31b5e478b8092366f35e303d18611720@haiku-os.org> #810: Complete net_buffer implementation -----------------------------------------+---------------------------------- Reporter: axeld | Owner: Type: enhancement | Status: new Priority: normal | Milestone: R1 Network Stack Component: - Network & Internet/Stack | Version: Resolution: | Platform: All -----------------------------------------+---------------------------------- Comment (by axeld): Some, yes :-) However, it's still not complete; just look at how split_buffer() is implemented; it's just a temporary solution. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 14 22:15:59 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 14 May 2007 20:15:59 -0000 Subject: [Haiku-bugs] [Haiku] #1157: Mesa Software Renderer add-on doesn't support direct mode In-Reply-To: <043.feaffe54daab7bd14e5796dda29c11f3@haiku-os.org> References: <043.feaffe54daab7bd14e5796dda29c11f3@haiku-os.org> Message-ID: <052.b9f7c9893248d93c146f697b51485a93@haiku-os.org> #1157: Mesa Software Renderer add-on doesn't support direct mode ------------------------------+--------------------------------------------- Reporter: phoudoin | Owner: korli Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by jackburton): Can we close this bug ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 14 22:19:25 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 14 May 2007 20:19:25 -0000 Subject: [Haiku-bugs] [Haiku] #1154: Menu Pref -- Always Show Triggers non-functional In-Reply-To: <041.f273a46a01e265b26c87a4e6fdad7477@haiku-os.org> References: <041.f273a46a01e265b26c87a4e6fdad7477@haiku-os.org> Message-ID: <050.fffd3857d9e9032c7f11a97755bfdbe7@haiku-os.org> #1154: Menu Pref -- Always Show Triggers non-functional ------------------------+--------------------------------------------------- Reporter: mmadia | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Changes (by jackburton): * summary: Menu Pref -- Settings are non-functional => Menu Pref -- Always Show Triggers non-functional Old description: > build 20674 on real hardware > > The triggers -- underlined letters in menus are always activated. > The Menu Pref app defaults to the setting not being enabled. > Using Menu Pref app has no effect. New description: build 20674 on real hardware The triggers -- underlined letters in menus are always activated. The Menu Pref app defaults to the setting not being enabled. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 15 11:15:46 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 15 May 2007 09:15:46 -0000 Subject: [Haiku-bugs] [Haiku] #1157: Mesa Software Renderer add-on doesn't support direct mode In-Reply-To: <043.feaffe54daab7bd14e5796dda29c11f3@haiku-os.org> References: <043.feaffe54daab7bd14e5796dda29c11f3@haiku-os.org> Message-ID: <052.c22e5fff88c6a6fbf5ad24fd43f37e0f@haiku-os.org> #1157: Mesa Software Renderer add-on doesn't support direct mode ------------------------------+--------------------------------------------- Reporter: phoudoin | Owner: korli Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by korli): I'm ok with it. Philippe, what about you ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 15 14:38:46 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 15 May 2007 12:38:46 -0000 Subject: [Haiku-bugs] [Haiku] #1157: Mesa Software Renderer add-on doesn't support direct mode In-Reply-To: <043.feaffe54daab7bd14e5796dda29c11f3@haiku-os.org> References: <043.feaffe54daab7bd14e5796dda29c11f3@haiku-os.org> Message-ID: <052.2ca75c31ad287ec1749219b431bab26f@haiku-os.org> #1157: Mesa Software Renderer add-on doesn't support direct mode ------------------------------+--------------------------------------------- Reporter: phoudoin | Owner: korli Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Resolution: fixed | Platform: All ------------------------------+--------------------------------------------- Changes (by phoudoin): * status: assigned => closed * resolution: => fixed Comment: Let's close this ticket, indeed ;-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 16 09:37:32 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 16 May 2007 07:37:32 -0000 Subject: [Haiku-bugs] [Haiku] #1188: Dragging GLTeapot shows artifacts and locks the system. In-Reply-To: <041.9b0f9a5bed97b3cf35bcb317ebef3be8@haiku-os.org> References: <041.9b0f9a5bed97b3cf35bcb317ebef3be8@haiku-os.org> Message-ID: <050.6afe7f954444c7d0a078ca6588341541@haiku-os.org> #1188: Dragging GLTeapot shows artifacts and locks the system. ------------------------+--------------------------------------------------- Reporter: mmadia | Owner: jackburton Type: bug | Status: new Priority: blocker | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Changes (by jackburton): * priority: normal => blocker * summary: GLTeapot , drag, artifacts. => Dragging GLTeapot shows artifacts and locks the system. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 16 15:30:18 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 16 May 2007 13:30:18 -0000 Subject: [Haiku-bugs] [Haiku] #1222: check if AboutHaiku lists an acknowledgment for all packages Message-ID: <045.849bde80d50effc77930688f383230ab@haiku-os.org> #1222: check if AboutHaiku lists an acknowledgment for all packages ------------------------+--------------------------------------------------- Reporter: wkornewald | Owner: axeld Type: bug | Status: new Priority: critical | Milestone: R1 Component: - General | Version: R1 development Platform: All | ------------------------+--------------------------------------------------- Check all libraries and applications in our repository and make sure that we have an acknowledgment for them in the appropriate place (e.g., AboutHaiku application). Maybe someone from the community could do this as it doesn't require coding skills? It would be sufficient to know what has to be added, so the devs can do the rest. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 16 18:37:24 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 16 May 2007 16:37:24 -0000 Subject: [Haiku-bugs] [Haiku] #1212: human interface guideline patches: ellipsis and related in menu items, buttons In-Reply-To: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> References: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> Message-ID: <057.c5995ceb33852303dce9cc89c9f2630c@haiku-os.org> #1212: human interface guideline patches: ellipsis and related in menu items, buttons -------------------------------+-------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Resolution: fixed | Platform: All -------------------------------+-------------------------------------------- Changes (by axeld): * status: assigned => closed * resolution: => fixed Comment: Thanks, I've applied it in r21156, including the Terminal changes. I've also added missing ellipsis in Poorman's "About Poorman" and the Deskbar. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 16 18:42:02 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 16 May 2007 16:42:02 -0000 Subject: [Haiku-bugs] [Haiku] #1181: B_UTF8_ELLIPSIS not used consistently in Deskbar's menu In-Reply-To: <048.290d8b435b9893059c2c5c482590258f@haiku-os.org> References: <048.290d8b435b9893059c2c5c482590258f@haiku-os.org> Message-ID: <057.7369ab9061d54380e541ef3edc675b46@haiku-os.org> #1181: B_UTF8_ELLIPSIS not used consistently in Deskbar's menu -------------------------------------+-------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Applications/Deskbar | Version: R1 development Resolution: fixed | Platform: All -------------------------------------+-------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Thanks, I've applied it in r21157. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 16 23:05:04 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 16 May 2007 21:05:04 -0000 Subject: [Haiku-bugs] [Haiku] #1212: human interface guideline patches: ellipsis and related in menu items, buttons In-Reply-To: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> References: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> Message-ID: <057.fc7217bab3ecbc862fc7583203d8d515@haiku-os.org> #1212: human interface guideline patches: ellipsis and related in menu items, buttons -------------------------------+-------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Resolution: fixed | Platform: All -------------------------------+-------------------------------------------- Comment (by jonas.kirilla): Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 17 05:45:45 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 17 May 2007 03:45:45 -0000 Subject: [Haiku-bugs] [Haiku] #1222: check if AboutHaiku lists an acknowledgment for all packages In-Reply-To: <045.849bde80d50effc77930688f383230ab@haiku-os.org> References: <045.849bde80d50effc77930688f383230ab@haiku-os.org> Message-ID: <054.f33696b56628dc8a0945277ad04f09b1@haiku-os.org> #1222: check if AboutHaiku lists an acknowledgment for all packages -------------------------+-------------------------------------------------- Reporter: wkornewald | Owner: axeld Type: bug | Status: new Priority: critical | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All -------------------------+-------------------------------------------------- Comment (by mmadia): attempting to document this locally. i'm starting in src/system/libroot and /runtime_loader -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 17 19:03:58 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 17 May 2007 17:03:58 -0000 Subject: [Haiku-bugs] [Haiku] #1072: Write an HDA audio driver and add-on In-Reply-To: <040.a10117f1ecafcc52de483402ae8e415f@haiku-os.org> References: <040.a10117f1ecafcc52de483402ae8e415f@haiku-os.org> Message-ID: <049.5662580229928b04772b04b5d26982ab@haiku-os.org> #1072: Write an HDA audio driver and add-on ----------------------------+----------------------------------------------- Reporter: axeld | Owner: ithamar Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by ithamar): * status: new => assigned Comment: Ok, accepted the ticket now. There's already quite some code in SVN, though the driver is far from finished. So many possible audio features to implement.... ;) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 17 20:52:45 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 17 May 2007 18:52:45 -0000 Subject: [Haiku-bugs] [Haiku] #1063: Update avcodec plugin to a recent ffmpeg; sync with fixes done on FFDecoder and merge. In-Reply-To: <042.40125eaa39e34c59ed3644b9f260be15@haiku-os.org> References: <042.40125eaa39e34c59ed3644b9f260be15@haiku-os.org> Message-ID: <051.79e270f2b609c17931e77150ca50ae76@haiku-os.org> #1063: Update avcodec plugin to a recent ffmpeg; sync with fixes done on FFDecoder and merge. -------------------------------------+-------------------------------------- Reporter: mmu_man | Owner: mmu_man Type: enhancement | Status: new Priority: low | Milestone: R1 Component: - Audio & Video/Codecs | Version: R1 development Resolution: | Platform: All -------------------------------------+-------------------------------------- Changes (by ekdahl): * cc: ekdahl (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 00:06:01 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 18 May 2007 22:06:01 -0000 Subject: [Haiku-bugs] [Haiku] #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) Message-ID: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) ---------------------------+------------------------------------------------ Reporter: siarzhuk | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Platform: All | ---------------------------+------------------------------------------------ 1) I have build Haiku revision 21170 and install it into partition. 2) Reboot to Haiku and run Media perflet. 3) Note that entries "HD Audio" appeared in Media Preferences configuration. 4) Selected HD Audio to be used as Audio Input and Audio Output 5) Tried to select "HD Audio" entry but the Media perflet crashed. I have attached the syslog for this Haiku session and backtrace of gdb for this crash. PS: I have also tried to run this driver under r5. It was build for r5 and there were no haiku multi audio addons on this r5 system. The situation under r5 is bit different - media server is crashed directly after system boot. The syslog for this R5 session and stack crawl of gdb for this crash are also attached for your information. Probably that can help to locate the main problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 01:33:24 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 18 May 2007 23:33:24 -0000 Subject: [Haiku-bugs] [Haiku] #1224: Time for Auckland (NZ) timezone is 2 hrs too early Message-ID: <040.45919cfb0040f6567c927bc137db6208@haiku-os.org> #1224: Time for Auckland (NZ) timezone is 2 hrs too early ---------------------------------------+------------------------------------ Reporter: latte | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/Time & Date | Version: R1 development Platform: All | ---------------------------------------+------------------------------------ Hi. In the 18th May 2007 verion of Haiku, when you set the time uing the Preferences/Time app, the time given (for Auckland/NZ) is two hours too early. For example, if the time for Auckland/NZ appears as 9.05am, it should actually be 11.05am. As an aside, if you want to also set "daylight saving" time correctly for New Zealand, the Government here recently extended the period that it covers. It is now as follows - a) It will now start on the last Sunday in September (add 1 hour). b) It will now end on the first Sunday in April (subtract 1 hour). Cheers - keep up the good work! - latte -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 01:38:49 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 18 May 2007 23:38:49 -0000 Subject: [Haiku-bugs] [Haiku] #1224: Time for Auckland (NZ) timezone is 2 hrs too early In-Reply-To: <040.45919cfb0040f6567c927bc137db6208@haiku-os.org> References: <040.45919cfb0040f6567c927bc137db6208@haiku-os.org> Message-ID: <049.bb5bf4338ec6441b155d6d74357c80ac@haiku-os.org> #1224: Time for Auckland (NZ) timezone is 2 hrs too early ----------------------------------------+----------------------------------- Reporter: latte | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/Time & Date | Version: R1 development Resolution: | Platform: All ----------------------------------------+----------------------------------- Comment (by latte): Hi. In the 18th May 2007 verion of Haiku, when you set the time uing the Preferences/Time app, the time given (for Auckland/NZ) is two hours too early. For example, if the time for Auckland/NZ appears as 9.05am, it should actually be 11.05am. As an aside, if you want to also set "daylight saving" time correctly for New Zealand, the Government here recently extended the period that it covers. It is now as follows - a) It will now start on the last Sunday in September (add 1 hour). b) It will now end on the first Sunday in April (subtract 1 hour). Here's a news article about the change (to show that I'm not just making it up.... ;-) ) http://www.stuff.co.nz/4043386a10.html Cheers - keep up the good work! - latte -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 02:17:26 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 00:17:26 -0000 Subject: [Haiku-bugs] [Haiku] #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) In-Reply-To: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> References: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> Message-ID: <052.41a5b5a57bfa746e973ad181d724054f@haiku-os.org> #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) ----------------------------+----------------------------------------------- Reporter: siarzhuk | Owner: ithamar Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by ithamar): * owner: korli => ithamar * status: new => assigned Comment: Hi, thanks for reporting this in so much detail, this is very helpful. I had one more question: did you actually get sound on Haiku, before or even during the crash? The "x buffers processed" messages seems to indicate that the hardware was playing buffers, and the "Found output PIN (Line Out)..." indicates that the internal routing in the card should be setup correctly too. I guess the crash in Haiku is due to the multi_audio addon trying to display sample formats that it can't handle yet, but I'll check that later today. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 09:59:35 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 07:59:35 -0000 Subject: [Haiku-bugs] [Haiku] #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) In-Reply-To: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> References: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> Message-ID: <052.e3d41aa9c3c1b279c5f86011d4efc08a@haiku-os.org> #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) ----------------------------+----------------------------------------------- Reporter: siarzhuk | Owner: ithamar Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by siarzhuk): Oh, sorry , I have missed the default owner of the Device/Audio component. :-) Well. Unfortunately there was no sound. Frankly speaking - there are too many input/outputs and configuration possibilities. Let me describe this "wires configuration". This is laptop. It has following inputs/outputs: 1) internal stereo speakers (small and screaming); 2) headphones output at the frontal edge of laptop; 3) microphone input at the frontal edge; *) 4) microphone input at the rear edge; *) 5) input at the rear edge; *) 6) [don't know the English name for this] "Raumklang" for 7.1 System. at the rear edge. Typical audio output. 7) SPDIF coaxial at the rear edge; 8) SPDIF optical at the rear edge; *) - the manual says that those input/outouts can be reconfigured by software. Well. I have the external speakers plugged in frontal input. This blocks internal speakers - switches them off. There are some sporadic problems with keyboard and to prevent from really loud BIOS beeps at early mornings I keep external speakers always in this frontal output. :-) They were plugged in at this test too. I tried to configure mixer settings (output remapping tab too) in Media Settings. MY CD drive is not recognized by Haiku now. So CD Player was not the best application to test. Under R5 I have copied the wav track from CD to Haiku partition. Boot to Haiku and try to play it with Media Player. Media Player had nothing against and looks like playing something (but no position slider!) There was no sound. I have plugged my external speakers off from frontal output. No sound too. BTW, any additional mixer configuration required? Thank you. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:03:07 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:03:07 -0000 Subject: [Haiku-bugs] [Haiku] #953: BMenuField not starting in sticky mode (easy) In-Reply-To: <045.0fbc351eef10fb813a87fb82c436405e@haiku-os.org> References: <045.0fbc351eef10fb813a87fb82c436405e@haiku-os.org> Message-ID: <054.1dc8b1bb38ade4fa8d3cd2a16dade779@haiku-os.org> #953: BMenuField not starting in sticky mode (easy) ---------------------------------+------------------------------------------ Reporter: wkornewald | Owner: jackburton Type: bug | Status: reopened Priority: high | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Changes (by wkornewald): * summary: BMenuField not starting in sticky mode => BMenuField not starting in sticky mode (easy) Comment: Maybe we can tag easy tickets this way... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:04:01 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:04:01 -0000 Subject: [Haiku-bugs] [Haiku] #284: BMenu needs diagonal mouse movement support (easy) In-Reply-To: <043.67d09c50fc4e2eee125867b96349314c@haiku-os.org> References: <043.67d09c50fc4e2eee125867b96349314c@haiku-os.org> Message-ID: <052.addad86a6b40e5e023f20b446d040ca3@haiku-os.org> #284: BMenu needs diagonal mouse movement support (easy) --------------------------+------------------------------------------------- Reporter: darkwyrm | Owner: jackburton Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - General | Version: Resolution: | Platform: All --------------------------+------------------------------------------------- Changes (by wkornewald): * platform: => All * type: bug => enhancement * summary: BMenu needs diagonal mouse movement support => BMenu needs diagonal mouse movement support (easy) Old description: > I don't know if this was left out on purpose, but BMenus need to support > fast > diagonal movement when moving from one menu to a submenu. What I mean is > this: > > ____________ > ------------| superitem 1| > |subitem 1 |< submenu 1 | > |subitem 2 | superitem 2| > |subitem 3 |------------| > |subitem 4 | > |subitem 5 | > |subitem 6 | > ------------- > > The user should be able to navigate from over the 'submenu 1' item > directly to > 'subitem 3' without the submenu closing on him. New description: I don't know if this was left out on purpose, but BMenus need to support fast diagonal movement when moving from one menu to a submenu. What I mean is this: ____________ ------------| superitem 1| |subitem 1 |< submenu 1 | |subitem 2 | superitem 2| |subitem 3 |------------| |subitem 4 | |subitem 5 | |subitem 6 | ------------- The user should be able to navigate from over the 'submenu 1' item directly to 'subitem 3' without the submenu closing on him. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:04:34 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:04:34 -0000 Subject: [Haiku-bugs] [Haiku] #693: Cannot Change Resolution per Workspace (easy) In-Reply-To: <054.cded4538db07e83281123e6417f59949@haiku-os.org> References: <054.cded4538db07e83281123e6417f59949@haiku-os.org> Message-ID: <063.78b7882bf4b96af17bb8dca14d9eb019@haiku-os.org> #693: Cannot Change Resolution per Workspace (easy) ----------------------------------+----------------------------------------- Reporter: greg.gd at woosh.co.nz | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: Resolution: | Platform: All ----------------------------------+----------------------------------------- Changes (by wkornewald): * summary: Cannot Change Resolution per Workspace => Cannot Change Resolution per Workspace (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:04:42 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:04:42 -0000 Subject: [Haiku-bugs] [Haiku] #915: Remove buffer size limit for ports (easy) In-Reply-To: <040.5125d67253a123b59e5dfcdbbba774c2@haiku-os.org> References: <040.5125d67253a123b59e5dfcdbbba774c2@haiku-os.org> Message-ID: <049.46d26d1a84fb076430c37174a192936d@haiku-os.org> #915: Remove buffer size limit for ports (easy) ----------------------------+----------------------------------------------- Reporter: axeld | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by wkornewald): * summary: Remove buffer size limit for ports => Remove buffer size limit for ports (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:04:55 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:04:55 -0000 Subject: [Haiku-bugs] [Haiku] #1015: BListView invokes on single-click when item is already selected (easy) In-Reply-To: <045.215ceb31bfcfddf6ffa83f56d914c4b5@haiku-os.org> References: <045.215ceb31bfcfddf6ffa83f56d914c4b5@haiku-os.org> Message-ID: <054.09deed6be4a3919c9aaee0d309e1c7aa@haiku-os.org> #1015: BListView invokes on single-click when item is already selected (easy) --------------------------------------+------------------------------------- Reporter: wkornewald | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/FileTypes | Version: R1 development Resolution: | Platform: All --------------------------------------+------------------------------------- Changes (by wkornewald): * summary: BListView invokes on single-click when item is already selected => BListView invokes on single-click when item is already selected (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:05:03 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:05:03 -0000 Subject: [Haiku-bugs] [Haiku] #1020: No save alert message for a changed draft mail. (easy) In-Reply-To: <043.966ecbc51091d08f5f0ec099a59402bd@haiku-os.org> References: <043.966ecbc51091d08f5f0ec099a59402bd@haiku-os.org> Message-ID: <052.60124f31e3da961c10605095bd21486e@haiku-os.org> #1020: No save alert message for a changed draft mail. (easy) ----------------------------------+----------------------------------------- Reporter: kaoutsis | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Applications/Mail | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Changes (by wkornewald): * summary: No save alert message for a changed draft mail. => No save alert message for a changed draft mail. (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:05:20 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:05:20 -0000 Subject: [Haiku-bugs] [Haiku] #1021: File => Save as Draft is always enabled (easy) In-Reply-To: <043.c3ff1b300bb2bd3f01f8cc4c04e79a2e@haiku-os.org> References: <043.c3ff1b300bb2bd3f01f8cc4c04e79a2e@haiku-os.org> Message-ID: <052.db6d85d1a0afa1027238e7b41e68001f@haiku-os.org> #1021: File => Save as Draft is always enabled (easy) ----------------------------------+----------------------------------------- Reporter: kaoutsis | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Applications/Mail | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Changes (by wkornewald): * summary: File => Save as Draft is always enable => File => Save as Draft is always enabled (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:05:27 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:05:27 -0000 Subject: [Haiku-bugs] [Haiku] #1103: Safe-mode enhancement: ignore user paths (easy) In-Reply-To: <040.077fe0ccd422fd66cf7835e8110362b6@haiku-os.org> References: <040.077fe0ccd422fd66cf7835e8110362b6@haiku-os.org> Message-ID: <049.6e743f995c7dc750bbc66ffcefe0c5a3@haiku-os.org> #1103: Safe-mode enhancement: ignore user paths (easy) --------------------------+------------------------------------------------- Reporter: axeld | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Changes (by wkornewald): * summary: Safe-mode enhancement: ignore user paths => Safe-mode enhancement: ignore user paths (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:05:36 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:05:36 -0000 Subject: [Haiku-bugs] [Haiku] #1154: Menu Pref -- Always Show Triggers non-functional (easy) In-Reply-To: <041.f273a46a01e265b26c87a4e6fdad7477@haiku-os.org> References: <041.f273a46a01e265b26c87a4e6fdad7477@haiku-os.org> Message-ID: <050.24bda943efbddc86f7b75702547e6e4c@haiku-os.org> #1154: Menu Pref -- Always Show Triggers non-functional (easy) ------------------------+--------------------------------------------------- Reporter: mmadia | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Changes (by wkornewald): * summary: Menu Pref -- Always Show Triggers non-functional => Menu Pref -- Always Show Triggers non-functional (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:06:25 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:06:25 -0000 Subject: [Haiku-bugs] [Haiku] #1006: inconsistent behavior of Revert button in Backgrounds preflet (easy) In-Reply-To: <045.7e92831b2714695290d42a5d96fb4dcf@haiku-os.org> References: <045.7e92831b2714695290d42a5d96fb4dcf@haiku-os.org> Message-ID: <054.68d737e3115c81b05f5c08a0e72f5ed5@haiku-os.org> #1006: inconsistent behavior of Revert button in Backgrounds preflet (easy) ----------------------------------------+----------------------------------- Reporter: wkornewald | Owner: Type: bug | Status: new Priority: low | Milestone: R1 Component: - Preferences/Backgrounds | Version: R1 development Resolution: | Platform: All ----------------------------------------+----------------------------------- Changes (by wkornewald): * summary: inconsistent behavior of Revert button in Backgrounds preflet => inconsistent behavior of Revert button in Backgrounds preflet (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:05:47 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:05:47 -0000 Subject: [Haiku-bugs] [Haiku] #1155: Screen Saver Pref -- Settings aren't detected on-the-fly (easy) In-Reply-To: <041.0f5f080b8434dc83b25c3c28f1fd1622@haiku-os.org> References: <041.0f5f080b8434dc83b25c3c28f1fd1622@haiku-os.org> Message-ID: <050.3f186423380305482b7810a602f466d6@haiku-os.org> #1155: Screen Saver Pref -- Settings aren't detected on-the-fly (easy) ------------------------+--------------------------------------------------- Reporter: mmadia | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Changes (by wkornewald): * summary: Screen Saver Pref -- Settings aren't detected on-the-fly => Screen Saver Pref -- Settings aren't detected on-the-fly (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:06:00 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:06:00 -0000 Subject: [Haiku-bugs] [Haiku] #254: Wrongly enabled buttons in apps/prefs (easy) In-Reply-To: <040.d8c8cd1d285f2b0573c32a8a664894eb@haiku-os.org> References: <040.d8c8cd1d285f2b0573c32a8a664894eb@haiku-os.org> Message-ID: <049.74b4066ebb143c52843eb0a16e68a926@haiku-os.org> #254: Wrongly enabled buttons in apps/prefs (easy) -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: low | Milestone: R1 Component: - Applications | Version: Resolution: | Platform: All -----------------------------+---------------------------------------------- Changes (by wkornewald): * summary: Wrongly enabled buttons in apps/prefs => Wrongly enabled buttons in apps/prefs (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:06:17 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:06:17 -0000 Subject: [Haiku-bugs] [Haiku] #337: TabView labels not centered. (easy) In-Reply-To: <062.ca2c8c693c61c6c71894f68eeacec567@haiku-os.org> References: <062.ca2c8c693c61c6c71894f68eeacec567@haiku-os.org> Message-ID: <071.066371deecf6ffe44f31ca9ba7fbae0b@haiku-os.org> #337: TabView labels not centered. (easy) ------------------------------------------+--------------------------------- Reporter: tomas.wilhelmsson at gmail.com | Owner: stippi Type: bug | Status: assigned Priority: low | Milestone: R1 Component: - General | Version: Resolution: | Platform: All ------------------------------------------+--------------------------------- Changes (by wkornewald): * summary: TabView labels not centered. => TabView labels not centered. (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:07:21 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:07:21 -0000 Subject: [Haiku-bugs] [Haiku] #1007: Icon of default printer should not be black (easy) In-Reply-To: <042.03e5d6a21fcc5c6a72bf4d29681bd80b@haiku-os.org> References: <042.03e5d6a21fcc5c6a72bf4d29681bd80b@haiku-os.org> Message-ID: <051.7f2ed34c112109345f65d44afac41207@haiku-os.org> #1007: Icon of default printer should not be black (easy) ----------------------------------+----------------------------------------- Reporter: laplace | Owner: stippi Type: bug | Status: new Priority: low | Milestone: R1 Component: - Preferences/Print | Version: R1 development Resolution: | Platform: x86 ----------------------------------+----------------------------------------- Changes (by wkornewald): * summary: Icon of default printer should not be black => Icon of default printer should not be black (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:51:35 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:51:35 -0000 Subject: [Haiku-bugs] [Haiku] #1208: Adding a "Query"-icon (easy) In-Reply-To: <044.89fbfd717a67e8f57d61abad1606e34d@haiku-os.org> References: <044.89fbfd717a67e8f57d61abad1606e34d@haiku-os.org> Message-ID: <053.10e60f88add5afccb9938d133a70c6ec@haiku-os.org> #1208: Adding a "Query"-icon (easy) ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - Applications/Mail | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Changes (by wkornewald): * summary: Adding a "Query"-icon => Adding a "Query"-icon (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:52:02 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:52:02 -0000 Subject: [Haiku-bugs] [Haiku] #1207: Placing of controls and icons in Mail app (easy) In-Reply-To: <044.bdfde3b4d2dcea60f2a6a006e588e7f3@haiku-os.org> References: <044.bdfde3b4d2dcea60f2a6a006e588e7f3@haiku-os.org> Message-ID: <053.63cbf527999e589fce16304e749da636@haiku-os.org> #1207: Placing of controls and icons in Mail app (easy) ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - Applications/Mail | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Changes (by wkornewald): * summary: Placing of controls and icons => Placing of controls and icons in Mail app (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:52:38 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:52:38 -0000 Subject: [Haiku-bugs] [Haiku] #1180: SVN source revision in serial output (easy) In-Reply-To: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> References: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> Message-ID: <057.49d0d74a05fac9a817c2388ea1fadbb5@haiku-os.org> #1180: SVN source revision in serial output (easy) ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: new Priority: low | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by wkornewald): * priority: normal => low * summary: SVN source revision in serial output => SVN source revision in serial output (easy) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 13:57:30 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 11:57:30 -0000 Subject: [Haiku-bugs] [Haiku] #975: the filesystem API should support sparse files for the call "get_file_map" In-Reply-To: <040.eabf34ef8fc32cee7db93b7c3515575e@haiku-os.org> References: <040.eabf34ef8fc32cee7db93b7c3515575e@haiku-os.org> Message-ID: <049.2ae6e90d7042965b70fb13bd0e6d7b29@haiku-os.org> #975: the filesystem API should support sparse files for the call "get_file_map" ----------------------------+----------------------------------------------- Reporter: korli | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by wkornewald): * type: bug => enhancement -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 15:44:02 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 13:44:02 -0000 Subject: [Haiku-bugs] [Haiku] #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) In-Reply-To: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> References: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> Message-ID: <052.e85bf0e26d6c815305f7a2a6f725c43d@haiku-os.org> #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) ----------------------------+----------------------------------------------- Reporter: siarzhuk | Owner: ithamar Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by ithamar): Ok, figured out the crash in Haiku. This is simply because I didn't implement the mixer controls yet, so the Haiku multi_audio addon has nothing to show in the Media Prefs, and crashes :P In the R5 log there was _no_ output from the hda driver, which makes it a little bit difficult to figure out what was wrong there, but looking at the backtrace it looks like a crash I know from before ;) I'm currently implementing the mixer controls, for both Haiku and R5, so this should make life a little easier. Are the input/output jacks colored like on desktop boxes? If so, my implementation should list the correct colors when I'm done. Currently all functionality is analog/stereo only, first want to get this working before starting on 5.1 or more :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 16:47:39 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 14:47:39 -0000 Subject: [Haiku-bugs] [Haiku] #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) In-Reply-To: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> References: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> Message-ID: <052.1ab863870245ffebf99529261fdc24af@haiku-os.org> #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) ----------------------------+----------------------------------------------- Reporter: siarzhuk | Owner: ithamar Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by siarzhuk): Yes, input/outputs are colored: 1) both microphone inputs, front and rear, are pink. 2) Headphone output on front edge is green. 3) Input at the rear is light-blue. 4) Surround at the rear edge is light-gray. Are there any additional settings for R5 version to force hda driver to dump more info into syslog or private log? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 16:48:26 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 14:48:26 -0000 Subject: [Haiku-bugs] [Haiku] #1180: SVN source revision in serial output (easy) In-Reply-To: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> References: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> Message-ID: <057.4659fc65c99258caa82e1cc9774b14ea@haiku-os.org> #1180: SVN source revision in serial output (easy) ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: new Priority: low | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by jonas.kirilla): There doesn't appear to be a trivial way to inject the current SVN revision of the entire tree. The five available svn substitution keywords are file-oriented rather than tree-oriented. AboutHaiku gets its revision info from libroot's uname(). Libroot gets its revision info from the following in src/system/libroot/posix/sys/uname.c " // Haiku SVN revision. Will be set when copying libroot.so to the image. // Lives in a separate section so that it can easily be found. static uint32 sHaikuRevision __attribute__((section("_haiku_revision"))); static uint32 sHaikuRevision = 0; " When libroot gets built, the value of sHaikuRevision is 0, and the revision is added, I believe, as stated when copying libroot.so to the build target, by build tool 'set_haiku_revision', which gets called by jam rule CopySetHaikuRevision used in libroot's Jamfile. The rule gets the revision by parsing the output of 'svn info'. This info is then injected by set_haiku_revision into libroot.so. Would 'set_haiku_revision' and a similar uint32 sHaikuRevision work for the kernel? Is it desirable to do it this way? What if a private revision.h file was created early in the build process and this was used instead? Would that trigger a lot of recompiling even if it was only referenced in the few places where it might be needed? haiku/src/system/boot/loader/main.cpp :: line 46 "Welcome to kernel debugger output!" That's where I think a "Haiku revision: ???" should follow. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 16:56:42 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 14:56:42 -0000 Subject: [Haiku-bugs] [Haiku] #1180: SVN source revision in serial output (easy) In-Reply-To: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> References: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> Message-ID: <057.b3bc0b66db63c0405f0ee89c224aa922@haiku-os.org> #1180: SVN source revision in serial output (easy) ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: new Priority: low | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by wkornewald): I think that all libroot functions are available in the kernel, so you should be able to simply call uname() and do the same as AboutHaiku. Or am I missing something? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 17:19:18 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 15:19:18 -0000 Subject: [Haiku-bugs] [Haiku] #1180: SVN source revision in serial output (easy) In-Reply-To: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> References: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> Message-ID: <057.d87adedbc1d38b2f36b0020082332a4d@haiku-os.org> #1180: SVN source revision in serial output (easy) ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: bonefish Type: enhancement | Status: assigned Priority: low | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by bonefish): * owner: axeld => bonefish * status: new => assigned Comment: Replying to [comment:2 jonas.kirilla]: > Would 'set_haiku_revision' and a similar uint32 sHaikuRevision work for the kernel? Is it desirable to do it this way? Yep. > What if a private revision.h file was created early in the build process and this was used instead? Would that trigger a lot of recompiling even if it was only referenced in the few places where it might be needed? It wouldn't trigger much recompiling, but a lot of relinking. In case of the kernel, every kernel add-on (module, driver) would be linked again. In case of libroot every userland program would be relinked. Which is exactly the reason why it is done using the injection trick. Replying to [comment:3 wkornewald]: > I think that all libroot functions are available in the kernel, so you should be able to simply call uname() and do the same as AboutHaiku. Or am I missing something? Only the libroot code that is explicitely included in the kernel (cf. src/system/kernel/lib/Jamfile) is available. uname() isn't ATM. And just doing that wouldn't help either, since the mechanism injecting the revision number is performed right before copying the file to the image. Anyway, I'm going to add the revision number to the kernel. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 17:37:20 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 15:37:20 -0000 Subject: [Haiku-bugs] [Haiku] #1180: SVN source revision in serial output (easy) In-Reply-To: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> References: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> Message-ID: <057.2ed860713bc5539212ef7867bfc11489@haiku-os.org> #1180: SVN source revision in serial output (easy) ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: bonefish Type: enhancement | Status: closed Priority: low | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Platform: All ----------------------------+----------------------------------------------- Changes (by bonefish): * status: assigned => closed * resolution: => fixed Comment: Done in r21173. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 18:46:48 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 16:46:48 -0000 Subject: [Haiku-bugs] [Haiku] #1180: SVN source revision in serial output (easy) In-Reply-To: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> References: <048.1577b77177acde7cd3e43802e183db51@haiku-os.org> Message-ID: <057.ad93edfe9505e4e03a861a323aebacce@haiku-os.org> #1180: SVN source revision in serial output (easy) ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: bonefish Type: enhancement | Status: closed Priority: low | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Platform: All ----------------------------+----------------------------------------------- Comment (by jonas.kirilla): Great! Thanks. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 19:32:18 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 17:32:18 -0000 Subject: [Haiku-bugs] [Haiku] #915: Remove buffer size limit for ports In-Reply-To: <040.5125d67253a123b59e5dfcdbbba774c2@haiku-os.org> References: <040.5125d67253a123b59e5dfcdbbba774c2@haiku-os.org> Message-ID: <049.cc483a406aad5631961f24b326ede4e0@haiku-os.org> #915: Remove buffer size limit for ports ----------------------------+----------------------------------------------- Reporter: axeld | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by wkornewald): * summary: Remove buffer size limit for ports (easy) => Remove buffer size limit for ports -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 19:38:10 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 17:38:10 -0000 Subject: [Haiku-bugs] [Haiku] #1225: vm_page_fault occures when ftp is started. Message-ID: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> #1225: vm_page_fault occures when ftp is started. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: zooey Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Platform: All | ---------------------------------------+------------------------------------ This error occurs on real hardware. The network driver used is the new e1000, running under the BSD compatibility layer. I needed this driver because the older ipro1000 driver does not support my hardware. Whic uses the 82573L controller. I simply boot Haiku. And then I type "ftp 192.168.1.110". The vm_page_fault occures immediatly. The application never starts up. Additional information. I can successfully ping that same address. That address by the way - is just a plain BeOS R5.0.3 machine on my subnet. See the attached file -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 19:41:13 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 17:41:13 -0000 Subject: [Haiku-bugs] [Haiku] #1226: vm_page_fault occures when ftp is started. Message-ID: <042.1962cca2c9d85147321f7616a348e0e1@haiku-os.org> #1226: vm_page_fault occures when ftp is started. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: zooey Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Platform: All | ---------------------------------------+------------------------------------ This error occurs on real hardware. The network driver used is the new e1000, running under the BSD compatibility layer. I needed this driver because the older ipro1000 driver does not support my hardware. Whic uses the 82573L controller. I simply boot Haiku. And then I type "ftp 192.168.1.110". The vm_page_fault occures immediatly. The application never starts up. Additional information. I can successfully ping that same address. That address by the way - is just a plain BeOS R5.0.3 machine on my subnet. See the attached file -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 19:46:12 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 17:46:12 -0000 Subject: [Haiku-bugs] [Haiku] #1227: Installer thinks files in source volume's root are folders? Message-ID: <048.0add16e86c81ca1298045d3d23259b89@haiku-os.org> #1227: Installer thinks files in source volume's root are folders? ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Applications | Version: R1 development Platform: All | ----------------------------+----------------------------------------------- When the Installer encounters files at the root of the source volume, it creates folders on the target volume. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 19:49:00 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 17:49:00 -0000 Subject: [Haiku-bugs] [Haiku] #1226: vm_page_fault occures when ftp is started. In-Reply-To: <042.1962cca2c9d85147321f7616a348e0e1@haiku-os.org> References: <042.1962cca2c9d85147321f7616a348e0e1@haiku-os.org> Message-ID: <051.4b48a0dff1c105946269ceb4d7c9b25f@haiku-os.org> #1226: vm_page_fault occures when ftp is started. ----------------------------------------+----------------------------------- Reporter: bouncer | Owner: zooey Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Resolution: | Platform: All ----------------------------------------+----------------------------------- Comment (by bouncer): Sorry about duplicating the original ticket. The method for adding attachements had me confused. Please close this ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 19:50:00 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 17:50:00 -0000 Subject: [Haiku-bugs] [Haiku] #1228: No Installer component in Trac Message-ID: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> #1228: No Installer component in Trac ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Website/Trac | Version: R1 development Platform: All | ----------------------------+----------------------------------------------- There's no Installer suboption in the Applications component category. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 19:55:23 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 17:55:23 -0000 Subject: [Haiku-bugs] [Haiku] #1226: vm_page_fault occures when ftp is started. In-Reply-To: <042.1962cca2c9d85147321f7616a348e0e1@haiku-os.org> References: <042.1962cca2c9d85147321f7616a348e0e1@haiku-os.org> Message-ID: <051.08c79114cb6755cefe5065f7986c1518@haiku-os.org> #1226: vm_page_fault occures when ftp is started. ----------------------------------------+----------------------------------- Reporter: bouncer | Owner: zooey Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Resolution: duplicate | Platform: All ----------------------------------------+----------------------------------- Changes (by bonefish): * status: new => closed * resolution: => duplicate Comment: Submitted twice. Duplicate of #1225. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 19:59:25 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 17:59:25 -0000 Subject: [Haiku-bugs] [Haiku] #1228: No Installer component in Trac In-Reply-To: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> References: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> Message-ID: <057.f8430644a4d674d5a59c2efe33ea035e@haiku-os.org> #1228: No Installer component in Trac -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Website/Trac | Version: R1 development Resolution: fixed | Platform: All -----------------------------+---------------------------------------------- Changes (by wkornewald): * status: new => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 20:02:06 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 18:02:06 -0000 Subject: [Haiku-bugs] [Haiku] #1225: vm_page_fault occures when ftp is started. In-Reply-To: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> References: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> Message-ID: <051.fceabd169b65109aa1ed14c27b712d68@haiku-os.org> #1225: vm_page_fault occures when ftp is started. ----------------------------------------+----------------------------------- Reporter: bouncer | Owner: zooey Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Resolution: | Platform: All ----------------------------------------+----------------------------------- Comment (by bouncer): One more detail. I first noticed this problem at around revision 21126. Not to say it started then. Just that I finally got the e1000 driver going at around that time. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 20:25:44 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 18:25:44 -0000 Subject: [Haiku-bugs] [Haiku] #1229: Clicking in Workspaces to switch does nothing if you hit Deskbar or Workspaces Message-ID: <048.22f2ebdac27c39f6d8ee333315478949@haiku-os.org> #1229: Clicking in Workspaces to switch does nothing if you hit Deskbar or Workspaces --------------------------------+------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Platform: All | --------------------------------+------------------------------------------- If you want to switch to another workspace using the Workspaces application, you currently must avoid clicking on the representations of Deskbar or Workspaces itself. If you do, nothing happens. If you click elsewhere, you switch alright. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 20:29:00 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 18:29:00 -0000 Subject: [Haiku-bugs] [Haiku] #1227: Installer thinks files in source volume's root are folders? In-Reply-To: <048.0add16e86c81ca1298045d3d23259b89@haiku-os.org> References: <048.0add16e86c81ca1298045d3d23259b89@haiku-os.org> Message-ID: <057.3f96bf54f6a0969ab52926cd11f4f2f4@haiku-os.org> #1227: Installer thinks files in source volume's root are folders? ------------------------------------------------+--------------------------- Reporter: jonas.kirilla | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Applications/Installer (System) | Version: R1 development Resolution: | Platform: All ------------------------------------------------+--------------------------- Changes (by axeld): * owner: axeld => korli * component: - Applications => - Applications/Installer (System) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 20:35:42 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 18:35:42 -0000 Subject: [Haiku-bugs] [Haiku] #1228: No Installer component in Trac In-Reply-To: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> References: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> Message-ID: <057.43230fd8c6b0abbab4fcbd68a2259a54@haiku-os.org> #1228: No Installer component in Trac -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Website/Trac | Version: R1 development Resolution: fixed | Platform: All -----------------------------+---------------------------------------------- Comment (by axeld): Since the application names are unique anyway, there is definitely no reason to differentiate between two different "Installer" applications; there is only one, and there will be only one in the future as well. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 20:37:10 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 18:37:10 -0000 Subject: [Haiku-bugs] [Haiku] #1228: No Installer component in Trac In-Reply-To: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> References: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> Message-ID: <057.c7d470e3b2a9a96e12ffbe7c780772a4@haiku-os.org> #1228: No Installer component in Trac -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Website/Trac | Version: R1 development Resolution: fixed | Platform: All -----------------------------+---------------------------------------------- Comment (by wkornewald): I thought that some users will think of the package installer as the "Installer" and others will think of the OS installer. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 21:44:57 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 19:44:57 -0000 Subject: [Haiku-bugs] [Haiku] #1228: No Installer component in Trac In-Reply-To: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> References: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> Message-ID: <057.812e597eeb1191020cc625e402f22a6e@haiku-os.org> #1228: No Installer component in Trac -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Website/Trac | Version: R1 development Resolution: fixed | Platform: All -----------------------------+---------------------------------------------- Comment (by wkornewald): Maybe I misunderstood. Do you want to have only one installer and then have the devs guess which one the user meant or do you think that most users will only report bugs regarding the package installer, so we don't have to care about the OS installer (or the other way around)? I'm open to changing the name if you devs think that something works well enough for you. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 21:49:53 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 19:49:53 -0000 Subject: [Haiku-bugs] [Haiku] #815: allow for milestones to have a parent milestone In-Reply-To: <045.3df973a7354438274fb1b8c548783285@haiku-os.org> References: <045.3df973a7354438274fb1b8c548783285@haiku-os.org> Message-ID: <054.3287f9983ec2be9dfbffe1e88d9af3f8@haiku-os.org> #815: allow for milestones to have a parent milestone -----------------------------+---------------------------------------------- Reporter: wkornewald | Owner: Type: enhancement | Status: new Priority: low | Milestone: Website R2 Component: - Website/Trac | Version: Resolution: | Platform: All -----------------------------+---------------------------------------------- Changes (by wkornewald): * priority: normal => low * platform: => All Comment: We might want to simply have individual milestones, all starting with the same prefix (e.g., "R1"). No need to have it that complicated. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 22:19:54 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 20:19:54 -0000 Subject: [Haiku-bugs] [Haiku] #1230: Crash on booting under VirtualBox Message-ID: <039.5ec4b60fb1fa7f314fea31996c1f75a3@haiku-os.org> #1230: Crash on booting under VirtualBox -----------------------+---------------------------------------------------- Reporter: myob | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Platform: All | -----------------------+---------------------------------------------------- Haiku crashes on booting under VirtualBox (under Windows, at least). A backtrace is provided (see screenshot), but this is extremely low priority, really... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 19 23:23:50 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 21:23:50 -0000 Subject: [Haiku-bugs] [Haiku] #1228: No Installer component in Trac In-Reply-To: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> References: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> Message-ID: <057.d7470593322872204322929d9c84624f@haiku-os.org> #1228: No Installer component in Trac -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Website/Trac | Version: R1 development Resolution: fixed | Platform: All -----------------------------+---------------------------------------------- Comment (by jonas.kirilla): Replying to [comment:4 wkornewald]: > Maybe I misunderstood. Do you want to have only one installer and then have the devs guess which one the user meant or do you think that most users will only report bugs regarding the package installer, so we don't have to care about the OS installer (or the other way around)? I just meant that the application named 'Installer' wasn't an option in the Applications category but it seems like I introduced a little ambiguity* in my description. Sorry about that. I agree with Axel. *(the "suboption" part?) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 00:09:47 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 22:09:47 -0000 Subject: [Haiku-bugs] [Haiku] #1225: vm_page_fault occures when ftp is started. In-Reply-To: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> References: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> Message-ID: <051.f09d0c45f6edcb0bd234003dfae93540@haiku-os.org> #1225: vm_page_fault occures when ftp is started. ----------------------------------------+----------------------------------- Reporter: bouncer | Owner: hugosantos Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Resolution: | Platform: All ----------------------------------------+----------------------------------- Changes (by zooey): * owner: zooey => hugosantos Comment: reassigned to Hugo, as he is the one who knows the BSD compat layer best. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 00:23:04 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 22:23:04 -0000 Subject: [Haiku-bugs] [Haiku] #1225: vm_page_fault occures when ftp is started. In-Reply-To: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> References: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> Message-ID: <051.930f87b84a9a9b07d9307ac63a5b87ad@haiku-os.org> #1225: vm_page_fault occures when ftp is started. ----------------------------------------+----------------------------------- Reporter: bouncer | Owner: hugosantos Type: bug | Status: assigned Priority: high | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Resolution: | Platform: All ----------------------------------------+----------------------------------- Changes (by hugosantos): * priority: normal => high * status: new => assigned Comment: I'll look into this ASAP, although from the stack trace it doesn't seem related to using e1000, unless it is polluting some other memory. Bouncer, may you please mention which revision were you using? Thanks. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 00:23:28 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 19 May 2007 22:23:28 -0000 Subject: [Haiku-bugs] [Haiku] #1199: Haiku-created files with cyrillic names are not visible from R5 and vice versa. In-Reply-To: <043.51a53335ccf6c30927f9fb1dc5f4a7e9@haiku-os.org> References: <043.51a53335ccf6c30927f9fb1dc5f4a7e9@haiku-os.org> Message-ID: <052.f5d81020642e05ad64038bb2814f9cae@haiku-os.org> #1199: Haiku-created files with cyrillic names are not visible from R5 and vice versa. -------------------------------+-------------------------------------------- Reporter: siarzhuk | Owner: bga Type: bug | Status: new Priority: low | Milestone: R1 Component: File Systems/BFS | Version: R1 development Resolution: | Platform: All -------------------------------+-------------------------------------------- Changes (by jonas.kirilla): * cc: jonas.kirilla (added) Comment: I see this too, with the japanese language files from Wonderbrush. (WonderBrush-1.7.2-x86-R5.zip) These are in my /Haiku/apps folder as I had copied the full /boot/apps of my BeOS R5/Bone installation. I found this incompatibility when trying to install from Haiku to another partition, using Haiku's Installer, which fails on these two files with UTF8 characters created from BeOS. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 05:09:52 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 03:09:52 -0000 Subject: [Haiku-bugs] [Haiku] #1231: PCL6: Resizing Issue with Additional Add Printer Dialog Message-ID: <041.09a2816369fd2a84125bebc22f7b0c51@haiku-os.org> #1231: PCL6: Resizing Issue with Additional Add Printer Dialog ------------------------+--------------------------------------------------- Reporter: katisu | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Printing | Version: R1 development Platform: All | ------------------------+--------------------------------------------------- When adding a PCL6 printer, an additional dialog shows up to select the protocol. If user scrolls the description text down for PCL 6 Protocol Class 1.1 and then resizes the dialog, the description text does not adjust. The result is the top text is cut off and can not be reached without making the dialog smaller again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 05:27:18 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 03:27:18 -0000 Subject: [Haiku-bugs] [Haiku] #1232: PCL6: Cancel Issue with Additional Add Printer Dialog Message-ID: <041.d1fcc3ae9c1bcc76c18d9d3ad48cf400@haiku-os.org> #1232: PCL6: Cancel Issue with Additional Add Printer Dialog ------------------------+--------------------------------------------------- Reporter: katisu | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Printing | Version: R1 development Platform: All | ------------------------+--------------------------------------------------- When adding a PCL6 printer, an additional dialog shows up to select the protocol. The problem then occurs when the user presses the cancel button or the close button on the tab. It asks whether to make the printer the default and doesn't add the printer when answering that dialog. When canceling this dialog, I would actually expect it to go back to the first add printer dialog. It might be acceptable to just have it avoid bringing up the question about making it a default printer. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 09:51:28 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 07:51:28 -0000 Subject: [Haiku-bugs] [Haiku] #1228: No Installer component in Trac In-Reply-To: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> References: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> Message-ID: <057.83f0d98bd2f50a4bfa0cbba947fdfc68@haiku-os.org> #1228: No Installer component in Trac -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Website/Trac | Version: R1 development Resolution: fixed | Platform: All -----------------------------+---------------------------------------------- Comment (by wkornewald): Well, we now have only one Installer component. Shall I also add PackageInstaller? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 12:08:27 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 10:08:27 -0000 Subject: [Haiku-bugs] [Haiku] #1228: No Installer component in Trac In-Reply-To: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> References: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> Message-ID: <057.e6dde1898d4fd6fac567a74cf83e9294@haiku-os.org> #1228: No Installer component in Trac -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Website/Trac | Version: R1 development Resolution: fixed | Platform: All -----------------------------+---------------------------------------------- Comment (by jonas.kirilla): I could be wrong but PackageInstaller doesn't seem to have been started in SVN yet. Perhaps it's better to wait, unless it's certain that it's going to be called PackageInstaller. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 12:09:15 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 10:09:15 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash Message-ID: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> #1233: Prefs Sounds application crash ----------------------------------+----------------------------------------- Reporter: cebif | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/Sounds | Version: R1 development Platform: All | ----------------------------------+----------------------------------------- While playing boot Bestartup.aiff file in preferences/sounds, sound preferences crashed. I had just copied the sound file over from Beos R4.5 CD, into a folder /sounds, that I created in /boot/beos/etc. 1. Open prefs/sounds from the Deskbar. 2. Click on a type of sound in the Sounds window. 3. Assign a sound to it such as BeStartup or any preferred. 4. Click play, the sound plays then Sounds crashes. The expected result is any sound should play without crashing. This is reproduceable every time. If I play some wav music tracks copied from a audio CD, there is no problem using Media Player. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 12:20:06 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 10:20:06 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.32c2f2600adb23e4cf2d2f012810c838@haiku-os.org> #1233: Prefs Sounds application crash -----------------------------------+---------------------------------------- Reporter: cebif | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/Sounds | Version: R1 development Resolution: | Platform: All -----------------------------------+---------------------------------------- Comment (by cebif): I was using the r21175_raw.tar.bz2 on it? own partition. Also added an attachment. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 13:03:32 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 11:03:32 -0000 Subject: [Haiku-bugs] [Haiku] #1228: No Installer component in Trac In-Reply-To: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> References: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> Message-ID: <057.509c039cfa1ac451ba1b8d214d7bf457@haiku-os.org> #1228: No Installer component in Trac -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Website/Trac | Version: R1 development Resolution: fixed | Platform: All -----------------------------+---------------------------------------------- Comment (by axeld): I also wouldn't mind to rename the application "Installer" to "SystemInstaller" or something like that. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 13:45:08 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 11:45:08 -0000 Subject: [Haiku-bugs] [Haiku] #1228: No Installer component in Trac In-Reply-To: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> References: <048.bbffe3cc2b5036aae284775348ee990c@haiku-os.org> Message-ID: <057.6aee803cd8f9ef493157961e848fcf4b@haiku-os.org> #1228: No Installer component in Trac -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: wkornewald Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Website/Trac | Version: R1 development Resolution: fixed | Platform: All -----------------------------+---------------------------------------------- Comment (by wkornewald): Replying to [comment:8 axeld]: > I also wouldn't mind to rename the application "Installer" to "SystemInstaller" or something like that. That would be great! Could you please do that? I'll then add SystemInstaller and PackageInstaller as components. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 15:27:27 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 13:27:27 -0000 Subject: [Haiku-bugs] [Haiku] #1234: adapt our build system to distro guidelines Message-ID: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> #1234: adapt our build system to distro guidelines --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: bonefish Type: enhancement | Status: new Priority: critical | Milestone: R1 Component: Build System | Version: R1 development Platform: All | --------------------------+------------------------------------------------- Since others may not use our logo and trademarks we need to extend the build system. The preferred solution is probably to have good defaults (i.e.: neutral names and logos) and require us and "Haiku Compatible" 3rd- party distro makers to set a few build options. By default, no Haiku logo and trademarks would be enabled (remove from AboutHaiku and boot screen, etc.). AboutHaiku is renamed to AboutSystem and the Deskbar menu item is labeled "About This System...". The build system would have the following options: * default (no logos/trademarks) * HaikuCompatible (enables a "Haiku Compatible" logo in boot screen and AboutSystem) * Haiku (official build; enable Haiku logos and trademarks in boot logos and AboutHaiku) I'm not sure if we should rename "About This System..." to "About Haiku..." in the official "Haiku" build. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 16:14:46 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 14:14:46 -0000 Subject: [Haiku-bugs] [Haiku] #1235: set_dprintf_enabled() always enables serial debugging Message-ID: <044.eadcf826d1dcff608d60dbf4d39686af@haiku-os.org> #1235: set_dprintf_enabled() always enables serial debugging ---------------------------+------------------------------------------------ Reporter: jkloetzke | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Platform: All | ---------------------------+------------------------------------------------ The function set_dprintf_enabled() always enables serial debug output unconditionally. This is somewhat confusing if this is was switched off in the kernel settings. Especially it may be sometimes neccessary to _not_ use serial debugging but use the syslog method because dprintf is very slow on serial lines and the corresponding thread uses massive amounts of CPU time to wait on serial line. Furthermore the machine may have no serial output at all. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 16:26:19 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 14:26:19 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.88fc26c8505e2883c65d431acd0a1ae4@haiku-os.org> #1233: Prefs Sounds application crash -----------------------------------+---------------------------------------- Reporter: cebif | Owner: Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/Sounds | Version: R1 development Resolution: | Platform: All -----------------------------------+---------------------------------------- Changes (by marcusoverhagen): * owner: marcusoverhagen => -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 16:48:32 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 14:48:32 -0000 Subject: [Haiku-bugs] [Haiku] #1225: vm_page_fault occures when ftp is started. In-Reply-To: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> References: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> Message-ID: <051.c851dc6d2a1533484a8b7f28d19ca39d@haiku-os.org> #1225: vm_page_fault occures when ftp is started. ----------------------------------------+----------------------------------- Reporter: bouncer | Owner: hugosantos Type: bug | Status: assigned Priority: high | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Resolution: | Platform: All ----------------------------------------+----------------------------------- Comment (by ul1984): I'd just like to say that I can reproduce this bug 100%, both using qemu, and on real hardware(RTL-8169 network card). I used to be able to use "ftp" 1-2 months ago, on the same hardware. Revision 21175 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 19:03:14 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 17:03:14 -0000 Subject: [Haiku-bugs] [Haiku] #1225: vm_page_fault occures when ftp is started. In-Reply-To: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> References: <042.4d97829ddf2efecb52874586ef9c25e0@haiku-os.org> Message-ID: <051.ac1c340a09d67d758b733bad86a44bc8@haiku-os.org> #1225: vm_page_fault occures when ftp is started. ----------------------------------------+----------------------------------- Reporter: bouncer | Owner: hugosantos Type: bug | Status: closed Priority: high | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Resolution: fixed | Platform: All ----------------------------------------+----------------------------------- Changes (by hugosantos): * status: assigned => closed * resolution: => fixed Comment: Fixed in r21176. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 20:26:54 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 18:26:54 -0000 Subject: [Haiku-bugs] [Haiku] #1234: adapt our build system to distro guidelines In-Reply-To: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> References: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> Message-ID: <054.8600cb0994bdb36737efc87ce1eb6432@haiku-os.org> #1234: adapt our build system to distro guidelines --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: critical | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Changes (by bonefish): * owner: bonefish => axeld * component: Build System => - General Comment: I introduced general support for discriminating the different kinds of Haiku distros in the build system (configure option "--distro- compatibility", r21177). I renamed AboutHaiku (r21179, r21180) and, mostly for reference, conditionally renamed the Deskbar menu item (r21178). The remaining tasks are mainly about setting the alternative logos/images when those are available. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 20:51:54 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 18:51:54 -0000 Subject: [Haiku-bugs] [Haiku] #1234: adapt our build system to distro guidelines In-Reply-To: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> References: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> Message-ID: <054.000f23c534ba8307b0754d2d3305c2c7@haiku-os.org> #1234: adapt our build system to distro guidelines --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: critical | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by wkornewald): We'll also need a possibility to easily include the disclaimer in AboutSystem (also for unstable releases). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 20:56:19 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 18:56:19 -0000 Subject: [Haiku-bugs] [Haiku] #1220: USB webcam device not published by usb_raw In-Reply-To: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> References: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> Message-ID: <051.1cb867d14adcc877cad8993121d8d666@haiku-os.org> #1220: USB webcam device not published by usb_raw --------------------------+------------------------------------------------- Reporter: mmu_man | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Changes (by siarzhuk): * cc: siarzhuk (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 20:57:26 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 18:57:26 -0000 Subject: [Haiku-bugs] [Haiku] #1044: USB OHCI support In-Reply-To: <045.95d7cf1f9f7c375158db263698ccd0fb@haiku-os.org> References: <045.95d7cf1f9f7c375158db263698ccd0fb@haiku-os.org> Message-ID: <054.62a8817f96b809755e3bffc3105230b1@haiku-os.org> #1044: USB OHCI support --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: mmlr Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Changes (by siarzhuk): * cc: siarzhuk (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 20:57:49 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 18:57:49 -0000 Subject: [Haiku-bugs] [Haiku] #1045: USB isochronous streams In-Reply-To: <045.f01a9eeaf20fd6286ea430fadb2fb479@haiku-os.org> References: <045.f01a9eeaf20fd6286ea430fadb2fb479@haiku-os.org> Message-ID: <054.2bc30c29361b76922c01231783a4efcc@haiku-os.org> #1045: USB isochronous streams --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: mmlr Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Changes (by siarzhuk): * cc: siarzhuk (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 21:00:01 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 19:00:01 -0000 Subject: [Haiku-bugs] [Haiku] #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip In-Reply-To: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> References: <041.a998994b38b90fc6acdc0bd1164ac15d@haiku-os.org> Message-ID: <050.4f70ef2d6723167b5e59953e91fb023b@haiku-os.org> #1203: mutliple issues with usb stack v. haiku_usb_r5_20070419.zip --------------------------+------------------------------------------------- Reporter: nutela | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: x86 --------------------------+------------------------------------------------- Changes (by siarzhuk): * cc: siarzhuk (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 21:05:53 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 19:05:53 -0000 Subject: [Haiku-bugs] [Haiku] #1066: Print_server is not started at boot In-Reply-To: <045.4c7298e1f582ce439d1b44b7c3d2f820@haiku-os.org> References: <045.4c7298e1f582ce439d1b44b7c3d2f820@haiku-os.org> Message-ID: <054.a88a8b0a5b377d3851037a189864238f@haiku-os.org> #1066: Print_server is not started at boot -----------------------------------+---------------------------------------- Reporter: jackburton | Owner: laplace Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/print_server | Version: R1 development Resolution: fixed | Platform: All -----------------------------------+---------------------------------------- Changes (by laplace): * status: new => closed * resolution: => fixed Comment: Added print_server to Bootscript. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 21:49:43 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 19:49:43 -0000 Subject: [Haiku-bugs] [Haiku] #1231: PCL6: Resizing Issue with Additional Add Printer Dialog In-Reply-To: <041.09a2816369fd2a84125bebc22f7b0c51@haiku-os.org> References: <041.09a2816369fd2a84125bebc22f7b0c51@haiku-os.org> Message-ID: <050.dd7ce7eef2104b719ea27d763c0b1fd8@haiku-os.org> #1231: PCL6: Resizing Issue with Additional Add Printer Dialog -------------------------+-------------------------------------------------- Reporter: katisu | Owner: laplace Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Printing | Version: R1 development Resolution: fixed | Platform: All -------------------------+-------------------------------------------------- Changes (by laplace): * status: new => closed * resolution: => fixed Comment: Fixed with revision 21182. The text rectangle is updated when the view is resized. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 22:36:40 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 20:36:40 -0000 Subject: [Haiku-bugs] [Haiku] #1232: PCL6: Cancel Issue with Additional Add Printer Dialog In-Reply-To: <041.d1fcc3ae9c1bcc76c18d9d3ad48cf400@haiku-os.org> References: <041.d1fcc3ae9c1bcc76c18d9d3ad48cf400@haiku-os.org> Message-ID: <050.a3bbd24742ce1ce954ce62752145b960@haiku-os.org> #1232: PCL6: Cancel Issue with Additional Add Printer Dialog -------------------------+-------------------------------------------------- Reporter: katisu | Owner: laplace Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Printing | Version: R1 development Resolution: fixed | Platform: All -------------------------+-------------------------------------------------- Changes (by laplace): * status: new => closed * resolution: => fixed Comment: Fixed in revision 21184. The question is not shown after cancellation. The BeOS R5 printers preflet has the same behaviour. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 20 23:05:56 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 21:05:56 -0000 Subject: [Haiku-bugs] [Haiku] #1236: Intel 82801FB USB Controllers: BIOS Legacy USB Support: ON disables publishing USB2 devices. Message-ID: <043.d792bfdd6b39e037e543dae618f71417@haiku-os.org> #1236: Intel 82801FB USB Controllers: BIOS Legacy USB Support: ON disables publishing USB2 devices. -------------------------+-------------------------------------------------- Reporter: siarzhuk | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Platform: All | -------------------------+-------------------------------------------------- 1) The laptop PC with following USB Controller was tested: V 8086 Intel Corporation D 2658 82801FB (ICH6) USB UHCI Controller 1 D 2659 82801FB (ICH6) USB UHCI Controller 2 D 265A 82801FB (ICH6) USB UHCI Controller 3 D 265B 82801FB (ICH6) USB UHCI Controller 4 D 265C 82801FB (ICH6) USB 2.0 EHCI Controller 2) Tested system has "Legacy USB Support" settings in BIOS. There are two possible states for this option: Enabled and Disabled. 3) Terminal command ls /dev/bus/usb/ -alR was used to check the fact of publishing device under corresponding directory in /dev hierarchy. 4) Terminal command usb_dev_info /dev/bus/usb/N/M was used to obtain USB device information. The "N" and "M" are corresponding subdirectory and file names of the device entry. 5) Two syslog files attached to this bug report. First one was acquired with disabled BIOS Legacy USB Support option, second one was acquired with enabled option. 6) Haiku revision used during this tests: 21181 '''The Test I:''' Haiku was booted with _disabled_ BIOS "Legacy USB support". Two USB2 mass storage devices were plugged in before the system boot. a)I use "ls" to check the device publishing and usb_dev_info to be sure that both mass storage device are published. All was OK. b) I have plugged one of devices out. Checked device entry with "ls" - it was still displayed, tried to obtain device information with "usb_dev_info" - it failed with "cannot open" message. c) I plugged this device in the _same_ port. Checked with "ls" - it is here. Checked with "usb_dev_info" - correct information displayed. d) Plugged this device out and plug it into _another_ port. Checked with "ls" - device entry not changed. Checked it with "usb_dev_info" - failed with "cannot open". Tried to get "usb_dev_info" for other possible dev entries on this controller (from 0 to 7) - nothing found. '''The Test II''' Haiku was booted with _enabled_ BIOS "Legacy USB support". One USB2 mass storage device with another USB1 mass storage device were plugged in before booting Haiku. a)I use "ls" to check the device publishing and usb_dev_info to be sure that both mass storage device are published. Only USB1 device was found. USB2 device was not published. b)I tried to plug USB2 device out and plug it into the same port. Nothing published under /dev. Tried to replug it into another port - nothing. Note that syslog contains corresponding "pipe changed" notifications for USB2 device! c) The "non-working plug in notifications" issue from Test I is also observed with USB1 device in this test. '''The PROBLEM''': Looks like BIOS "Legacy USB Support" option has negative effect on Haiku?s USB stack on tested system. In case this option is enabled - USB2 devices are not published in /dev hierarchy. Only USB1 are published. Unfortunately I have no possibility to check this from real driver at this time - only "ls"-check was performed. '''NOTES''': Mentioned "non-working plug in notify" problem looks like not related to this BIOS "legacy USB" option. May be I should post it as another bug report? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 00:49:07 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 20 May 2007 22:49:07 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.51acc6684f5fc425eadaa2ce510f071f@haiku-os.org> #1233: Prefs Sounds application crash -----------------------------------+---------------------------------------- Reporter: cebif | Owner: Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Preferences/Sounds | Version: R1 development Resolution: | Platform: All -----------------------------------+---------------------------------------- Comment (by cebif): I have made the bug to happen again. This time with a backtrace added to the gdb debug info. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 04:07:10 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 02:07:10 -0000 Subject: [Haiku-bugs] [Haiku] #1237: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. Message-ID: <042.ee4203ac9bc999de5417eb464097d678@haiku-os.org> #1237: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: zooey Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Platform: All | ---------------------------------------+------------------------------------ 1) Start Haiku. 2) Connect to a BeOS machine via 'ftp' (BTW - Thanks Hugo, for fixing the vm_page_fault problem). 3) Attempt to 'get' a file. Particular details. a) First attempt was to fetch a file of approx. 5000 byes in size. The ftp just sat there. I could see the cursor block give a pulse every second. But there was no acvitiy. b) Something (I don't know what) caused ftp to break out of that with an 'interrupted system call' message. But 'ftp' did not die. I got the prompt back. c) I kept trying to download various files. After some experimentation I determined that ftp had the following behaviour. - Files less than or equal to 1446 bytes in size would download successfully. - Files greater than 1446 bytes but not too large ( less than 2000 ??? ) in size would not download. But would not 'hang' the ftp either. o Ftp 'get' returned immediatly - with 0 bytes transferred. o A File of 0 bytes will have been created. - Files of a large size (eg: 5000 bytes) would 'hang' the ftp operation. The 'get' operation never came back. A 'control-C' would however get the ftp cursor back again. If not too large (eg: 1447 - 3000 ? ) the ftp would just return without having obtained the file Hardware: This bug occured on real hardware. Using the e1000 network driver. The code compiled was at revision 21179. Please see the attached file. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 04:08:53 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 02:08:53 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. Message-ID: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. -----------------------+---------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Platform: All | -----------------------+---------------------------------------------------- 1) Start Haiku. 2) Connect to a BeOS machine via 'ftp' (BTW - Thanks Hugo, for fixing the vm_page_fault problem). 3) Attempt to 'get' a file. Particular details. a) First attempt was to fetch a file of approx. 5000 byes in size. The ftp just sat there. I could see the cursor block give a pulse every second. But there was no acvitiy. b) Something (I don't know what) caused ftp to break out of that with an 'interrupted system call' message. But 'ftp' did not die. I got the prompt back. c) I kept trying to download various files. After some experimentation I determined that ftp had the following behaviour. - Files less than or equal to 1446 bytes in size would download successfully. - Files greater than 1446 bytes but not too large ( less than 2000 ??? ) in size would not download. But would not 'hang' the ftp either. o Ftp 'get' returned immediatly - with 0 bytes transferred. o A File of 0 bytes will have been created. - Files of a large size (eg: 5000 bytes) would 'hang' the ftp operation. The 'get' operation never came back. A 'control-C' would however get the ftp cursor back again. If not too large (eg: 1447 - 3000 ? ) the ftp would just return without having obtained the file Hardware: This bug occured on real hardware. Using the e1000 network driver. The code compiled was at revision 21179. Please see the attached file. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 08:41:20 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 06:41:20 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.4eb0327ccebe89a9b611660b6d7b35f2@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: new Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Changes (by axeld): * owner: axeld => hugosantos * component: - General => - Network & Internet/TCP Comment: I'm not sure if it's related, but when I download VLC from BeBits using wget, I also experience frequent hangs. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 09:00:40 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 07:00:40 -0000 Subject: [Haiku-bugs] [Haiku] #1237: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.ee4203ac9bc999de5417eb464097d678@haiku-os.org> References: <042.ee4203ac9bc999de5417eb464097d678@haiku-os.org> Message-ID: <051.c966ff5c8baa6dabbd947272f045c2ee@haiku-os.org> #1237: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ----------------------------------------+----------------------------------- Reporter: bouncer | Owner: zooey Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Network & Internet/IPv4 | Version: R1 development Resolution: duplicate | Platform: All ----------------------------------------+----------------------------------- Changes (by jackburton): * status: new => closed * resolution: => duplicate Comment: dup of #1238 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 09:18:52 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 07:18:52 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.f3f329df8b44e118ac227517f74956ad@haiku-os.org> #1233: Prefs Sounds application crash ----------------------------+----------------------------------------------- Reporter: cebif | Owner: Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by jackburton): * component: - Preferences/Sounds => Kits/Game Kit Comment: The problem seems to lie in the game kit's BFileGameSound. Switching component... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 09:46:19 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 07:46:19 -0000 Subject: [Haiku-bugs] [Haiku] #975: the filesystem API should support sparse files for the call "get_file_map" In-Reply-To: <040.eabf34ef8fc32cee7db93b7c3515575e@haiku-os.org> References: <040.eabf34ef8fc32cee7db93b7c3515575e@haiku-os.org> Message-ID: <049.f077634488b3be2410303789f941486d@haiku-os.org> #975: the filesystem API should support sparse files for the call "get_file_map" ----------------------------+----------------------------------------------- Reporter: korli | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by korli): I wouldn't call this an enhancement given the impact on the UDF filesystem, anyway ... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 10:06:32 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 08:06:32 -0000 Subject: [Haiku-bugs] [Haiku] #975: the filesystem API should support sparse files for the call "get_file_map" In-Reply-To: <040.eabf34ef8fc32cee7db93b7c3515575e@haiku-os.org> References: <040.eabf34ef8fc32cee7db93b7c3515575e@haiku-os.org> Message-ID: <049.2d41da936cbd9d62d645ab083d5ac609@haiku-os.org> #975: the filesystem API should support sparse files for the call "get_file_map" ----------------------------+----------------------------------------------- Reporter: korli | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by wkornewald): Hmm, I just found that bug doesn't fit (it's about extending the API), but feel free to change it to "bug". We'll need to define how we want to use Trac for release planning (what role do type and priority play, etc.) at some point. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 10:54:20 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 08:54:20 -0000 Subject: [Haiku-bugs] [Haiku] #1227: Installer thinks files in source volume's root are folders? In-Reply-To: <048.0add16e86c81ca1298045d3d23259b89@haiku-os.org> References: <048.0add16e86c81ca1298045d3d23259b89@haiku-os.org> Message-ID: <057.9b9988fca6d8eca104f9afd10f82d1e5@haiku-os.org> #1227: Installer thinks files in source volume's root are folders? ------------------------------------------------+--------------------------- Reporter: jonas.kirilla | Owner: korli Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - Applications/Installer (System) | Version: R1 development Resolution: | Platform: All ------------------------------------------------+--------------------------- Changes (by korli): * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 11:06:55 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 09:06:55 -0000 Subject: [Haiku-bugs] [Haiku] #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) In-Reply-To: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> References: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> Message-ID: <052.12a6c2f74c53a2165d8b9943a9179cc8@haiku-os.org> #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) ----------------------------+----------------------------------------------- Reporter: siarzhuk | Owner: ithamar Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by korli): Ithamar, I'll add some error handling for the Media preflet crash (no view made for a parameterweb) as part of this bug. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 11:14:29 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 09:14:29 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.494283a4736e95630ff923390f7e2480@haiku-os.org> #1233: Prefs Sounds application crash ----------------------------+----------------------------------------------- Reporter: cebif | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by marcusoverhagen): * owner: => korli Comment: Reassigning this bug to korli, as he did the most recent work on game sounds, perhaps he can help fixing this problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 11:22:58 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 09:22:58 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.8fef8bcd1a720e2fd71a0a27a582e4cf@haiku-os.org> #1233: Prefs Sounds application crash ----------------------------+----------------------------------------------- Reporter: cebif | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by jackburton): I had a look at BFileGameSound::FillBuffer(). It seems it doesn't handle a NULL buffer gracefully. Actually I don't know if it should at all (in this case, the problem would be in the calling method). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 11:24:51 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 09:24:51 -0000 Subject: [Haiku-bugs] [Haiku] #284: BMenu needs diagonal mouse movement support (easy) In-Reply-To: <043.67d09c50fc4e2eee125867b96349314c@haiku-os.org> References: <043.67d09c50fc4e2eee125867b96349314c@haiku-os.org> Message-ID: <052.40dabc98ec2bad595565574663c7c845@haiku-os.org> #284: BMenu needs diagonal mouse movement support (easy) --------------------------+------------------------------------------------- Reporter: darkwyrm | Owner: jackburton Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - General | Version: Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by jackburton): Are you sure it's that easy ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 12:17:08 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 10:17:08 -0000 Subject: [Haiku-bugs] [Haiku] #284: BMenu needs diagonal mouse movement support (easy) In-Reply-To: <043.67d09c50fc4e2eee125867b96349314c@haiku-os.org> References: <043.67d09c50fc4e2eee125867b96349314c@haiku-os.org> Message-ID: <052.8c296fddccb9efa178b0e9ba72a0fb46@haiku-os.org> #284: BMenu needs diagonal mouse movement support (easy) --------------------------+------------------------------------------------- Reporter: darkwyrm | Owner: jackburton Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - General | Version: Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by wkornewald): I just thought it would mostly be an algorithm thing and could still be interesting for those who are experienced developers, but not yet familiar with our API. Feel free change this task. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 12:17:27 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 10:17:27 -0000 Subject: [Haiku-bugs] [Haiku] #284: BMenu needs diagonal mouse movement support (easy) In-Reply-To: <043.67d09c50fc4e2eee125867b96349314c@haiku-os.org> References: <043.67d09c50fc4e2eee125867b96349314c@haiku-os.org> Message-ID: <052.50ad4371a42fa4b6dab88ee4afaec2dd@haiku-os.org> #284: BMenu needs diagonal mouse movement support (easy) ---------------------------------+------------------------------------------ Reporter: darkwyrm | Owner: jackburton Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: Resolution: | Platform: All ---------------------------------+------------------------------------------ Changes (by wkornewald): * component: - General => Kits/Interface Kit -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 13:42:51 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 11:42:51 -0000 Subject: [Haiku-bugs] [Haiku] #1231: PCL6: Resizing Issue with Additional Add Printer Dialog In-Reply-To: <041.09a2816369fd2a84125bebc22f7b0c51@haiku-os.org> References: <041.09a2816369fd2a84125bebc22f7b0c51@haiku-os.org> Message-ID: <050.ef87d0279e31b80c8319ad5545415b2f@haiku-os.org> #1231: PCL6: Resizing Issue with Additional Add Printer Dialog -------------------------+-------------------------------------------------- Reporter: katisu | Owner: laplace Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Printing | Version: R1 development Resolution: fixed | Platform: All -------------------------+-------------------------------------------------- Comment (by katisu): Problem still exists and found an additional issue. When selecting the text and dragging the text moves in the opposite direction. The second picture I added shows what happens when this is done and dragging to the left. I can't rule out this being a problem with Haiku's implementation of BScrollView or BTextArea, so when I get a chance I'll look into this some more. Leaving ticket closed for now. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 15:37:34 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 13:37:34 -0000 Subject: [Haiku-bugs] [Haiku] #975: the filesystem API should support sparse files for the call "get_file_map" In-Reply-To: <040.eabf34ef8fc32cee7db93b7c3515575e@haiku-os.org> References: <040.eabf34ef8fc32cee7db93b7c3515575e@haiku-os.org> Message-ID: <049.f667cbb5bd940df5a6e6d9869fc80a5e@haiku-os.org> #975: the filesystem API should support sparse files for the call "get_file_map" ----------------------------+----------------------------------------------- Reporter: korli | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by bonefish): Adding at least read support for sparse files to the file cache (which would suffice for UDF) should require relatively few changes. It wouldn't even be necessary to add another field to file_io_vec; one could simply use a negative offset as indicator. In fact the only two changes necessary should be to * replace negative offsets by LONG_LONG_MIN in file_cache.cpp:get_file_map() and * use a small wrapper for vfs_read_pages() which simply clears the pages in case of a negative offset. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 15:46:10 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 13:46:10 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.70614d4a59194ed0ebfeb3a19d2a987e@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Changes (by hugosantos): * status: new => assigned Comment: Axel, i thought i fixed that issue when you last reported it to me? Has it returned? And to bouncer, are you able to test with another driver/card besides e1000? I haven't had the chance to test it enough yet so i wouldn't expect it to be working correctly. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 16:21:28 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 14:21:28 -0000 Subject: [Haiku-bugs] [Haiku] #1234: adapt our build system to distro guidelines In-Reply-To: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> References: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> Message-ID: <054.1656a790ce7181a062ca8cb1ab0065bb@haiku-os.org> #1234: adapt our build system to distro guidelines --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: critical | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by bonefish): Not sure what you're referring to with respect to adding the disclaimer. Is there anything that prevents it from just being added, now? Regarding unstable releases, I wouldn't really consider an indicator of the code stability a property to be set through the build system. I suppose we might want to have a macro in indicating the state of the sources. Maybe something like: {{{ #define B_RELEASE_STABILITY_DEVELOPMENT 0 #define B_RELEASE_STABILITY_PRE_ALPHA 1 #define B_RELEASE_STABILITY_ALPHA 2 #define B_RELEASE_STABILITY_BETA 3 #define B_RELEASE_STABILITY_GAMMA 4 #define B_RELEASE_STABILITY_STABLE 5 #define B_HAIKU_VERSION ... #define B_HAIKU_RELEASE_STABILITY B_RELEASE_STABILITY_DEVELOPMENT }}} Opinions? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 17:30:39 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 15:30:39 -0000 Subject: [Haiku-bugs] [Haiku] #1234: adapt our build system to distro guidelines In-Reply-To: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> References: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> Message-ID: <054.abd6637eb21f04dd57d3b5da1dbb1d31@haiku-os.org> #1234: adapt our build system to distro guidelines --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: critical | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by wkornewald): Replying to [comment:3 bonefish]: > Not sure what you're referring to with respect to adding the disclaimer. Is there anything that prevents it from just being added, now? No, it just requires fiddling with the source. Maybe we could move the disclaimer template text into AboutSystem (as a separate file) and automatically include it when building a compatible distro? When building a "compatible" distro it would be even better if the configure script required specifying the distro name and contact information and optionally a distributor name and then automatically set that info in the disclaimer. Or does this make it too easy to create a compliant 3rd-party distro? :) > Regarding unstable releases, I wouldn't really consider an indicator of the code stability a property to be set through the build system. I suppose we might want to have a macro in indicating the state of the sources. Maybe something like: Shouldn't the release stability be part of a private header? IMHO, it's not really necessary for 3rd-party apps and changes shouldn't trigger a complete rebuild of Haiku. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 17:43:27 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 15:43:27 -0000 Subject: [Haiku-bugs] [Haiku] #1234: adapt our build system to distro guidelines In-Reply-To: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> References: <045.5c92696b3ec8f60857149b21b256a376@haiku-os.org> Message-ID: <054.cd99fc2b75166fa2461d0172ddb590a7@haiku-os.org> #1234: adapt our build system to distro guidelines --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: critical | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by wkornewald): Something else coming to my mind: when building a "compatible" distro the build system should check whether you're using a compatible GCC version (e.g., 2.95.3 on x86). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 18:18:44 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 16:18:44 -0000 Subject: [Haiku-bugs] [Haiku] #1231: PCL6: Resizing Issue with Additional Add Printer Dialog In-Reply-To: <041.09a2816369fd2a84125bebc22f7b0c51@haiku-os.org> References: <041.09a2816369fd2a84125bebc22f7b0c51@haiku-os.org> Message-ID: <050.23ae3363e3bee393b0fdb64d85310c95@haiku-os.org> #1231: PCL6: Resizing Issue with Additional Add Printer Dialog -------------------------+-------------------------------------------------- Reporter: katisu | Owner: laplace Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Printing | Version: R1 development Resolution: fixed | Platform: All -------------------------+-------------------------------------------------- Comment (by laplace): I cannot reproduce the problem(s) under BeOS R5. I suggest to create a new ticket for component Servers/app_server. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 19:29:14 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 17:29:14 -0000 Subject: [Haiku-bugs] [Haiku] #1212: human interface guideline patches: ellipsis and related in menu items, buttons In-Reply-To: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> References: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> Message-ID: <057.1e3f99dc3422ed7e4de8856e593a70a9@haiku-os.org> #1212: human interface guideline patches: ellipsis and related in menu items, buttons -------------------------------+-------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Resolution: fixed | Platform: All -------------------------------+-------------------------------------------- Comment (by jonas.kirilla): I seem to have missed to include the patch for Magnify. Sorry about that. See attached file Magnify.cpp.diff -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 19:59:21 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 17:59:21 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.38f50bba8dded572901e4009dd21e2cd@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Comment (by bouncer): Re: Testing with other drivers.This will be a problem. My only other hardware options are the 3com and (maybe) the ipro100. Both of which are BSD compatibility drivers. By the way. Neither the e1000 nor the 3com or ipro100 drivers are released with our standard haiku-image build. I needed to play with the Jam files to get any new drivers for testing. ANOTHER BUG: The ipro100 driver will not compile for me. It gives this compile time error. /boot/home/haiku/src/add- ons/kernel/drivers/network/ipro100/dev/fxp/glue.c:3: macro `HAIKU_FBSD_DRIVER_GLUE' used with only 2 args . And the single line of 'code' in that module makes no sense anyway. Will keep you posted if anthing new develops. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 20:42:17 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 18:42:17 -0000 Subject: [Haiku-bugs] [Haiku] #1227: Installer thinks files in source volume's root are folders? In-Reply-To: <048.0add16e86c81ca1298045d3d23259b89@haiku-os.org> References: <048.0add16e86c81ca1298045d3d23259b89@haiku-os.org> Message-ID: <057.d839be944e5677deed3b07a7cf79eb92@haiku-os.org> #1227: Installer thinks files in source volume's root are folders? ---------------------------------------------+------------------------------ Reporter: jonas.kirilla | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Applications/SystemInstaller | Version: R1 development Resolution: fixed | Platform: All ---------------------------------------------+------------------------------ Changes (by korli): * status: assigned => closed * resolution: => fixed Comment: Fixed in revision 21192 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 20:47:03 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 18:47:03 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.ae2e5da261455767140549deb40183c3@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Comment (by hugosantos): It is known ipro100 doesn't build right now. It is missing some required code to handle its interrupts. I'm missing some time right now, but i'll try to test e1000 a bit more this week. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 20:53:00 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 18:53:00 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.96ca7bbb438fad4e74345a66da627dba@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Comment (by bouncer): Test results: The 3com driver causes a vm_page_fault. Do you want me to submit a separate bug report for the 3com driver ? Or is this also something you know about. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 20:58:36 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 18:58:36 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.094d798ca827dfd44a3792c411bf2a9b@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Comment (by hugosantos): The 3com driver is also missing the interrupt handling code. It wasn't tested even yet. The only drivers i've tested minimally were e1000 and pcnet. The drivers are not included in the image for a reason: they aren't been tested enough yet and are still very experimental. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 20:59:05 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 18:59:05 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.b0eef8a9344eeb03c3c8f5c5b9dd1681@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Comment (by hugosantos): haven't, not aren't. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 21 23:53:37 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 21:53:37 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.7a9ec085f7cd091a5513edd529be3a8f@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Comment (by axeld): Replying to [comment:2 hugosantos]: > Axel, i thought i fixed that issue when you last reported it to me? Has it returned? At least BeBits still renders fine as far as I can tell, so it's probably not the same thing. I've tested with Marcus' ipro1000 on real hardware, btw. Can you reproduce it at all? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 00:57:36 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 22:57:36 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.06209fa9ca892f5119a219fb79099d90@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Comment (by hugosantos): Replying to [comment:8 axeld]: > Replying to [comment:2 hugosantos]: > > Axel, i thought i fixed that issue when you last reported it to me? Has it returned? > > At least BeBits still renders fine as far as I can tell, so it's probably not the same thing. I've tested with Marcus' ipro1000 on real hardware, btw. > Can you reproduce it at all? I can reproduce this issue, i'll close it next. I don't see any hangs in wget, so please open up a ticket detailing that. It could still be some issue with congestion control. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 00:58:20 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 22:58:20 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.2537a648fd2d53bbb5088a19a79b9a65@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: fixed | Platform: All ---------------------------------------+------------------------------------ Changes (by hugosantos): * status: assigned => closed * resolution: => fixed Comment: Replying to [ticket:1238 bouncer]: > 1) Start Haiku. > 2) Connect to a BeOS machine via 'ftp' > (BTW - Thanks Hugo, for fixing the vm_page_fault problem). > 3) Attempt to 'get' a file. > > Particular details. > a) First attempt was to fetch a file of approx. 5000 byes in size. > The ftp just sat there. I could see the cursor block give a pulse > every second. But there was no acvitiy. > b) Something (I don't know what) caused ftp to break out of that with an > 'interrupted system call' message. But 'ftp' did not die. > I got the prompt back. > c) I kept trying to download various files. After some experimentation > I determined that ftp had the following behaviour. > > - Files less than or equal to 1446 bytes in size would download successfully. > - Files greater than 1446 bytes but not too large ( less than 2000 ??? ) > in size would not download. But would not 'hang' the ftp either. > o Ftp 'get' returned immediatly - with 0 bytes transferred. > o A File of 0 bytes will have been created. > - Files of a large size (eg: 5000 bytes) would 'hang' the ftp operation. > The 'get' operation never came back. > A 'control-C' would however get the ftp cursor back again. > > If not too large (eg: 1447 - 3000 ? ) the ftp would just return > without having obtained the file > > Hardware: > This bug occured on real hardware. Using the e1000 network driver. > The code compiled was at revision 21179. > > Please see the attached file. r21195 should fix this issue. I've also been able to further test e1000 with success (did a couple large downloads). If you still get any issues regarding this specific issue, please re-open. If other problems arise, keep opening those bugs. And thanks for the help with testing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 01:41:37 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 21 May 2007 23:41:37 -0000 Subject: [Haiku-bugs] [Haiku] #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) In-Reply-To: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> References: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> Message-ID: <052.65f1a745f4afdaa3c67e306b775e4467@haiku-os.org> #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) ----------------------------+----------------------------------------------- Reporter: siarzhuk | Owner: ithamar Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by korli): Could you test the Media prefs crash with revision 21197 ? Thanks. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 06:16:34 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 04:16:34 -0000 Subject: [Haiku-bugs] [Haiku] #1003: KDL while expanding a file In-Reply-To: <045.83894595d74e21eb1ae869a9ed8c4511@haiku-os.org> References: <045.83894595d74e21eb1ae869a9ed8c4511@haiku-os.org> Message-ID: <054.44ecdbef1a0f2a5f2fa7af34ce43c5f9@haiku-os.org> #1003: KDL while expanding a file ----------------------------+----------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: new Priority: blocker | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by jackburton): Axel, with the patch I've sent you (BPlusTree::_SplitNode()), the behaviour of this bug has changed a bit (for the better ?): Now I can unzip almost all the zip file, although near the end it KDLs again with a different backtrace. Note that, near the point where it KDLd before, the system stalls for ~20 seconds with the cpu at 100%. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 07:33:48 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 05:33:48 -0000 Subject: [Haiku-bugs] [Haiku] #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) In-Reply-To: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> References: <043.9e4879d6e758234f4e586431bce5f7c9@haiku-os.org> Message-ID: <052.2843e982b41c879b90263bc24abd38c3@haiku-os.org> #1223: Media perflet crashed on Intel/Realtek HDA hardware (8086:2668) ----------------------------+----------------------------------------------- Reporter: siarzhuk | Owner: ithamar Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by siarzhuk): 1) Media perflet crash no more. In case I select HD Audio item it shows "This hardware has no controls" 2) HD Audio item is visible now in Media perflet under R5 too. When I try to select this item (not as "Audio output" but just "activating" it with mouse) - the "bummer" with "Couldn?t create node: Resource is not available" appears. Attached syslog was acquired with _3 attempts_ to select this "HD Audio" item. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 12:04:48 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 10:04:48 -0000 Subject: [Haiku-bugs] [Haiku] #1003: KDL while expanding a file In-Reply-To: <045.83894595d74e21eb1ae869a9ed8c4511@haiku-os.org> References: <045.83894595d74e21eb1ae869a9ed8c4511@haiku-os.org> Message-ID: <054.6225e44bc936598ce8191c6be6eb2f52@haiku-os.org> #1003: KDL while expanding a file ----------------------------+----------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: new Priority: blocker | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by jackburton): Replying to [comment:14 jackburton]: > Axel, with the patch I've sent you (BPlusTree::_SplitNode()), the behaviour of this bug has changed a bit (for the better ?): > Now I can unzip almost all the zip file, although near the end it KDLs again with a different backtrace. Note that, near the point where it KDLd before, the system stalls for ~20 seconds with the cpu at 100%. The above applies on vmware player (virtual machine with 128 MB RAM). On real hardware (512 MB RAM) I am able to unzip the file correctly. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 14:22:55 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 12:22:55 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories Message-ID: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: axeld Type: bug | Status: new Priority: high | Milestone: R1 Component: System/Kernel | Version: R1 development Platform: All | ---------------------------+------------------------------------------------ Since a few revisions, I'm getting duplicated and truncated folder names. Screenshot attached. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 14:50:34 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 12:50:34 -0000 Subject: [Haiku-bugs] [Haiku] #1240: BTextView and BScrollView: - Selection and drag moves text Message-ID: <041.91eee54706b60ba7e5ec602064af9b45@haiku-os.org> #1240: BTextView and BScrollView: - Selection and drag moves text --------------------------------+------------------------------------------- Reporter: katisu | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Platform: All | --------------------------------+------------------------------------------- Initially ran into this problem when looking at the print kit. The PCL6 driver has an additional "add printer" dialog that has a description area. If the text in this area is selected and the mouse dragged the text moves in the opposite direction. The first picture shows it in that dialog. This does not happen on r5. The problem is also reproducible with the About This System (formerly AboutHaiku) dialog. Second picture shows it in this dialog. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 15:06:57 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 13:06:57 -0000 Subject: [Haiku-bugs] [Haiku] #1241: BTextView and BScrollView: - Scroll and resize window issue Message-ID: <041.6806cee4e2fa017549cb86827e3f626d@haiku-os.org> #1241: BTextView and BScrollView: - Scroll and resize window issue --------------------------------+------------------------------------------- Reporter: katisu | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Platform: All | --------------------------------+------------------------------------------- This currently appears to be a seperate issue, but may be related to ticket #1240. This was originally filed under ticket #1231 as an issue with the PCL6 driver, but after review appears to be related to Haiku's implementation of BTextView and/or BScrollView. How to reproduce: When adding a PCL6 printer, an additional dialog shows up to select the protocol. If user scrolls the description text down for PCL 6 Protocol Class 1.1 and then resizes the dialog, the description text does not adjust vertically. The result is the top text is cut off and can not be reached without making the dialog smaller again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 15:14:45 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 13:14:45 -0000 Subject: [Haiku-bugs] [Haiku] #1231: PCL6: Resizing Issue with Additional Add Printer Dialog In-Reply-To: <041.09a2816369fd2a84125bebc22f7b0c51@haiku-os.org> References: <041.09a2816369fd2a84125bebc22f7b0c51@haiku-os.org> Message-ID: <050.fdd2032f48045bd5cc63202a795f2a62@haiku-os.org> #1231: PCL6: Resizing Issue with Additional Add Printer Dialog -------------------------+-------------------------------------------------- Reporter: katisu | Owner: laplace Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Printing | Version: R1 development Resolution: fixed | Platform: All -------------------------+-------------------------------------------------- Comment (by katisu): Selection and drag issue is existent in the About This System Dialog which suggests these are in fact app server issues. Following tickets created for component Servers/app_server Ticket #1240 created for selection and drag issue. Ticket #1241 created for scroll and resizing issue. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 15:18:48 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 13:18:48 -0000 Subject: [Haiku-bugs] [Haiku] #1242: Inode::WriteAttribute() does not work correctly for small_data items Message-ID: <040.5254c83612dad72aa5d51f880c2a9681@haiku-os.org> #1242: Inode::WriteAttribute() does not work correctly for small_data items ------------------------------+--------------------------------------------- Reporter: axeld | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 development Platform: All | ------------------------------+--------------------------------------------- It currently follows R5 semantics: write position is ignored, and the previous attribute contents are removed before writing the new one. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 15:23:46 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 13:23:46 -0000 Subject: [Haiku-bugs] [Haiku] #1241: BTextView and BScrollView: - Scroll and resize window issue In-Reply-To: <041.6806cee4e2fa017549cb86827e3f626d@haiku-os.org> References: <041.6806cee4e2fa017549cb86827e3f626d@haiku-os.org> Message-ID: <050.4536478a691e9b5c12c83251d86618a7@haiku-os.org> #1241: BTextView and BScrollView: - Scroll and resize window issue ---------------------------------+------------------------------------------ Reporter: katisu | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Changes (by jackburton): * owner: axeld => jackburton * component: Servers/app_server => Kits/Interface Kit -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 15:24:09 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 13:24:09 -0000 Subject: [Haiku-bugs] [Haiku] #1240: BTextView and BScrollView: - Selection and drag moves text In-Reply-To: <041.91eee54706b60ba7e5ec602064af9b45@haiku-os.org> References: <041.91eee54706b60ba7e5ec602064af9b45@haiku-os.org> Message-ID: <050.1a3cbcaf3374962843235c7c5ff22cae@haiku-os.org> #1240: BTextView and BScrollView: - Selection and drag moves text ---------------------------------+------------------------------------------ Reporter: katisu | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Changes (by jackburton): * owner: axeld => jackburton * component: Servers/app_server => Kits/Interface Kit -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 15:30:36 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 13:30:36 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.b42c0c7ba424bea0f8ea4b4b33012182@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: bonefish Type: bug | Status: new Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Changes (by axeld): * owner: axeld => bonefish * component: System/Kernel => Build System Comment: When build under Linux, I would guess? We recently switched to a new bfs_shell, so I would expect the problem to be there. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 15:31:46 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 13:31:46 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.a33c4e5a5af17a71ba32b091ef47f240@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: bonefish Type: bug | Status: new Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Comment (by jackburton): Replying to [comment:1 axeld]: > When build under Linux, I would guess? Yes, sorry, I should have specified. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 16:13:24 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 14:13:24 -0000 Subject: [Haiku-bugs] [Haiku] #1240: BTextView and BScrollView: - Selection and drag moves text In-Reply-To: <041.91eee54706b60ba7e5ec602064af9b45@haiku-os.org> References: <041.91eee54706b60ba7e5ec602064af9b45@haiku-os.org> Message-ID: <050.306c43d9144e4f2a983ddc8f6d5ab2e4@haiku-os.org> #1240: BTextView and BScrollView: - Selection and drag moves text ---------------------------------+------------------------------------------ Reporter: katisu | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Changes (by jackburton): * status: new => assigned Comment: Should be fixed in r21207. Can you check ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 16:13:53 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 14:13:53 -0000 Subject: [Haiku-bugs] [Haiku] #1241: BTextView and BScrollView: - Scroll and resize window issue In-Reply-To: <041.6806cee4e2fa017549cb86827e3f626d@haiku-os.org> References: <041.6806cee4e2fa017549cb86827e3f626d@haiku-os.org> Message-ID: <050.84b8490f82955c6e2e5464c6750b1bd9@haiku-os.org> #1241: BTextView and BScrollView: - Scroll and resize window issue ---------------------------------+------------------------------------------ Reporter: katisu | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Changes (by jackburton): * status: new => assigned Comment: Should be fixed (as bug #1240) in r21207. Can you confirm ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 18:06:05 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 16:06:05 -0000 Subject: [Haiku-bugs] [Haiku] #1241: BTextView and BScrollView: - Scroll and resize window issue In-Reply-To: <041.6806cee4e2fa017549cb86827e3f626d@haiku-os.org> References: <041.6806cee4e2fa017549cb86827e3f626d@haiku-os.org> Message-ID: <050.2d6612b7ad5108778e3fa438cc71f4a0@haiku-os.org> #1241: BTextView and BScrollView: - Scroll and resize window issue ---------------------------------+------------------------------------------ Reporter: katisu | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by katisu): Replying to [comment:2 jackburton]: > Should be fixed (as bug #1240) in r21207. Can you confirm ? #1240 is fixed. This one is not fix with r21207. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 18:07:38 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 16:07:38 -0000 Subject: [Haiku-bugs] [Haiku] #1240: BTextView and BScrollView: - Selection and drag moves text In-Reply-To: <041.91eee54706b60ba7e5ec602064af9b45@haiku-os.org> References: <041.91eee54706b60ba7e5ec602064af9b45@haiku-os.org> Message-ID: <050.cae951368414be58477828af4d745833@haiku-os.org> #1240: BTextView and BScrollView: - Selection and drag moves text ---------------------------------+------------------------------------------ Reporter: katisu | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by katisu): Problem is fixed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 18:22:20 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 16:22:20 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.635e5d4d259b9526d9e5cda3e8cef526@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: bonefish Type: bug | Status: new Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Comment (by korli): Did you use the -j option for jam ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 19:31:53 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 17:31:53 -0000 Subject: [Haiku-bugs] [Haiku] #1240: BTextView and BScrollView: - Selection and drag moves text In-Reply-To: <041.91eee54706b60ba7e5ec602064af9b45@haiku-os.org> References: <041.91eee54706b60ba7e5ec602064af9b45@haiku-os.org> Message-ID: <050.bedf6efa12efb06c32c4afa5decc2a16@haiku-os.org> #1240: BTextView and BScrollView: - Selection and drag moves text ---------------------------------+------------------------------------------ Reporter: katisu | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: fixed | Platform: All ---------------------------------+------------------------------------------ Changes (by jackburton): * status: assigned => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 19:31:44 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 17:31:44 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.f4bcf0010036cc13b6f821cac9aa600f@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: bonefish Type: bug | Status: new Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Comment (by jackburton): Replying to [comment:3 korli]: > Did you use the -j option for jam ? No. I also tried to do a full rebuild (jam -qa haiku.image) but the problem persists. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 22 20:31:44 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 22 May 2007 18:31:44 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.aae2cf65340150a157498338f07223bb@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: bonefish Type: bug | Status: new Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Comment (by bonefish): Mmh, "since a few revisions" doesn't quite sound like since r20975 (almost 3 weeks ago). Or do you think, I could have been since then? Since everything works fine here, it would be nice, if you could test a few things. One would be to create an empty image (just insert an "exit 0" in build/scripts/build_haiku_image before the image is mounted (second bfs_shell invocation)), run the bfs_shell interactively ("jam -q run ':bfs_shell' :haiku.image") and try to create a few directories. The other thing would be to add a bit of output in src/tools/fs_shell/fssh.cpp:command_mkdir() (print to stderr). Since I'm clueless what code be the source of the problem, ATM, we'll have to see what those tests turn up and probably investigate a little further. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 05:16:20 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 03:16:20 -0000 Subject: [Haiku-bugs] [Haiku] #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. Message-ID: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. -----------------------+---------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Platform: All | -----------------------+---------------------------------------------------- 1) Click on some folder - which contains some substantial sized files. 2) Use a Terminal to 'cd' to that same directory and do 'ls -l'. Example: Under Tracker a file is reported as having a size of "48.46 KB". Under 'ls' - the same file is reported as being 59620 bytes. I believe the inconsistency should not be tolerated. PS: I think its just a question of Tracker reporting in 'KB' where the 'K' is 1024 bytes. While the 'ls' command is reporting a straight decimal number. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 05:42:47 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 03:42:47 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.f80c44d9627594d4bf1406f8ebc38368@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Changes (by bouncer): * status: closed => reopened * resolution: fixed => Comment: r21195 did fix the immediate problem. I can now ftp files bigger than 1446 bytes. However - there is a new limit at exactly 61300 bytes. My downloads are being truncated to that size whenever I attempt to ftp a file which is larger than 61300 bytes. Reproducing the bug: 1) Connect to a BeOS machine. Select a likely directory to download from. 2) Manually download files with the 'get ' operation. Results: a) The large file is always truncated. To exactly 61300 bytes. b) When the file is not too much bigger (eg: 93556 bytes). Ftp reports "226 Transfer complete 61300 bytes received in ...." c) When a much larger file is used (eg: 183674 bytes). Ftp sometimes reports an error. "426 Data connection: General OS error. 61300 bytes received in ...." -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 05:57:45 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 03:57:45 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.036f1e01421d70a8432a852a94ef62f1@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Comment (by hugosantos): Replying to [comment:11 bouncer]: > r21195 did fix the immediate problem. I can now ftp files bigger than 1446 bytes. > However - there is a new limit at exactly 61300 bytes. > This is not reproducible here with e1000. What about http downloads, do you get the same behavior? Are you able to build a custom system and provide me with the output of syslog? I would need you to edit src/add- ons/kernel/network/protocols/tcp/TCPEndpoint.cpp, line 53, and replace: {{{//#define TRACE_TCP}}} with {{{#define TRACE_TCP}}} Then build, run your system. Make a ftp download which doesn't work and provide me with /var/log/syslog. Thanks -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 10:11:14 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 08:11:14 -0000 Subject: [Haiku-bugs] [Haiku] #1025: KDL deleting and retriving sizes of directories in FAT disk In-Reply-To: <042.ff914fe22f4b6cb0c71bd4ebb9c8174f@haiku-os.org> References: <042.ff914fe22f4b6cb0c71bd4ebb9c8174f@haiku-os.org> Message-ID: <051.99860167691e9b036c92f0aaebf73388@haiku-os.org> #1025: KDL deleting and retriving sizes of directories in FAT disk -------------------------------+-------------------------------------------- Reporter: rdaneel | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/FAT | Version: R1 development Resolution: fixed | Platform: All -------------------------------+-------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Should be fixed in r21213 thanks to Jan Kl?tzke. Can you confirm it? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 12:25:19 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 10:25:19 -0000 Subject: [Haiku-bugs] [Haiku] #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. In-Reply-To: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> References: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> Message-ID: <051.76a34edd6c80bf0ba94aca56ff31f285@haiku-os.org> #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. ------------------------+--------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Comment (by jackburton): Window's calculator says 59620 / 1024 = 58,22265625. So it's not just the KB/Byte problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 12:51:09 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 10:51:09 -0000 Subject: [Haiku-bugs] [Haiku] #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. In-Reply-To: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> References: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> Message-ID: <051.3e14aa4fb0825187a0dd3a999312675b@haiku-os.org> #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. ------------------------+--------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Comment (by jonas.kirilla): Could it be that Tracker is somehow using 49620 / 1024, which is roughly 48.46 (48.457031) ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 12:53:16 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 10:53:16 -0000 Subject: [Haiku-bugs] [Haiku] #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. In-Reply-To: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> References: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> Message-ID: <051.c20c2cfffd0123224c25f4285166b809@haiku-os.org> #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. ------------------------+--------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Comment (by jonas.kirilla): If you cat the file to wc, what does it say? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 13:02:52 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 11:02:52 -0000 Subject: [Haiku-bugs] [Haiku] #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. In-Reply-To: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> References: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> Message-ID: <051.9f9205cb8aa7863fa8ca8e7daef06d47@haiku-os.org> #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. ------------------------+--------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Comment (by jackburton): By the way, I tried with some files and I can't reproduce this. Tracker and ls report the same size (Tracker's Get Info not only shows the size in KB but also in Bytes, so you can compare them easily). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 15:53:57 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 13:53:57 -0000 Subject: [Haiku-bugs] [Haiku] #1244: create an .eps image translator In-Reply-To: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> References: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> Message-ID: <054.a5734e300e7b64d8d5f5363a84989a0d@haiku-os.org> #1244: create an .eps image translator ----------------------------------+----------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Translators | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Comment (by wkornewald): I'm not sure if it should be part of R1, but since scientists and science students are more tech-savvy than the average user I think they could be part of our potential target audience and they could need to handle .eps images. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 15:53:47 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 13:53:47 -0000 Subject: [Haiku-bugs] [Haiku] #1244: create an .eps image translator Message-ID: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> #1244: create an .eps image translator ---------------------------------+------------------------------------------ Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Translators | Version: R1 development Platform: All | ---------------------------------+------------------------------------------ Many LaTeX users still need .eps because that's the only format that the `latex` command understands (`pdflatex` supports other image formats, but not .eps), so I think we should have such a translator. Stephan, did you not have such a translator somewhere? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 16:34:42 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 14:34:42 -0000 Subject: [Haiku-bugs] [Haiku] #1244: create an .eps image translator In-Reply-To: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> References: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> Message-ID: <054.b52e7625f791ad0677f0273b272f25bf@haiku-os.org> #1244: create an .eps image translator ----------------------------------+----------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Translators | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Comment (by stippi): No, that was Sander Stocks (Becasso) if my memory does not fail me. Nice guy, maybe contact him? I have an almost working PSD translator, it just doesn't work correctly when saving files with compression turned on... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 17:10:47 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 15:10:47 -0000 Subject: [Haiku-bugs] [Haiku] #1244: create an .eps image translator In-Reply-To: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> References: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> Message-ID: <054.7213711268979ce1ba6c47afd7ba9919@haiku-os.org> #1244: create an .eps image translator ----------------------------------+----------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Translators | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Comment (by jonas.kirilla): EPS is/was used frequently in print/publishing. Around 2000 I worked for a marketing company where EPS was used a lot. They were ordinary people using QuarkXpress, Illustrator, etc. I doubt that any of them knew LaTeX. :)) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 18:18:07 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 16:18:07 -0000 Subject: [Haiku-bugs] [Haiku] #1193: Build for R5 haiku-openglkit-cvs - No OpenGL Renderer In-Reply-To: <041.494b5149905df110d748196159c1383f@haiku-os.org> References: <041.494b5149905df110d748196159c1383f@haiku-os.org> Message-ID: <050.ad9986924909482a12bc3faa8abd547d@haiku-os.org> #1193: Build for R5 haiku-openglkit-cvs - No OpenGL Renderer ------------------------------+--------------------------------------------- Reporter: andybe | Owner: korli Type: enhancement | Status: new Priority: low | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by phoudoin): Replying to [comment:6 andybe]: > add-on/opengl/Mesa Software Render > is missing by building this package. I'm guilty there. I'll fix its Jamfile for that. I always forgot about factory package! > The headers from Kits/opengl/GL got are from Mesa 6.3 and as I can see we > are include the "glut" library in libGL.so. That isn't to hard, but normal > it is seperated in libglut.so. That's why our libGL.so is 1MB big. > > Don't know about me. Should'nt it be better to splitte glut out of libGL.so as > other does it also (BeOS, MacOSX, Linux). Well, we've debated about this choice a little bit and decided to avoid libs bloating, following the BeOS way (it's libbe.so, not libapp.so + libinterface.so + ...). Like for our Haiku's specific libnetwork.so, which replace both BONE's libsocket.so, libbind.so and libbnetapi.so, but provides them for compatibility sake as symlinks to the single .so, we could do the same and provides a libglut.so symlink to the single libGL.so. In the ends, only libGL.so page of code are loaded in memory, and embedded vs separate GLUT code wont make a difference there. Meanwhile, the library directories will looks less bloated. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 18:27:27 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 16:27:27 -0000 Subject: [Haiku-bugs] [Haiku] #1193: Build for R5 haiku-openglkit-cvs - No OpenGL Renderer In-Reply-To: <041.494b5149905df110d748196159c1383f@haiku-os.org> References: <041.494b5149905df110d748196159c1383f@haiku-os.org> Message-ID: <050.1db98c43703b13e88fd00a35c5112ac9@haiku-os.org> #1193: Build for R5 haiku-openglkit-cvs - No OpenGL Renderer ------------------------------+--------------------------------------------- Reporter: andybe | Owner: korli Type: enhancement | Status: new Priority: low | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by phoudoin): Replying to [comment:7 andybe]: > Another Question why inlcude mesa.a when > driver is allready linked to libGL.so, that > includes mesa? Mesa is not "included" in libGL.so. We link libGL.so with mesa.a because we use the Mesa OpenGL API dispatching sub-system and only that. As Mesa is build as a static library for renderer add-ons needs, we link with it too. But as the linker will only needs to resolve _glapi_* symbols, only these will be taken from mesa.a. You will find no Mesa's rendering code in our libGL.so. However, drivers/renderer add-ons that rely on Mesa software/fallback rendering code needs to be linked against it. The obvious one is our Mesa Software Renderer, which only add the thin GLRenderer class over it to interface the add-on with the library. Hope this make things clearer on that topic. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 18:29:54 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 16:29:54 -0000 Subject: [Haiku-bugs] [Haiku] #1193: haiku-openglkit-cvs package: Mesa Software Renderer add-on missing In-Reply-To: <041.494b5149905df110d748196159c1383f@haiku-os.org> References: <041.494b5149905df110d748196159c1383f@haiku-os.org> Message-ID: <050.76797bccaec8828eaaa6c1717fa86d48@haiku-os.org> #1193: haiku-openglkit-cvs package: Mesa Software Renderer add-on missing ------------------------------+--------------------------------------------- Reporter: andybe | Owner: phoudoin Type: bug | Status: assigned Priority: low | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Resolution: | Platform: All ------------------------------+--------------------------------------------- Changes (by phoudoin): * owner: korli => phoudoin * status: new => assigned * type: enhancement => bug * summary: Build for R5 haiku-openglkit-cvs - No OpenGL Renderer => haiku-openglkit-cvs package: Mesa Software Renderer add-on missing -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 23 21:58:11 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 23 May 2007 19:58:11 -0000 Subject: [Haiku-bugs] [Haiku] #1244: create an .eps image translator In-Reply-To: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> References: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> Message-ID: <054.1330241e03ed32c0fd55555af2e90cdc@haiku-os.org> #1244: create an .eps image translator ----------------------------------+----------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Translators | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Comment (by wkornewald): Replying to [comment:2 stippi]: > No, that was Sander Stocks (Becasso) if my memory does not fail me. Nice guy, maybe contact him? Yes, please. His website seems to be down and I don't know where to find his email. Could you please either contact him or give me his email, so I can ask him? > I have an almost working PSD translator, it just doesn't work correctly when saving files with compression turned on... Great! That would be useful, too. Hmm, our translators should be extended to support layers. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 24 08:43:38 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 06:43:38 -0000 Subject: [Haiku-bugs] [Haiku] #1244: create an .eps image translator In-Reply-To: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> References: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> Message-ID: <054.8df6bde6b2588cf7cd951c3c6a39a06c@haiku-os.org> #1244: create an .eps image translator ----------------------------------+----------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Translators | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Comment (by jackburton): Is EPS a vector format ? Then we could also write an EPS <-> BPicture translator. IIRC Gobe DID came with one ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 24 09:04:34 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 07:04:34 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.9767ae504714adef2bf1f4c213f00914@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: bonefish Type: bug | Status: new Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Comment (by jackburton): Replying to [comment:5 bonefish]: > Mmh, "since a few revisions" doesn't quite sound like since r20975 (almost 3 weeks ago). Or do you think, I could have been since then? I would think it started after that, (actually I thought it could've been r21200, but if fixing a memory leak breaks BFS this much...) but I can't be sure because I didn't test any image carefully enough since r20975 or also before that. > Since everything works fine here, it would be nice, if you could test a few things. One would be to create an empty image (just insert an "exit 0" in build/scripts/build_haiku_image before the image is mounted (second bfs_shell invocation)), run the bfs_shell interactively ("jam -q run ':bfs_shell' :haiku.image") and try to create a few directories. > > The other thing would be to add a bit of output in src/tools/fs_shell/fssh.cpp:command_mkdir() (print to stderr). > > Since I'm clueless what code be the source of the problem, ATM, we'll have to see what those tests turn up and probably investigate a little further. I'll try to do those tests later or tomorrow. BTW I've just downlaoded the image built from r21224 at HaikuHost ( http://haikuhost.com/housestrain/ ) and it suffers from the same problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 24 11:03:31 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 09:03:31 -0000 Subject: [Haiku-bugs] [Haiku] #1244: create an .eps image translator In-Reply-To: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> References: <045.f53074670fc03b5edbf3d3de524bd01a@haiku-os.org> Message-ID: <054.d781415e5e892fbf9f68617f68be456e@haiku-os.org> #1244: create an .eps image translator ----------------------------------+----------------------------------------- Reporter: wkornewald | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Translators | Version: R1 development Resolution: | Platform: All ----------------------------------+----------------------------------------- Comment (by jonas.kirilla): http://en.wikipedia.org/wiki/Encapsulated_PostScript -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 24 12:06:50 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 10:06:50 -0000 Subject: [Haiku-bugs] [Haiku] #1003: KDL while expanding a file In-Reply-To: <045.83894595d74e21eb1ae869a9ed8c4511@haiku-os.org> References: <045.83894595d74e21eb1ae869a9ed8c4511@haiku-os.org> Message-ID: <054.257a2cf5079ef771f446b48737fe3ba7@haiku-os.org> #1003: KDL while expanding a file ----------------------------+----------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: new Priority: blocker | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by axeld): Replying to [comment:14 jackburton]: > Axel, with the patch I've sent you (BPlusTree::_SplitNode()), the behaviour of this bug has changed a bit (for the better ?) How often did you try after the patch? It sounds a bit strange that a fixed memory leak could prevent the invalid memory access. But then, given the state of our current VM, maybe that indeed has the power to do it. Now it just looks like any other "out of memory" problem indeed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 24 12:15:04 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 10:15:04 -0000 Subject: [Haiku-bugs] [Haiku] #1003: KDL while expanding a file In-Reply-To: <045.83894595d74e21eb1ae869a9ed8c4511@haiku-os.org> References: <045.83894595d74e21eb1ae869a9ed8c4511@haiku-os.org> Message-ID: <054.6a95ae9358564ab41d5e65bef2a698c5@haiku-os.org> #1003: KDL while expanding a file ----------------------------+----------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: new Priority: blocker | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by jackburton): Replying to [comment:16 axeld]: > How often did you try after the patch? I tried at least six or seven times. > It sounds a bit strange that a fixed memory leak could prevent the invalid memory >access. But then, given the state of our current VM, maybe that indeed has the power >to do it. Yeah, seemed strange to me too. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 24 13:10:08 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 11:10:08 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.882c5bf31cbdcded40dc40c06d1cd7e1@haiku-os.org> #1233: Prefs Sounds application crash ----------------------------+----------------------------------------------- Reporter: cebif | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by cebif): Just to add some more concerning this bug which is probably part of the same bug or connected, If I select a sound in preferences/sounds but do not play it, then reboot, no startup sound plays. I then go to the sounds application and the startup sound I chose is not selected anymore. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 24 13:14:09 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 11:14:09 -0000 Subject: [Haiku-bugs] [Haiku] #1212: human interface guideline patches: ellipsis and related in menu items, buttons In-Reply-To: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> References: <048.47792c1d7d0de8ba1972cc109d760648@haiku-os.org> Message-ID: <057.086d329dc4920501c0fd1168f44b64a0@haiku-os.org> #1212: human interface guideline patches: ellipsis and related in menu items, buttons -------------------------------+-------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - User Interface | Version: R1 development Resolution: fixed | Platform: All -------------------------------+-------------------------------------------- Comment (by axeld): No problem, I've applied it in r21227. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 00:39:34 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 22:39:34 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.b91c620d50ce5e4605b5890fc622f79e@haiku-os.org> #1233: Prefs Sounds application crash ----------------------------+----------------------------------------------- Reporter: cebif | Owner: korli Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Changes (by korli): * status: new => assigned Comment: Please test with revision 21221. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 00:44:49 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 22:44:49 -0000 Subject: [Haiku-bugs] [Haiku] #1177: Input server dies on AT keyboard keymap IsDeadKey() In-Reply-To: <048.89108786483216f2e56236ec159083ef@haiku-os.org> References: <048.89108786483216f2e56236ec159083ef@haiku-os.org> Message-ID: <057.ba7b0272108c4d24e4d042b9817502ce@haiku-os.org> #1177: Input server dies on AT keyboard keymap IsDeadKey() -----------------------------------+---------------------------------------- Reporter: jonas.kirilla | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1 development Resolution: | Platform: All -----------------------------------+---------------------------------------- Comment (by korli): I can't reproduce the IsDeadKey() crash, could you elaborate a bit ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 00:46:07 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 22:46:07 -0000 Subject: [Haiku-bugs] [Haiku] #1220: USB webcam device not published by usb_raw In-Reply-To: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> References: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> Message-ID: <051.2d261e815340a66056941f471883bae3@haiku-os.org> #1220: USB webcam device not published by usb_raw --------------------------+------------------------------------------------- Reporter: mmu_man | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by mmu_man): I removed ohci, fixed ehci to not give up port ownership for slow devices, it seems to go further, but still gives an error. See attached syslog. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 00:47:01 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 24 May 2007 22:47:01 -0000 Subject: [Haiku-bugs] [Haiku] #1128: Backgrounds desktop rightclick menu crash In-Reply-To: <040.ef6d6490fa4565e85cc6e18ad04fd591@haiku-os.org> References: <040.ef6d6490fa4565e85cc6e18ad04fd591@haiku-os.org> Message-ID: <049.6d0ceab160ffc224d42026b4c5e6230c@haiku-os.org> #1128: Backgrounds desktop rightclick menu crash ----------------------------------------+----------------------------------- Reporter: cebif | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - Preferences/Backgrounds | Version: R1 development Resolution: invalid | Platform: All ----------------------------------------+----------------------------------- Changes (by korli): * status: new => closed * resolution: => invalid Comment: Closing... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 03:30:56 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 01:30:56 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.9dd8972c5fe830184f2ed630235279fb@haiku-os.org> #1233: Prefs Sounds application crash ----------------------------+----------------------------------------------- Reporter: cebif | Owner: korli Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by cebif): I tested with r21231. Could not see r21221 on the list. Sounds do not crash if I play a *.wav file but the whole system crashes when playing *.aiff files. They play then the keyboard locks up and a little time after that the mouse locks up. Using media player the same thing happens. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 03:49:33 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 01:49:33 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.59af0747a3c2d5b3cadcdb691c9c3465@haiku-os.org> #1233: Prefs Sounds application crash ----------------------------+----------------------------------------------- Reporter: cebif | Owner: korli Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by cebif): Just a slight correction to my last comment. The media player does not exactly lock the mouse when playing *.aiff files. I can still move the pointer around but cannot click to activate anything and the context menu does not work either. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 04:40:09 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 02:40:09 -0000 Subject: [Haiku-bugs] [Haiku] #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. In-Reply-To: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> References: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> Message-ID: <051.bf6bc2eea1c96cbd404e5c0d000188cc@haiku-os.org> #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. ------------------------+--------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Comment (by bonefish): I assume the second number in the summary simply is a typo and should read 49620. Then, as Jonas calculated, both values exactly fit. I believe bouncer was simply referring to the fact, that one figure is in KB while and the other in bytes. Personally I don't see a problem with this. The shell isn't intended to be used by the average desktop user anyway. I'd suggest to close this ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 07:04:05 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 05:04:05 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.65b93e9f93ca48eef987db9e5a3e9482@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: bonefish Type: bug | Status: new Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Comment (by bonefish): My source tree was few days old (r21173). After updating it I can reproduce the problem, too. Will investigate further ... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 08:50:49 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 06:50:49 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.3d60be4f09e0236503a6d7005733d3d1@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: bonefish Type: bug | Status: new Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Changes (by bonefish): * cc: axeld (added) Comment: I verified, that the produced image is indeed not OK. Mounting it under BeOS works, but listing e.g. home directory results in "No such file or directory" messages for the entries. Mounting and listing with the bfs_shell under Linux works fine, though; no duplicate/broken directories to be seen. As checked via debug output, when populating the image, bfs_create_dir() is invoked only once per directory, with the correct name. Using binary search, I tracked the first revision for which the image is broken down to r21194 (Stefano, can you verify this please). I fail to see, how the change would be related, though. It affects only Haiku kernel and libroot. The bfs_shell should not even be rebuilt. I wouldn't rule out an indirect effect due to a size change of files copied to the image, which might trigger a BFS bug, but at least the sizes of kernel and libroot.so remain the same (didn't check stuff linked against them). Ideas what could be the reason or how to track the problem down are most welcome. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 09:14:50 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 07:14:50 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.20f2e1ae8828c8ebd1766b32c83c17e3@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: bonefish Type: bug | Status: new Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Comment (by jackburton): Replying to [comment:8 bonefish]: > Using binary search, I tracked the first revision for which the image is broken down to r21194 (Stefano, can you verify this please). Correct. r21194 is indeed the first revision which shows this bug. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 09:24:30 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 07:24:30 -0000 Subject: [Haiku-bugs] [Haiku] #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. In-Reply-To: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> References: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> Message-ID: <051.d4d042b67a4458856be5429244387f1a@haiku-os.org> #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. ------------------------+--------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: invalid | Platform: All ------------------------+--------------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 09:39:28 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 07:39:28 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.c9763b7f6f48f8b56872b40d1aa96bf6@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: axeld Type: bug | Status: new Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Changes (by axeld): * owner: bonefish => axeld Comment: I think there is a pretty simple explanation for this: I must have broken find_directory() with those changes, causing it to create the wrong entries. I'll look into it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 09:40:05 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 07:40:05 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.17b13a3d389a86379f7cba7d2fcbfb9a@haiku-os.org> #1239: Duplicated and corrupted directories ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: axeld Type: bug | Status: assigned Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: | Platform: All ---------------------------+------------------------------------------------ Changes (by axeld): * cc: axeld (removed) * cc: bonefish (added) * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 09:42:15 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 07:42:15 -0000 Subject: [Haiku-bugs] [Haiku] #1154: Menu Pref -- Always Show Triggers non-functional (easy) In-Reply-To: <041.f273a46a01e265b26c87a4e6fdad7477@haiku-os.org> References: <041.f273a46a01e265b26c87a4e6fdad7477@haiku-os.org> Message-ID: <050.16e6ecacfe7662734f68e510a0d5ba23@haiku-os.org> #1154: Menu Pref -- Always Show Triggers non-functional (easy) ---------------------------------+------------------------------------------ Reporter: mmadia | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Changes (by jackburton): * component: - General => Kits/Interface Kit -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 10:07:45 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 08:07:45 -0000 Subject: [Haiku-bugs] [Haiku] #1220: USB webcam device not published by usb_raw In-Reply-To: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> References: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> Message-ID: <051.de521dfa7ed9b53114adc578d16df48c@haiku-os.org> #1220: USB webcam device not published by usb_raw --------------------------+------------------------------------------------- Reporter: mmu_man | Owner: mmlr Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: duplicate | Platform: All --------------------------+------------------------------------------------- Changes (by mmlr): * status: assigned => closed * resolution: => duplicate Comment: Now I see it: this is a USB 1.1 device and you are stuck with OHCI. Sorry, but there is no other "fix" than to implement OHCI in this case. It is not possible for EHCI to communicate with these devices. If you simply force keeping the ownership you at most risk damaging the device, but you will certainly not get it working. EHCI uses a different protocol which is incompatible with the one of older devices. I will close this bug as a duplicate, as bug #1044 already covers this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 10:37:08 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 08:37:08 -0000 Subject: [Haiku-bugs] [Haiku] #1193: haiku-openglkit-cvs package: Mesa Software Renderer add-on missing In-Reply-To: <041.494b5149905df110d748196159c1383f@haiku-os.org> References: <041.494b5149905df110d748196159c1383f@haiku-os.org> Message-ID: <050.a06b83adcbe83f94b9236230160f4cf7@haiku-os.org> #1193: haiku-openglkit-cvs package: Mesa Software Renderer add-on missing ------------------------------+--------------------------------------------- Reporter: andybe | Owner: phoudoin Type: bug | Status: assigned Priority: low | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by phoudoin): I've applied MesaSoftwareRenderer.diff. Still needs to add a libglut.so symlink to the haiku image (what about the opengl factory package?). Then, this ticket could be closed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 10:39:56 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 08:39:56 -0000 Subject: [Haiku-bugs] [Haiku] #1193: haiku-openglkit-cvs package: Mesa Software Renderer add-on missing In-Reply-To: <041.494b5149905df110d748196159c1383f@haiku-os.org> References: <041.494b5149905df110d748196159c1383f@haiku-os.org> Message-ID: <050.00ce9403d125361726c1768e77576c72@haiku-os.org> #1193: haiku-openglkit-cvs package: Mesa Software Renderer add-on missing ------------------------------+--------------------------------------------- Reporter: andybe | Owner: phoudoin Type: bug | Status: assigned Priority: low | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by phoudoin): Replying to [comment:8 andybe]: > There is another problem. On R5 when I closing the glteapot I can see: closing, but > it doesn't releasy it self. If I got time I looking at it. Some Resource are not realy closed. > Without a Terminal I must shoot up the glteapot tread, to get closed. I can reproduce it sometimes indeed, even under R5/BONE. But this issue deserves its own ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 11:37:32 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 09:37:32 -0000 Subject: [Haiku-bugs] [Haiku] #1236: Intel 82801FB USB Controllers: BIOS Legacy USB Support: ON disables publishing USB2 devices. In-Reply-To: <043.d792bfdd6b39e037e543dae618f71417@haiku-os.org> References: <043.d792bfdd6b39e037e543dae618f71417@haiku-os.org> Message-ID: <052.b2904ea857e565af9278a6b9ca09476b@haiku-os.org> #1236: Intel 82801FB USB Controllers: BIOS Legacy USB Support: ON disables publishing USB2 devices. --------------------------+------------------------------------------------- Reporter: siarzhuk | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Changes (by mmlr): * status: new => assigned Comment: This is interesting. I have read about some BIOS versions that disable USB 2.0 or have problems with high speed devices when legacy mode is enabled. Can you give more details about the laptop and BIOS vendor and check if there maybe is a BIOS update? "Plug-notify" does not work as the usb_raw driver is not currently rescanned under Haiku as the corresponding driver API function is missing. The driver therefore cannot republish devices on plug events. It's a known missing feature. If you try the stack under R5 the rescanning and republishing should work though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 13:08:16 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 11:08:16 -0000 Subject: [Haiku-bugs] [Haiku] #1239: Duplicated and corrupted directories In-Reply-To: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> References: <045.dd1c3a8d75727a6b97f3a382b53ac198@haiku-os.org> Message-ID: <054.da323446e6155db5abbc83a3b8134dae@haiku-os.org> #1239: Duplicated and corrupted directories --------------------------------+------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: closed Priority: high | Milestone: R1 Component: System/libroot.so | Version: R1 development Resolution: fixed | Platform: All --------------------------------+------------------------------------------- Changes (by axeld): * status: assigned => closed * resolution: => fixed * component: Build System => System/libroot.so Comment: Fixed in r21239. Sorry, bonefish for letting you find my bugs again - at least next time I'll investigate first before you'll get my victim again :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 17:14:46 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 15:14:46 -0000 Subject: [Haiku-bugs] [Haiku] #1245: implement notification service and API Message-ID: <045.00f8236d2c9d646dbb4256dbaf4c9187@haiku-os.org> #1245: implement notification service and API ----------------------------------+----------------------------------------- Reporter: wkornewald | Owner: leavengood Type: enhancement | Status: new Priority: normal | Milestone: Unscheduled Component: Kits/Application Kit | Version: R1 development Platform: All | ----------------------------------+----------------------------------------- We need a very simple API for creating notifications and a way for users to subscribe to notifications, so when an event occurs a pop-up can be shown, for example. The details still need to be discussed and maybe a short specification from the end-user point of view needs to be written. This is probably an R1.1 task, though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri May 25 18:23:04 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 16:23:04 -0000 Subject: [Haiku-bugs] [Haiku] #1193: haiku-openglkit-cvs package: Mesa Software Renderer add-on missing In-Reply-To: <041.494b5149905df110d748196159c1383f@haiku-os.org> References: <041.494b5149905df110d748196159c1383f@haiku-os.org> Message-ID: <050.640be032738d6cddc2a696a83b8c5c32@haiku-os.org> #1193: haiku-openglkit-cvs package: Mesa Software Renderer add-on missing ------------------------------+--------------------------------------------- Reporter: andybe | Owner: phoudoin Type: bug | Status: assigned Priority: low | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Resolution: | Platform: All ------------------------------+--------------------------------------------- Comment (by andybe): I think the ticket can be closed. the package build are fixed. 1. I think the running thread in BeOS in the MesaSoftwareRendere isn't closed, that could be the problem in R5. 2. Haiku isn't finished, means isn't working like R5 this time. 3. - libglut.so linked - ok. why not. I got the mails; - got it in mind, but this time I'm not able to look into it. To many things at this time to learn at school. I will make a new ticket, if i find to fix it under R5 / Haiku. If other find it it would be fine also. Thank you all. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 01:20:44 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 23:20:44 -0000 Subject: [Haiku-bugs] [Haiku] #1220: USB webcam device not published by usb_raw In-Reply-To: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> References: <042.6d9754fe9bd1455f1aa94dc4fd03c868@haiku-os.org> Message-ID: <051.dc258f9e9a7416a8361cc687e467509f@haiku-os.org> #1220: USB webcam device not published by usb_raw --------------------------+------------------------------------------------- Reporter: mmu_man | Owner: mmlr Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: duplicate | Platform: All --------------------------+------------------------------------------------- Comment (by mmu_man): Ok is that part of SoC at least or do I have to do it ? :D -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 01:27:29 2007 From: trac at haiku-os.org (Haiku) Date: Fri, 25 May 2007 23:27:29 -0000 Subject: [Haiku-bugs] [Haiku] #1044: USB OHCI support In-Reply-To: <045.95d7cf1f9f7c375158db263698ccd0fb@haiku-os.org> References: <045.95d7cf1f9f7c375158db263698ccd0fb@haiku-os.org> Message-ID: <054.ce097e80f9a711b5a147f6965f32bafd@haiku-os.org> #1044: USB OHCI support --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: mmlr Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by mmu_man): There seem to be a skeleton already in, what is missing exactly ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 03:12:41 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 26 May 2007 01:12:41 -0000 Subject: [Haiku-bugs] [Haiku] #1246: Qemu haiku crash on boot using kqemu Message-ID: <045.a2d2d9a13c9b9fa6d39bdb62c66683ea@haiku-os.org> #1246: Qemu haiku crash on boot using kqemu ---------------------------+------------------------------------------------ Reporter: netster403 | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Platform: x86 | ---------------------------+------------------------------------------------ Haiku image: 26th April, 2007 24.93 MB Sikosis Booting the haiku image with kqemu kernel acceleration enabled results in a panic: start up phase: INIT : enabling interrupts and starting scheduler on cpu 0 White debugger box shows up at the top: PANIC: page fault, but interrupts were disabled. Touching address 0x0000005d from eip 0x8002d7d7 Welcome to Kernel debugging land.... ... etc qemu command used: qemu -kernel-kqemu -hda haiku.image qemu version: qemu 0.9.0 kqemu version: kqemu-1.3.0pre11 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 03:33:47 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 26 May 2007 01:33:47 -0000 Subject: [Haiku-bugs] [Haiku] #1246: Qemu haiku crash on boot using kqemu In-Reply-To: <045.a2d2d9a13c9b9fa6d39bdb62c66683ea@haiku-os.org> References: <045.a2d2d9a13c9b9fa6d39bdb62c66683ea@haiku-os.org> Message-ID: <054.8169c1ac9397acd47ca0e524854d35b0@haiku-os.org> #1246: Qemu haiku crash on boot using kqemu ----------------------------+----------------------------------------------- Reporter: netster403 | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: x86 ----------------------------+----------------------------------------------- Comment (by netster403): crap. this is a copy of Ticket #748 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 03:35:17 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 26 May 2007 01:35:17 -0000 Subject: [Haiku-bugs] [Haiku] #748: kqemu pagefault with interrupts disabled In-Reply-To: <052.70a2f5020e257fdc4d8e114bf203d27a@haiku-os.org> References: <052.70a2f5020e257fdc4d8e114bf203d27a@haiku-os.org> Message-ID: <061.b6f6c89999d60ddad8aeb704e601c484@haiku-os.org> #748: kqemu pagefault with interrupts disabled --------------------------------+------------------------------------------- Reporter: danny at blubinc.com | Owner: axeld Type: bug | Status: new Priority: low | Milestone: R1 Component: System/Kernel | Version: Resolution: | Platform: x86 --------------------------------+------------------------------------------- Comment (by netster403): accidentally added a duplicate ticket for this issue: Ticket #1246 same problem on latest haiku image. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 12:36:57 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 26 May 2007 10:36:57 -0000 Subject: [Haiku-bugs] [Haiku] #1246: Qemu haiku crash on boot using kqemu In-Reply-To: <045.a2d2d9a13c9b9fa6d39bdb62c66683ea@haiku-os.org> References: <045.a2d2d9a13c9b9fa6d39bdb62c66683ea@haiku-os.org> Message-ID: <054.4adde6ca779fc80592e9f49c2bda3fbe@haiku-os.org> #1246: Qemu haiku crash on boot using kqemu ----------------------------+----------------------------------------------- Reporter: netster403 | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: duplicate | Platform: x86 ----------------------------+----------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => duplicate Comment: Thanks for noticing :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 13:45:29 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 26 May 2007 11:45:29 -0000 Subject: [Haiku-bugs] [Haiku] #1247: Tracker multiplies calls (open, stat) per open window Message-ID: <042.2d0dca3233296370160714b32e7ee768@haiku-os.org> #1247: Tracker multiplies calls (open,stat) per open window ------------------------------------+--------------------------------------- Reporter: mmu_man | Owner: axeld Type: bug | Status: new Priority: low | Milestone: R1 Component: - Applications/Tracker | Version: R1 development Platform: All | ------------------------------------+--------------------------------------- When volume usage bars are enabled, Tracker regularily (several times /s) forces recreating BVolume objects, implying multiple calls to open() and stat() on each volume's root folder. While it's needed only for the desktop window, it is actually done by each open window, so if you have 10 open windows you get 30 stat() per second, which on uncached network fs is quite wasteful. Also polutes syslog. It was so at least in Zeta's Tracker last time I checked, didn't try with svn but I don't think it's ever been fixed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 16:53:31 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 26 May 2007 14:53:31 -0000 Subject: [Haiku-bugs] [Haiku] #1248: Pipes don't work Message-ID: <045.838c4aa5fc9883aba3644e733d1850af@haiku-os.org> #1248: Pipes don't work ---------------------------+------------------------------------------------ Reporter: jackburton | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Platform: All | ---------------------------+------------------------------------------------ Pipes aren't working correctly. Try cat | more. You'll get a "pipe: invalid argument". I think r21108 or 21199 could be responsible. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 17:24:52 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 26 May 2007 15:24:52 -0000 Subject: [Haiku-bugs] [Haiku] #1044: USB OHCI support In-Reply-To: <045.95d7cf1f9f7c375158db263698ccd0fb@haiku-os.org> References: <045.95d7cf1f9f7c375158db263698ccd0fb@haiku-os.org> Message-ID: <054.1d217591adc528e94168dbef53591688@haiku-os.org> #1044: USB OHCI support --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: mmlr Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by nielx): The guts :-) Either Salvatore Benedetto will look at it this summer as part of his Google Summer of Code task, or I will in a month when I get back to the Netherlands where my trustworthy haiku computer is. Though my knowledge still hasn?t improved terribly on the workings of kernels and driver development, so for now I would bet on Salvatore. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 20:45:39 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 26 May 2007 18:45:39 -0000 Subject: [Haiku-bugs] [Haiku] #1071: Identify and fix performance bottlenecks in the kernel and I/O subsystems In-Reply-To: <040.061c44f3c8fb802b19eac228751356e4@haiku-os.org> References: <040.061c44f3c8fb802b19eac228751356e4@haiku-os.org> Message-ID: <049.3fb9beb13ce002359a4eef08c0622096@haiku-os.org> #1071: Identify and fix performance bottlenecks in the kernel and I/O subsystems ----------------------------+----------------------------------------------- Reporter: axeld | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by kaoutsis): If the above measurements are correct, what i found briefly is this: a) create_area() on haiku is more faster than beos; b) delete_area() on haiku is significantly slower. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 21:26:13 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 26 May 2007 19:26:13 -0000 Subject: [Haiku-bugs] [Haiku] #1177: Input server dies on AT keyboard keymap IsDeadKey() In-Reply-To: <048.89108786483216f2e56236ec159083ef@haiku-os.org> References: <048.89108786483216f2e56236ec159083ef@haiku-os.org> Message-ID: <057.4f2a87d8335efbd649d67f3b8fa8f1e3@haiku-os.org> #1177: Input server dies on AT keyboard keymap IsDeadKey() -----------------------------------+---------------------------------------- Reporter: jonas.kirilla | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1 development Resolution: | Platform: All -----------------------------------+---------------------------------------- Comment (by jonas.kirilla): Replying to [comment:19 korli]: > I can't reproduce the IsDeadKey() crash, could you elaborate a bit ? I can reproduce the crash easily, manually or via script. See keymap_loop.sh. I will also upload another syslog + crash, FWIW. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat May 26 21:48:47 2007 From: trac at haiku-os.org (Haiku) Date: Sat, 26 May 2007 19:48:47 -0000 Subject: [Haiku-bugs] [Haiku] #1201: Random memory trashing In-Reply-To: <048.48aef0b66f3ed967002cc7236b6cec87@haiku-os.org> References: <048.48aef0b66f3ed967002cc7236b6cec87@haiku-os.org> Message-ID: <057.00b668df2fdbeeee3cdd3761062df0cb@haiku-os.org> #1201: Random memory trashing ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: critical | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Comment (by jonas.kirilla): The sleep_loop.sh script crashes within some tens of seconds. I'm not at all sure it is related to this bug report, but it's a simple case of fork/exec which fails. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 02:09:01 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 00:09:01 -0000 Subject: [Haiku-bugs] [Haiku] #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. In-Reply-To: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> References: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> Message-ID: <051.28bb2623be99e26bcdcebde9e24244ca@haiku-os.org> #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. ------------------------+--------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: invalid | Platform: All ------------------------+--------------------------------------------------- Comment (by bouncer): One last chance to show what I am talking about: When two displays - of the same file - present the same value differently - I call that an inconsistency. 'I' know whats going on. But there will eventually be users who do not. I am attaching an image of what I am talking about. If you want say this is a 'feature' and not really a problem - then OK. I can leave it at that. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 02:41:15 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 00:41:15 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.dd413dd5a737af9ee3c858f6c3dbb91a@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Comment (by bouncer): Hugo - Sorry it took me so long. But here is the syslog that you asked for. I am attaching two text files and a screenshot. The big text file is the syslog of 'everything' leading up to the bad ftp transfer. The shorter text file, if I trimmed it down correctly, is the syslog for when I issued the ftp get' up until just after it finished its transfer. But it had only transfered some 61300 bytes. The third attachment. The screen image. Is of what the ftp transfer looked like. Additional observations: - Enabling the FTP_TRACE made the ftp process behave differently. - About half the time now - it transfers the full file. It does its 'partial' file trick only rarely. - A different behaviour has now manifested. The ftp file transfers are now really slow. Only About 2 - 4 Kilobytes per second. On some of my ftp transfer attempts it just slows down and stops. 0 kb per second. This can happen at any file size. - Don't know if this has any meaning. But I observed the syslog file with a 'tail -f' while downloading. There was a definate rythym to the operation of the ftp. A bunch of lines would go by ending more or less with 'Received(): All inflight data ack'd'. Then the logs would pause for about 1 or two seconds while 3 or four lines of "ReadData(65535 bytes, flags 0x0)" would be printed out. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 05:41:47 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 03:41:47 -0000 Subject: [Haiku-bugs] [Haiku] #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. In-Reply-To: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> References: <042.298f94f94f5ffada1afacc49d92102d0@haiku-os.org> Message-ID: <051.f31a4f6e927bf4f09f3b31d2da28dbb0@haiku-os.org> #1238: ftp only downloads filess smaller than 1447 bytes. Sometimes appears 'hung' on larger files. ---------------------------------------+------------------------------------ Reporter: bouncer | Owner: hugosantos Type: bug | Status: reopened Priority: high | Milestone: R1 Component: - Network & Internet/TCP | Version: R1 development Resolution: | Platform: All ---------------------------------------+------------------------------------ Changes (by hugosantos): * priority: normal => high Comment: Replying to [comment:13 bouncer]: > Hugo - Sorry it took me so long. But here is the syslog that you asked for. No problem. Could you try r21248? This should fix a issue i saw in your TCP dump. There will still be a pending issue with haiku not reporting early enough dropped packets, but this should only affect the performance and not interfere with the download. I'll fix this one soon. Meanwhile, r21248 should fix the issue you are seeing. I'll wait for your reply to close this bug. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 05:43:52 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 03:43:52 -0000 Subject: [Haiku-bugs] [Haiku] #1186: crash in _DemuxBroadcast In-Reply-To: <050.981e919a1a4aa6d02de8e8bed0849800@haiku-os.org> References: <050.981e919a1a4aa6d02de8e8bed0849800@haiku-os.org> Message-ID: <059.56b23df9a7b518f73696a7c75a184c4b@haiku-os.org> #1186: crash in _DemuxBroadcast -----------------------------------------+---------------------------------- Reporter: marcusoverhagen | Owner: hugosantos Type: bug | Status: assigned Priority: high | Milestone: R1 Component: - Network & Internet/Stack | Version: R1 development Resolution: | Platform: All -----------------------------------------+---------------------------------- Comment (by hugosantos): Marcus, have you continued to get this issue? If not, i'll close this bug. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 12:33:07 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 10:33:07 -0000 Subject: [Haiku-bugs] [Haiku] #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. In-Reply-To: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> References: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> Message-ID: <051.c3c3ffebdf99b8b8b2ee47d94ef2eaae@haiku-os.org> #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. ------------------------+--------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: invalid | Platform: All ------------------------+--------------------------------------------------- Comment (by jonas.kirilla): There are many more inconsistencies, like how the filesystems are presented, how root / is unreachable from Tracker, /boot/var/tmp is hidden and /boot/home/Desktop is presented as your GUI root window (aka desktop) where also other things, like your mounted volumes, seem to be mounted, whereas they are in truth mounted at /something. There are many strange things in the CLI shell that most people without experience are likely to not understand at first. As expected. The CLI is there as a power tool for experienced users and of course for scripts and applications. It's not meant for casual or inexperienced users. Most people using Haiku should never have to use Terminal, but it needs to be there. The shell is part of the Haiku whole and can't easily be removed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 12:35:20 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 10:35:20 -0000 Subject: [Haiku-bugs] [Haiku] #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. In-Reply-To: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> References: <042.0189dbf230e5874088841f6c9a9390dc@haiku-os.org> Message-ID: <051.d6ecbfed1738e08c7ccfea920d226f9c@haiku-os.org> #1243: Inconsistent reporting of file sizes. File size reported by Tracker differs from that of 'ls' on terminal. ------------------------+--------------------------------------------------- Reporter: bouncer | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: invalid | Platform: All ------------------------+--------------------------------------------------- Comment (by jonas.kirilla): Perhaps I should clarify that the inconsistencies I mentioned are by design, and thus expected. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 12:52:55 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 10:52:55 -0000 Subject: [Haiku-bugs] [Haiku] #889: [PackageBuilder] crash on File->Open In-Reply-To: <040.d70697311a6b796df957d52a63556a95@haiku-os.org> References: <040.d70697311a6b796df957d52a63556a95@haiku-os.org> Message-ID: <049.89535c8e85ac085b4d12bbf93c39047c@haiku-os.org> #889: [PackageBuilder] crash on File->Open ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by xed): just a note that maybe can help: If you run the application (BeIDE or PackageBuilder) with 'spybmessage' it just works as expected.. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 13:13:48 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 11:13:48 -0000 Subject: [Haiku-bugs] [Haiku] #1044: USB OHCI support In-Reply-To: <045.95d7cf1f9f7c375158db263698ccd0fb@haiku-os.org> References: <045.95d7cf1f9f7c375158db263698ccd0fb@haiku-os.org> Message-ID: <054.e815fda101100ffa981089be0e78518a@haiku-os.org> #1044: USB OHCI support --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: mmlr Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by mmlr): Yes, the actual transfers are the biggest missing part. Salvatore will look at it as a part of GSoC. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 16:21:07 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 14:21:07 -0000 Subject: [Haiku-bugs] [Haiku] #1007: Icon of default printer should not be black (easy) In-Reply-To: <042.03e5d6a21fcc5c6a72bf4d29681bd80b@haiku-os.org> References: <042.03e5d6a21fcc5c6a72bf4d29681bd80b@haiku-os.org> Message-ID: <051.971ff9df1118195a55611a308c5b1251@haiku-os.org> #1007: Icon of default printer should not be black (easy) ----------------------------------+----------------------------------------- Reporter: laplace | Owner: stippi Type: bug | Status: closed Priority: low | Milestone: R1 Component: - Preferences/Print | Version: R1 development Resolution: fixed | Platform: x86 ----------------------------------+----------------------------------------- Changes (by laplace): * status: new => closed * resolution: => fixed Comment: Fixed in revision #21249. My assumption was wrong. HVIF had nothing to do with that. The Printers preflet uses the icon of itself for the default printer. However the mime type of the preflet did not match with the mime type used to locate the icon. Changed the mime type of the preflet. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 16:36:10 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 14:36:10 -0000 Subject: [Haiku-bugs] [Haiku] #1007: Icon of default printer should not be black (easy) In-Reply-To: <042.03e5d6a21fcc5c6a72bf4d29681bd80b@haiku-os.org> References: <042.03e5d6a21fcc5c6a72bf4d29681bd80b@haiku-os.org> Message-ID: <051.5325ad1bdae0a29ff461f7a65c529fa0@haiku-os.org> #1007: Icon of default printer should not be black (easy) ----------------------------------+----------------------------------------- Reporter: laplace | Owner: stippi Type: bug | Status: closed Priority: low | Milestone: R1 Component: - Preferences/Print | Version: R1 development Resolution: fixed | Platform: x86 ----------------------------------+----------------------------------------- Comment (by wkornewald): Please only use `#` for ticket numbers. The best way to link to a revision is to write r21249. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 16:37:06 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 14:37:06 -0000 Subject: [Haiku-bugs] [Haiku] #1248: Pipes don't work In-Reply-To: <045.838c4aa5fc9883aba3644e733d1850af@haiku-os.org> References: <045.838c4aa5fc9883aba3644e733d1850af@haiku-os.org> Message-ID: <054.bb21212f811648377c5bf1ca4c5b78da@haiku-os.org> #1248: Pipes don't work ----------------------------+----------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Platform: All ----------------------------+----------------------------------------------- Old description: > Pipes aren't working correctly. > Try cat | more. You'll get a "pipe: invalid argument". > > I think r21108 or 21199 could be responsible. New description: Pipes aren't working correctly. Try cat | more. You'll get a "pipe: invalid argument". I think r21108 or r21199 could be responsible. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 17:36:29 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 15:36:29 -0000 Subject: [Haiku-bugs] [Haiku] #1247: Tracker multiplies calls (open, stat) per open window In-Reply-To: <042.2d0dca3233296370160714b32e7ee768@haiku-os.org> References: <042.2d0dca3233296370160714b32e7ee768@haiku-os.org> Message-ID: <051.275ef262b33ec211816213ce182c9b6d@haiku-os.org> #1247: Tracker multiplies calls (open,stat) per open window -------------------------------------+-------------------------------------- Reporter: mmu_man | Owner: axeld Type: bug | Status: new Priority: low | Milestone: R1 Component: - Applications/Tracker | Version: R1 development Resolution: | Platform: All -------------------------------------+-------------------------------------- Comment (by mmlr): I have attached a patch that should fix the design of the volume space bars: * Tracker class does not use a BVolumeRoster anymore to iterate over all volumes * Only one notice is sent on pulse instead of one for each volume * Reworked PoseList::FindVolumePose() to FindNextVolumePose() which can be used to iterate over all volume poses * The PoseView now uses FindNextVolumePose() to iterate over all poses once instead of individually searching for each volume * The update mechanism on switching volume space bars is now unified with the one for updating the percentage (and therefore doesn't use a BVolumeRoster either) * Poses do now create their BVolume once and cache it for recalculation instead of always recreating them every second May I say that the previous design was pretty much broken? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 17:41:21 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 15:41:21 -0000 Subject: [Haiku-bugs] [Haiku] #1236: Intel 82801FB USB Controllers: BIOS Legacy USB Support: ON disables publishing USB2 devices. In-Reply-To: <043.d792bfdd6b39e037e543dae618f71417@haiku-os.org> References: <043.d792bfdd6b39e037e543dae618f71417@haiku-os.org> Message-ID: <052.4a68e179ba659fb04e754f4d1d539830@haiku-os.org> #1236: Intel 82801FB USB Controllers: BIOS Legacy USB Support: ON disables publishing USB2 devices. --------------------------+------------------------------------------------- Reporter: siarzhuk | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by siarzhuk): 1) Information about laptop. It is in German but, I hope, understandable. It is the model from our local discounter (Aldi). Unfortunately, I found no detailed information in English. :-\ Details zum Notebook Medion MD 96500 Titanium: * Intel Pentium M Prozessor 740 (1,73 GHz, 2 MB L2 Cache, FSB 533) * Intel 915 PM Chipsatz und Intel PRO/Wireless 2200 * ATI Mobility Radeon X700 XL PCI-Express mit 128 MB DDR RAM * SAMSUNG Festplatte 100 GB mit 5.400 U/min und 8 MB Cache * 1024 MB DDR II RAM (Beide Speicherb?nke belegt) * Biometrische Sicherheit * Wireless Lan * 8 in 2 Multikartenleser * 56k Modem * SAMSUNG 15,4 Zoll Hochglanz-TFT W-XGA Breitbildschirm - Aufl?sung 1280 x 800 Pixel * Digital TV Tuner * Radio Tuner * Bluetooth 2.0 * PANASONIC 8x Multi Standard DVD/CD-Brenner mit Dual Layer und DVD RAM Unterst?tzung NOTE: Attached devices.list is an output from R5 listdev command for this laptop. 2) About BIOS: PhoenixBIOS 4.0 Release 6.1 (c) 1985-2003 Phoenix Technologies Ltd. BIOS Version: R01-A0O CPU-Intel (R) Pentium (R) M Processor 1.73 GHz 1024 System RAM NOTE: BIOS was updated to latest version available currently from laptop vendor. 3) Running Haiku USB bus managers at R5. I tried to replace R5 USB bus managers with [BONE] version of USB Stack replacement currently available at your blog at [http://haiku.mlotz.ch]. I placed all modules under /boot/beos/system/add-ons/ instead of recommended ~/config/add-ons/. After reboot I observe '''no mentioned problems''' with USB2 devices. And this behaviour is not related to state of "Legacy USB Support in BIOS". In both positions, disabled and enabled - USB2 devices are recognized by Haiku USB stack successfully. May be this dependent on other non-implemented features? NOTE: Unfortunately I failed to build actual BONE version of USB bus managers from Haiku sources. Neither recommended, "usb modules only" build command, nor full rebuild are working. :-\ Looks like [my] bone/r5 builds are broken currently. Offtopic: Have you received my e-mail about sending requests to non- default endpoints? What do you mean about it? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 18:10:30 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 16:10:30 -0000 Subject: [Haiku-bugs] [Haiku] #791: Localised timezones In-Reply-To: <049.589996c66111a078e8b1105a87b1ba56@haiku-os.org> References: <049.589996c66111a078e8b1105a87b1ba56@haiku-os.org> Message-ID: <058.d3a696c42e4703b778a6a1457b61411b@haiku-os.org> #791: Localised timezones -----------------------------+---------------------------------------------- Reporter: johndrinkwater | Owner: Type: enhancement | Status: new Priority: low | Milestone: Website R2 Component: - Website/Trac | Version: Resolution: | Platform: All -----------------------------+---------------------------------------------- Changes (by charlie x): * platform: => All Comment: It should be possible to get the locale from the browser and use that. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 20:06:06 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 18:06:06 -0000 Subject: [Haiku-bugs] [Haiku] #791: Localised timezones In-Reply-To: <049.589996c66111a078e8b1105a87b1ba56@haiku-os.org> References: <049.589996c66111a078e8b1105a87b1ba56@haiku-os.org> Message-ID: <058.cda1df5870b8d01bbdf007b707f61d81@haiku-os.org> #791: Localised timezones -----------------------------+---------------------------------------------- Reporter: johndrinkwater | Owner: Type: enhancement | Status: new Priority: low | Milestone: Website R2 Component: - Website/Trac | Version: Resolution: | Platform: All -----------------------------+---------------------------------------------- Comment (by charlie x): The functions in util.datefmt.py can easily be overwritten either to enforce 8601 formatting (YYYY-MM-DD) or even extend to take user preference into account or even browser setting. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun May 27 21:58:15 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 19:58:15 -0000 Subject: [Haiku-bugs] [Haiku] #1248: Pipes don't work In-Reply-To: <045.838c4aa5fc9883aba3644e733d1850af@haiku-os.org> References: <045.838c4aa5fc9883aba3644e733d1850af@haiku-os.org> Message-ID: <054.99ad1e85cc8188c17f6052c506d582b0@haiku-os.org> #1248: Pipes don't work ----------------------------+----------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Platform: All ----------------------------+----------------------------------------------- Changes (by korli): * status: new => closed * resolution: => fixed Comment: Fixed in revision 21254. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 28 00:05:39 2007 From: trac at haiku-os.org (Haiku) Date: Sun, 27 May 2007 22:05:39 -0000 Subject: [Haiku-bugs] [Haiku] #1233: Prefs Sounds application crash In-Reply-To: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> References: <040.d3c4a1cfecea081eb48f6d50a67d0efa@haiku-os.org> Message-ID: <049.d6b0f8ac5619594bbeca47186e524e59@haiku-os.org> #1233: Prefs Sounds application crash ----------------------------+----------------------------------------------- Reporter: cebif | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: fixed | Platform: All ----------------------------+----------------------------------------------- Changes (by korli): * status: assigned => closed * resolution: => fixed Comment: Could I suggest to open a new bug for aiff files ? Thanks. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 28 11:26:25 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 28 May 2007 09:26:25 -0000 Subject: [Haiku-bugs] [Haiku] #791: Localised timezones In-Reply-To: <049.589996c66111a078e8b1105a87b1ba56@haiku-os.org> References: <049.589996c66111a078e8b1105a87b1ba56@haiku-os.org> Message-ID: <058.96e529da454fc371dd19d6c75cb90b69@haiku-os.org> #791: Localised timezones -----------------------------+---------------------------------------------- Reporter: johndrinkwater | Owner: Type: enhancement | Status: new Priority: low | Milestone: Website R2 Component: - Website/Trac | Version: Resolution: | Platform: All -----------------------------+---------------------------------------------- Comment (by wkornewald): I think that enforcing YYYY-MM-DD should be good enough. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 28 12:37:09 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 28 May 2007 10:37:09 -0000 Subject: [Haiku-bugs] [Haiku] #1236: Intel 82801FB USB Controllers: BIOS Legacy USB Support: ON disables publishing USB2 devices. In-Reply-To: <043.d792bfdd6b39e037e543dae618f71417@haiku-os.org> References: <043.d792bfdd6b39e037e543dae618f71417@haiku-os.org> Message-ID: <052.075b142b6fb47ee59e3bf34cbb743b27@haiku-os.org> #1236: Intel 82801FB USB Controllers: BIOS Legacy USB Support: ON disables publishing USB2 devices. --------------------------+------------------------------------------------- Reporter: siarzhuk | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: | Platform: All --------------------------+------------------------------------------------- Comment (by siarzhuk): Checked under R5/bone with currently latest build (r21257) - USB2 devices published successfully, regardless of BIOS Legacy USB Support option. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 28 13:10:19 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 28 May 2007 11:10:19 -0000 Subject: [Haiku-bugs] [Haiku] #791: Localised timezones In-Reply-To: <049.589996c66111a078e8b1105a87b1ba56@haiku-os.org> References: <049.589996c66111a078e8b1105a87b1ba56@haiku-os.org> Message-ID: <058.94095a6ec872cae855a6646a95ac610d@haiku-os.org> #791: Localised timezones -----------------------------+---------------------------------------------- Reporter: johndrinkwater | Owner: Type: enhancement | Status: new Priority: low | Milestone: Website R2 Component: - Website/Trac | Version: Resolution: | Platform: All -----------------------------+---------------------------------------------- Comment (by charlie x): Okay, then you can either pass format='iso8601' into every call to format_date* or better still make this the default argument. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 28 15:36:19 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 28 May 2007 13:36:19 -0000 Subject: [Haiku-bugs] [Haiku] #1247: Tracker multiplies calls (open, stat) per open window In-Reply-To: <042.2d0dca3233296370160714b32e7ee768@haiku-os.org> References: <042.2d0dca3233296370160714b32e7ee768@haiku-os.org> Message-ID: <051.587a4303e038d9d6225f6c850ce3d364@haiku-os.org> #1247: Tracker multiplies calls (open,stat) per open window -------------------------------------+-------------------------------------- Reporter: mmu_man | Owner: axeld Type: bug | Status: new Priority: low | Milestone: R1 Component: - Applications/Tracker | Version: R1 development Resolution: | Platform: All -------------------------------------+-------------------------------------- Comment (by mmu_man): Thanks, I looked into it so long ago I didn't feel like fixing. I suppose Axel is the one to apply it anyway. Now, Couldn't we also just add volume stats to node monitoring ? This would suppress any polling, which is to be avoided whenever possible. Actually... this wouldn't work for things like NFS which don't propagate server state changes back, so it would need some polling anyway. Well, maybe that could be fixed in another way. It's also good for lowering cpu use anyway (= more battery life :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 28 15:38:48 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 28 May 2007 13:38:48 -0000 Subject: [Haiku-bugs] [Haiku] #889: [PackageBuilder] crash on File->Open In-Reply-To: <040.d70697311a6b796df957d52a63556a95@haiku-os.org> References: <040.d70697311a6b796df957d52a63556a95@haiku-os.org> Message-ID: <049.de989b4f36e3fe8f57a5aa0e87a1f88a@haiku-os.org> #889: [PackageBuilder] crash on File->Open ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by jackburton): I was thinking if this isn't a case like the one described here (since the crash happened in type_info also in that case): http://dl.hirschkaefer.de/gcc/ "Every app is now automatically linked against a (new) object file named fix_bdirectwin_typeinfo.o As a result of the multiple / single symbol space issue, older compilers generate typeinfo-functions in each object file that uses them (via dynamic_cast). As this compiler uses a single symbol space when optimizing, type-info functions are not kept in each object file, but they are taken from the library which "defines" the class that is the target of the dynamic_cast. This works fine for most cases, but the Be-libraries seem to contain a broken version of the BDirectWindow-typeinfo-function." If BeIDE and some other methods contained some broken type_info function, at least it would be a good explanation. Maybe Oliver could tell ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 28 15:40:26 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 28 May 2007 13:40:26 -0000 Subject: [Haiku-bugs] [Haiku] #889: [PackageBuilder] crash on File->Open In-Reply-To: <040.d70697311a6b796df957d52a63556a95@haiku-os.org> References: <040.d70697311a6b796df957d52a63556a95@haiku-os.org> Message-ID: <049.da9b243f2a890beddc5909a403e14d9e@haiku-os.org> #889: [PackageBuilder] crash on File->Open ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by jackburton): Replying to [comment:9 jackburton]: > If BeIDE and some other methods and some other _applications_ -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon May 28 16:20:06 2007 From: trac at haiku-os.org (Haiku) Date: Mon, 28 May 2007 14:20:06 -0000 Subject: [Haiku-bugs] [Haiku] #1248: Pipes don't work In-Reply-To: <045.838c4aa5fc9883aba3644e733d1850af@haiku-os.org> References: <045.838c4aa5fc9883aba3644e733d1850af@haiku-os.org> Message-ID: <054.f1f096136df86262c2d92c0e5256f3db@haiku-os.org> #1248: Pipes don't work ----------------------------+----------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Platform: All ----------------------------+----------------------------------------------- Comment (by axeld): Indeed, r21199 was to blame; somehow the CDDA file system tricked me into believing the pipefs did it wrong, which it didn't. I've reverted it now, and therefore also Korli's fix - it's not needed anymore when the rest of the code behaves :-) It's now correctly fixed in r21261, thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 29 14:30:56 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 29 May 2007 12:30:56 -0000 Subject: [Haiku-bugs] [Haiku] #1230: Crash on booting under VirtualBox In-Reply-To: <039.5ec4b60fb1fa7f314fea31996c1f75a3@haiku-os.org> References: <039.5ec4b60fb1fa7f314fea31996c1f75a3@haiku-os.org> Message-ID: <048.79ee4eacf8152a08dfa41df9dbe0eb73@haiku-os.org> #1230: Crash on booting under VirtualBox ------------------------+--------------------------------------------------- Reporter: myob | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Platform: All ------------------------+--------------------------------------------------- Comment (by tqh): myob, could you give some hints on how to create an image VirtualBox will accept? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 29 16:52:53 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 29 May 2007 14:52:53 -0000 Subject: [Haiku-bugs] [Haiku] #889: [PackageBuilder] crash on File->Open In-Reply-To: <040.d70697311a6b796df957d52a63556a95@haiku-os.org> References: <040.d70697311a6b796df957d52a63556a95@haiku-os.org> Message-ID: <049.dc9f7fead089330c81e9a1738425158a@haiku-os.org> #889: [PackageBuilder] crash on File->Open ---------------------------------+------------------------------------------ Reporter: diver | Owner: bonefish Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Changes (by bonefish): * owner: axeld => bonefish * status: new => assigned Comment: I've started to work on this one. It does indeed smell like a compatibility problem. The dynamic_cast() that segfaults is on a BPrivate::BHScrollBar object (defined in libtracker), when trying to cast it from BHandler* to BView* in BWindow::_FindView(int32). I've compared the Haiku and Be headers for BScrollBar, BView, BHandler, BArchivable and they look compatible to me. Will dig deeper... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 29 20:28:05 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 29 May 2007 18:28:05 -0000 Subject: [Haiku-bugs] [Haiku] #889: [PackageBuilder] crash on File->Open In-Reply-To: <040.d70697311a6b796df957d52a63556a95@haiku-os.org> References: <040.d70697311a6b796df957d52a63556a95@haiku-os.org> Message-ID: <049.351370d39d4d5a351482ee4f22aa1c1f@haiku-os.org> #889: [PackageBuilder] crash on File->Open ---------------------------------+------------------------------------------ Reporter: diver | Owner: bonefish Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by bonefish): Doesn't seem to be a simple binary compatibility problem (different object/vtable size). The !__si_type_info::dcast() works recursively. It is invoked for the parent class' type info until the type info of the right class is found (or the bottom is hit). In this case the BPrivate::BHScrollBar type info tries to calls dcast() of the super class, namely BScrollBar, type info. Apparently our loader chose the BScrollBar type info living in the PackageBuilder executable. In memory this one has a NULL vtable pointer, which causes the segfault, when the dcast() method is tried to be resolved. I don't know yet, why that pointer is NULL. I haven't understood yet, how it usually should be initialized. There don't seem to be relocation entries. So there's probably special initialization code responsible for those initializations. Maybe our loader doesn't call it for the executable in this case for any reason. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue May 29 22:09:38 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 29 May 2007 20:09:38 -0000 Subject: [Haiku-bugs] [Haiku] #1247: Tracker multiplies calls (open, stat) per open window In-Reply-To: <042.2d0dca3233296370160714b32e7ee768@haiku-os.org> References: <042.2d0dca3233296370160714b32e7ee768@haiku-os.org> Message-ID: <051.bb5afbca59807d12b5cb239730eb8cdf@haiku-os.org> #1247: Tracker multiplies calls (open,stat) per open window -------------------------------------+-------------------------------------- Reporter: mmu_man | Owner: axeld Type: bug | Status: new Priority: low | Milestone: R1 Component: - Applications/Tracker | Version: R1 development Resolution: | Platform: All -------------------------------------+-------------------------------------- Comment (by mmlr): I have now explored a different approach to fix this issue: In the next patch I've added a global list where poses that need to be updated periodically can be registered. Currently this is only used for volume poses that need to update their volume space bar, but the mechanism is actually quite generic. It could be used for any similar periodic update. The mechanism uses a callback and a cookie, which makes it generic. This way the BVolume that is created doesn't even need to be stored in the BPose itself but is handed over as a cookie, which means not to waste unnecessary bytes on poses that are no volumes (-> like pretty much any pose except the volume poses on the desktop). Pulse uses the list to update only the volume poses and does not need to send notifications to any BPoseView anymore. Therefore the watching of setting changes has been moved from the BPoseView to the TTracker class. Performance of this setup should be linear in respect to how many volumes are mounted. It doesn't depend on the amount of open windows (BPoseViews) anymore and also saves unnecessary message passing to all windows. Adding volume stats to node monitoring would probably be the ideal solution that would remove any polling. But as this is currently not implemented, I propose to accept this patch for now. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 30 01:19:43 2007 From: trac at haiku-os.org (Haiku) Date: Tue, 29 May 2007 23:19:43 -0000 Subject: [Haiku-bugs] [Haiku] #1025: KDL deleting and retriving sizes of directories in FAT disk In-Reply-To: <042.ff914fe22f4b6cb0c71bd4ebb9c8174f@haiku-os.org> References: <042.ff914fe22f4b6cb0c71bd4ebb9c8174f@haiku-os.org> Message-ID: <051.98013e88beef08ea14619f2bc04aea43@haiku-os.org> #1025: KDL deleting and retriving sizes of directories in FAT disk -------------------------------+-------------------------------------------- Reporter: rdaneel | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/FAT | Version: R1 development Resolution: fixed | Platform: All -------------------------------+-------------------------------------------- Comment (by rdaneel): Confirmed! :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 30 10:45:00 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 30 May 2007 08:45:00 -0000 Subject: [Haiku-bugs] [Haiku] #1193: haiku-openglkit-cvs package: Mesa Software Renderer add-on missing In-Reply-To: <041.494b5149905df110d748196159c1383f@haiku-os.org> References: <041.494b5149905df110d748196159c1383f@haiku-os.org> Message-ID: <050.7c9e255c8a471b41f6e8179e3257a3e3@haiku-os.org> #1193: haiku-openglkit-cvs package: Mesa Software Renderer add-on missing ------------------------------+--------------------------------------------- Reporter: andybe | Owner: phoudoin Type: bug | Status: closed Priority: low | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Resolution: fixed | Platform: All ------------------------------+--------------------------------------------- Changes (by phoudoin): * status: assigned => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 30 11:40:32 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 30 May 2007 09:40:32 -0000 Subject: [Haiku-bugs] [Haiku] #1025: KDL deleting and retriving sizes of directories in FAT disk In-Reply-To: <042.ff914fe22f4b6cb0c71bd4ebb9c8174f@haiku-os.org> References: <042.ff914fe22f4b6cb0c71bd4ebb9c8174f@haiku-os.org> Message-ID: <051.a3866685148f84297940e39adeef8046@haiku-os.org> #1025: KDL deleting and retriving sizes of directories in FAT disk -------------------------------+-------------------------------------------- Reporter: rdaneel | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/FAT | Version: R1 development Resolution: fixed | Platform: All -------------------------------+-------------------------------------------- Comment (by axeld): Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 30 19:00:33 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 30 May 2007 17:00:33 -0000 Subject: [Haiku-bugs] [Haiku] #1166: Open with -> ArtPaint crashes app_server In-Reply-To: <048.5b1b9d667abe9bd29dd3c894486a2033@haiku-os.org> References: <048.5b1b9d667abe9bd29dd3c894486a2033@haiku-os.org> Message-ID: <057.111f8e32cea74548fa4a584ae91856f0@haiku-os.org> #1166: Open with -> ArtPaint crashes app_server ---------------------------------+------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by jonas.kirilla): Haiku's FontDemo is another user of floating palette windows and crashes in the same way as ArtPaint. If you make copies of FontDemo (8-32 should do) and launch them together you should be able to see the app_server crash in WindowLayer::Frontmost() in a server thread corresponding to a floating palette window. {{{ FontDemo::FontDemo() : BApplication("application/x-vnd.Haiku-FontDemo") { // Create the demo window where we draw the string BWindow* demoWindow = new BWindow(BRect(80, 30, 490, 300), "FontDemo", B_TITLED_WINDOW, B_ASYNCHRONOUS_CONTROLS | B_QUIT_ON_WINDOW_CLOSE); FontDemoView* demoView = new FontDemoView(demoWindow->Bounds()); demoWindow->AddChild(demoView); BWindow* controlWindow = new BWindow(BRect(500, 30, 700, 402), "Controls", B_FLOATING_WINDOW_LOOK, B_FLOATING_APP_WINDOW_FEEL, B_NOT_CLOSABLE | B_NOT_ZOOMABLE | B_NOT_RESIZABLE | B_ASYNCHRONOUS_CONTROLS); ControlView* controlView = new ControlView(controlWindow->Bounds()); controlWindow->AddChild(controlView); controlView->SetTarget(demoView); demoWindow->Show(); controlWindow->Show(); } }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 30 19:06:05 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 30 May 2007 17:06:05 -0000 Subject: [Haiku-bugs] [Haiku] #1166: Open with -> ArtPaint crashes app_server In-Reply-To: <048.5b1b9d667abe9bd29dd3c894486a2033@haiku-os.org> References: <048.5b1b9d667abe9bd29dd3c894486a2033@haiku-os.org> Message-ID: <057.d7ec94594adcf458cc2bc391c3c0b578@haiku-os.org> #1166: Open with -> ArtPaint crashes app_server ---------------------------------+------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: | Platform: All ---------------------------------+------------------------------------------ Comment (by jonas.kirilla): BTW, feel free to change the summary and description to better fit the root cause. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed May 30 21:20:38 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 30 May 2007 19:20:38 -0000 Subject: [Haiku-bugs] [Haiku] #1249: Update libpng to current version Message-ID: <041.f040239a8676612af402270f08235dd2@haiku-os.org> #1249: Update libpng to current version ----------------------------------+----------------------------------------- Reporter: ekdahl | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Kits/Translation Kit | Version: R1 development Platform: All | ----------------------------------+----------------------------------------- The attached diff contains the update to libpng 1.2.18 which e.g. fixes a couple of vulnerabilities. It seems to work just fine here. There are duplicate png.h and pngconf.h in the libs/png directory which are not needed and can be deleted. The same applies to zlib. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 31 00:53:47 2007 From: trac at haiku-os.org (Haiku) Date: Wed, 30 May 2007 22:53:47 -0000 Subject: [Haiku-bugs] [Haiku] #1250: hostname not fully implemented Message-ID: <048.998f79384d2b85ee25d1982821ad69c0@haiku-os.org> #1250: hostname not fully implemented -------------------------------+-------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/libroot.so | Version: R1 development Platform: All | -------------------------------+-------------------------------------------- Shell command 'hostname' returns 'beast'. Shell command 'uname --nodename' returns 'unknown'. Both are hardcoded values. /etc/hostname is ignored. Setting a hostname using 'hostname foo' does not work. Implementation ideas: src/system/libroot/posix/sys/uname.c - call gethostname(), copy this to utsname->nodename src/system/libroot/posix/unistd/hostname.c - implement reading of /etc/hostname if present, in gethostname() - implement writing of /etc/hostname, in sethostname() The supplied patch makes uname.c consult gethostname() so both shell commands agree that (for now) the name of the host is 'beast'. I will try to also make a patch for hostname.c. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 31 12:44:33 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 31 May 2007 10:44:33 -0000 Subject: [Haiku-bugs] [Haiku] #1250: hostname not fully implemented In-Reply-To: <048.998f79384d2b85ee25d1982821ad69c0@haiku-os.org> References: <048.998f79384d2b85ee25d1982821ad69c0@haiku-os.org> Message-ID: <057.083d2ffbb2935cdf3b73e4bb6a61210b@haiku-os.org> #1250: hostname not fully implemented --------------------------------+------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/libroot.so | Version: R1 development Resolution: | Platform: All --------------------------------+------------------------------------------- Comment (by jonas.kirilla): 1. Looking at it some more I may have to rewrite the patch for uname.c, as gethostname() can return errors. 2. hostname -> nodename truncation okay? Utsname.nodename is limited by _SYS_NAMELEN to 32 bytes, whereas MAXHOSTNAMELEN is defined as 256 in sys/param.h. Calling gethostname() with a too short string would of course truncate it. I don't know if this truncation of the hostname is a problem for uname or not. FreeBSD appears to use a 32 bytes field length for utsname in the kernel, and 256 when in user space. http://fxr.watson.org/fxr/source/sys/utsname.h?v=RELENG62 3. HOST_NAME_MAX appears to be the better choice over MAXHOSTNAMELEN http://www.opengroup.org/onlinepubs/009695399/functions/gethostname.html The FreeBSD man page on GETHOSTNAME(3) has this to say: STANDARDS The gethostname() function conforms to IEEE Std 1003.1-2001 (``POSIX.1''). Callers should be aware that {HOST_NAME_MAX} may be variable or infinite, but is guaranteed to be no less than {_POSIX_HOST_NAME_MAX}. On older systems, this limit was defined in the non-standard header as MAXHOSTNAMELEN, and counted the terminating null. The sethostname() function and the error returns for gethostname() are not standardized. So far I haven't figured out whether HOST_NAME_MAX is used in Linux. I've only found a lot of MAXHOSTNAMELEN in the sources. 4. Would things such as these be better discussed on the development mailinglist? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 31 13:08:59 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 31 May 2007 11:08:59 -0000 Subject: [Haiku-bugs] [Haiku] #1250: hostname not fully implemented In-Reply-To: <048.998f79384d2b85ee25d1982821ad69c0@haiku-os.org> References: <048.998f79384d2b85ee25d1982821ad69c0@haiku-os.org> Message-ID: <057.12f687cbd1b744c3b8d9d563f0d3eb72@haiku-os.org> #1250: hostname not fully implemented --------------------------------+------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/libroot.so | Version: R1 development Resolution: | Platform: All --------------------------------+------------------------------------------- Comment (by jonas.kirilla): FWIW, in glibc gethostname() is implemented with a call to uname(), the other way around from what my patch does. http://www.gnu.org/software/libc/manual/html_node/Platform-Type.html #Platform-Type -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 31 15:17:09 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 31 May 2007 13:17:09 -0000 Subject: [Haiku-bugs] [Haiku] #1251: %now% keyword in Tracker queries Message-ID: <048.d39caf8f17f0cf9b97b0974483f705d7@haiku-os.org> #1251: %now% keyword in Tracker queries ------------------------------------+--------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - Applications/Tracker | Version: R1 development Platform: All | ------------------------------------+--------------------------------------- Trying to monitor what happens in a live system I often use queries to watch changes in the filesystem, and so it would be nice to have a %now% keyword. (example: last_modified>%now%) That would be the time when the query is opened, and should remain the same for as long as the query is open. I think Tracker refreshes queries with "dynamic dates" periodically so it might be best if Tracker would replace %now% with a simple timestamp instead of passing it on. The query file should store the logical name though, so the same query can be closed and reused later on in a meaningful way. The keyword %now% would not be relevant to /bin/query as it doesn't keep queries open (live) so it wouldn't catch anything most of the time. Most other applications are probably better off with node monitoring, which is a lot more focused, so one could probably add this directly in Tracker and not add anything to BQuery or the (v)fs. Just an idea. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 31 16:53:45 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 31 May 2007 14:53:45 -0000 Subject: [Haiku-bugs] [Haiku] #1251: %now% keyword in Tracker queries In-Reply-To: <048.d39caf8f17f0cf9b97b0974483f705d7@haiku-os.org> References: <048.d39caf8f17f0cf9b97b0974483f705d7@haiku-os.org> Message-ID: <057.f75d55a910cfa187022354f04de79a53@haiku-os.org> #1251: %now% keyword in Tracker queries -------------------------------------+-------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: - Applications/Tracker | Version: R1 development Resolution: invalid | Platform: All -------------------------------------+-------------------------------------- Changes (by bonefish): * status: new => closed * resolution: => invalid Comment: Just use "-0secs". -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu May 31 17:26:52 2007 From: trac at haiku-os.org (Haiku) Date: Thu, 31 May 2007 15:26:52 -0000 Subject: [Haiku-bugs] [Haiku] #1251: %now% keyword in Tracker queries In-Reply-To: <048.d39caf8f17f0cf9b97b0974483f705d7@haiku-os.org> References: <048.d39caf8f17f0cf9b97b0974483f705d7@haiku-os.org> Message-ID: <057.bd670baffabce79e12c65bf3cb53a1cd@haiku-os.org> #1251: %now% keyword in Tracker queries -------------------------------------+-------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: - Applications/Tracker | Version: R1 development Resolution: invalid | Platform: All -------------------------------------+-------------------------------------- Comment (by jonas.kirilla): Is this documented anywhere? (Tracker could take a few hints from good old MacOS on how to present the search options.) -- Ticket URL: Haiku The Haiku operating system.