search for: bogus

Displaying 20 results from an estimated 3353 matches for "bogus".

2011 Feb 13
2
Journal Aborts in VMware ESX (Filesystem Corruption)
...am running a kernel that contains these fixes. My kernel is 2.6.18-194.32.1.el5 on one of the most effected hosts. Does anyone else have experience with similar issues or know of the status of this Bug/KB? I can install, boot, run, and then at some seemingly random moment - init_special_inode: bogus i_mode (50632) init_special_inode: bogus i_mode (137147) init_special_inode: bogus i_mode (172036) init_special_inode: bogus i_mode (175720) init_special_inode: bogus i_mode (72350) init_special_inode: bogus i_mode (174751) EXT3-fs error (device sdb2): ext3_lookup: unlinked inode 19698169 in dir #1...
2006 Dec 27
5
Problem with ext3 filesystem
...ition and copy data on the partition you get the errors again. Also with Kernel 2.6.17.3 I got this problems. A raid volume check with the areca command line tools doesn't find any errors. Errors from dmesg / kernel.log: EXT3-fs: mounted filesystem with ordered data mode. init_special_inode: bogus i_mode (113301) init_special_inode: bogus i_mode (170101) init_special_inode: bogus i_mode (115140) init_special_inode: bogus i_mode (117302) init_special_inode: bogus i_mode (111700) EXT3-fs error (device sda1): ext3_readdir: bad entry in directory #143278260: rec_len % 4 != 0 - offset=0, inode=18...
2005 Nov 03
1
filesystem remounted as read only
...on a Sunblade 100 (sparc). In a few months we have experienced for several times that an ext3 filesystem is remounted as read-only (this is due to the option "errors=remount-ro" in /etc/fstab). Sometimes there is no error in log files but sometimes we see: kernel: init_special_inode: bogus i_mode (3016) kernel: init_special_inode: bogus i_mode (3125) kernel: init_special_inode: bogus i_mode (3144) kernel: init_special_inode: bogus i_mode (3231) kernel: init_special_inode: bogus i_mode (3423) kernel: init_special_inode: bogus i_mode (3452) In the former case (no error in the logs), t...
2007 Dec 27
5
Rails 2.02 dropped JSON attribute tag ?
...nd I expect the tag "attributes" to be passed with a json stream, before parsing. Unfortunately, this was dropped in 2.0.2. Is there any documentation on this? Any way to get it back? Examples: Rails 1.2.3: >> Site.find(:first).to_json => "{attributes: {title: \"some bogus title\", location: \"some bogus location\"}}" Rails 2.0.2: >> Site.find(:first).to_json => "{title: \"some bogus title\", location: \"some bogus location\"}" Thanks! -Dave --~--~---------~--~----~------------~-------~--~----~ You rece...
2015 Feb 02
1
Can login with a bogus username which ends with a "/" or a "\"
We have noticed that if a username, that ends in a "\" or a "/", tries to login, then the workspace becomes the user name ( up to the "/" or "\" ) and then username is empty, allowing a bogus user to authenticate and calls cli_session_setup_guest() to log in anonymously. This is done in cli_session_setup(): /* allow for workgroups as part of the username */ if ((p=strchr_m(user2,'\\')) || (p=strchr_m(user2,'/')) || (p=s...
2019 Sep 08
1
doveadm mailbox list
...m doing it wrong, but... Given a valid mailbox... doveadm mailbox list -u <username> realmb returns "realmb" doveadm mailbox list -u <username> real* returns "realmb" Seems reasonable. Now, with a non-existent mailbox... doveadm mailbox list -u <username> bogus returns "bogus" doveadm mailbox list -u <username> bogus* returns "" Is this a bug or correct behavior? -- Daniel
2013 Jun 07
1
[PATCH] inspect: Fix bogus warning for partitions without /boot.ini
Fix a bogus warning introduced by 5abb196de869cd27a6fa2377d79b9a267120f48e. If a non-windows partition hasn't been detected as something else and falls through to windows detection, inspection would display a bogus warning about missing /boot.ini. --- src/inspect-fs-windows.c | 2 +- 1 file changed, 1 ins...
2015 Mar 09
4
endian problems on FreeBSD?
...box says: [root at beaglebone /usr/local/etc/tinc/wdl]# tincd -D -n wdl tincd 1.0.24 (Mar 8 2015 14:55:57) starting, debug level 0 /dev/tun0 is a Generic BSD tun device add net 192.168.254.0: gateway 192.168.254.113 fib 0: route already in table Script tinc-up exited with non-zero status 1 Ready Bogus data received from net01e (199.89.147.1 port 655) Bogus data received from net01e (199.89.147.1 port 27324) Bogus data received from net01e (199.89.147.1 port 655) Bogus data received from net01e (199.89.147.1 port 655) Bogus data received from net01e (199.89.147.1 port 655) Bogus data received fro...
2017 Apr 13
0
[Bug 12742] New: a proposal: fix bogus nanosecond mtimes on transfer (patch included)
https://bugzilla.samba.org/show_bug.cgi?id=12742 Bug ID: 12742 Summary: a proposal: fix bogus nanosecond mtimes on transfer (patch included) Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 Component: core Assignee: wayned at samb...
2000 Nov 28
1
dubious behavior during login
Hi, I'm running openssh-2.3.0p1 under Tru64 4.0. I've got the sources and built it whithout additional options. The `problem' happens when a login from a non-existing user is attempted: $ ssh bogus at foo.com Connection closed by foo.com It doesn't even ask the password. So anyone can test whether this host has a user called bogus. I'm not sure whether this is a bug, but I guess it's not advisable to give away such information. I also run ssh 2.2.0p1 under Debian GNU/Linux, but...
2008 Jun 22
2
using Frauenhofer mp3 codec
...of the winemp3.acm.so. The only way I found till now is by removing/renaming that file. That can't be the right way. So what is the right way to do that? As for why I want to use the Frauenhofer Codec? Because of this: > fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound > fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound > fixme:mpeg3:III_get_side_info_1 big_values (418) too large! > fixme:mpeg3:III_get_side_info_1 big_values (472) too large! > fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus s...
2004 Sep 03
1
[Bug 924] Bogus IPv6 DNS queries cause unnecessary root server traffic
http://bugzilla.mindrot.org/show_bug.cgi?id=924 Summary: Bogus IPv6 DNS queries cause unnecessary root server traffic Product: Portable OpenSSH Version: 3.8p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh Assig...
2007 May 23
2
Bogus "UPS not available" messages
Belkin F6C1200-UNV on Ubuntu 7.04, megatec_usb driver, Every few minutes I get a beep and a "UPS not available" message that seems to be bogus; upsc reports real data, not at complaint that it's stale. Is there some timeout I need to lengthen? Also, shouldn't upsc report the poll time associated with the data it displays? -- >>esr>>
2003 Jan 27
1
Bogus data received from ...
...(192.168.192.20 port 33105): ........ Sending 269 bytes of metadata to helix (192.168.192.20 port 33105) Got METAKEY from helix (192.168.192.20 port 33105): ........ Sending CHALLENGE to helix (192.168.192.20 port 33105): ........ Sending 259 bytes of metadata to helix (192.168.192.20 port 33105) Bogus data received from helix (192.168.192.20 port 33105) Closing connection with helix (192.168.192.20 port 33105) [ Are those (null)s debugging code buglets or unavoidable? Looks like protocol.c:85 when request is 'ID' and the port is not 'Port', but the originating high port number a...
2010 Mar 29
2
bogus error message from yum update for gmime and gmime-sharp
...e already installed: # rpm -q gmime gmime-sharp gmime-2.2.10-5.el5.centos gmime-sharp-2.2.10-5.el5.centos So: # package-cleanup --problems Setting up yum Reading local RPM database Processing all local requires No problems found Running the above "yum update ..." again yields the same bogus error messages. I've had problems with these two packages before. Why can't yum understand rpm for them? Thanks for the wisdom. -- Find research and analysis on US healthcare, health insurance, and health policy at: <http://healthpolicydaily.blogspot.com/>
2005 Mar 17
1
Bogus autoconf test for socklen_t
This affects the XMMS plugin. configure.in has this test: AC_CHECK_TYPES(socklen_t, [], []) And src/plugin_xmms/http.c is the only consumer: #ifndef HAVE_SOCKLEN_T typedef unsigned int socklen_t; #endif Together this looks bogus to me. The configure check looks for socklen_t in the default headers. If it isn't found there, socklen_t will be typedef'ed. However, at least on FreeBSD socklen_t is defined in <sys/socket.h>, which is not checked by AC_CHECK_TYPES() but which is included in http.c. This can res...
2007 Apr 18
1
[PATCH 1/3] Bogus tls from gdt
The per-CPU initialization code is copying in bogus data into thread->tls_array. Note that it copies &per_cpu(cpu_gdt_table, cpu), not &per_cpu(cpu_gdt_table, cpu)[GDT_ENTRY_TLS_MIN). That is totally broken and unnecessary. Make the initialization explicitly NULL. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6...
2005 Jul 02
1
BOGUS files
Hi what does this mean BOGUS.watasiuk.8B8I (watasiuk is a username). FC3 Mark -- Obantec Support www.obantec.net 0845 458 3121 WebHosting and Domains Nominet UK Member & IPStag Holder CentralNic Accredited Reseller
2006 Jan 13
1
"Discarding bogus continuation" message in pine
...;ve been having this problem for the past couple of versions), and using mbox for the mailboxes. After I've read my mail using Apple's Mail.app (or Thunderbird) and take it offline, when I try to open the INBOX (or any mailbox) with pine, I get the following message (in pine): [Discarding bogus continuation in msg 1: $Forwarded NonJunk] Quitting and re-running pine does not bring up this message again, and it looks like it's getting confused by the internal mbox message's X-IMAP line: X-IMAP: 1076598957 0000257269 NotJunk JunkRecorded $NotJunk $Junk Junk \ Forwarded...
2005 Sep 08
1
[Bug 1082] xauth list invocation has bogus "." argument
http://bugzilla.mindrot.org/show_bug.cgi?id=1082 Summary: xauth list invocation has bogus "." argument Product: Portable OpenSSH Version: 4.2p1 Platform: ix86 OS/Version: NetBSD Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy...