You are not logged in.
I filed a bug two days ago and I can't seem to find it using regular means of searching. It seems to have completely disappeared from the search page. I still have the URL handy but I can't seem to reach it otherwise. This reduces my confidence of it being addressed and fixed. It's incredibly quick and simple, too.
https://bugs.archlinux.org/task/36977?p … &sort=desc
I noticed that there are other bug reports that seemed to have disappeared from the task list. Why does this happen? Is it supposed to be like this?
"I quoted myself." -oboenerd
Offline
Well....
I wandered over to the bugtracker, did not log in, searched for virtualbox-guest-modules-lts, and your bug report was there. Where in the world are you? I looked behind me and there is nothing ![]()
What I mean is that there seems to be no problem finding it here in Southern California
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Strange. It's been appearing and disappearing on and off for the past few hours. I also know for sure that I haven't been changing any search settings, and I've been logged in every time.
EDIT: And once again, it's gone. Also, I see this one disappearing very frequently too: https://bugs.archlinux.org/task/36976
It appears to be either my bug or the other one I've been watching... I never see both or neither. Even my watch list fluctuates at random.
Last edited by oboenerd (2013-09-20 20:54:13)
"I quoted myself." -oboenerd
Offline
I see the bug. I usually make the mistake of looking in the wrong place for my bugs (Community instead of ArchLinux), but that's about it.
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
Ahhh, that's where the problem is. Pardon my ignorance and thanks!
"I quoted myself." -oboenerd
Offline
File a bug ![]()
The only time I see behaviour like this is like clfarron4 when I have the wrong project selected.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I use a bash function to search all projects and show the latest (not the most severe) first:
bugt ()
{
$BROWSER "https://bugs.archlinux.org/index/proj0?string=$*&project=0&search_name=&type%5B0%5D=&sev%5B0%5D=&pri%5B0%5D=&due%5B0%5D=&reported%5B0%5D=&cat%5B0%5D=&status%5B0%5D=&percent%5B0%5D=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=&do=index&order=id&sort=desc"
}Edit:
The only time I see behaviour like this is like clfarron4 when I have the wrong project selected.
I think the more common one is searching only open bugs when the bug has already been closed, but it's not the case here.
Last edited by karol (2013-09-21 11:02:06)
Offline