> As the errormessage suggests there is a character in a filename
> somewhere on my filesystem which updatedb doesn't dig.
>
> I just can't find that file.
>
IIRC there used to be a bug with files that had a % char in the name.
Try using find to look for other special chars if that turns up nothi
[IMAGE][IMAGE]
Caro cliente Poste.it, Il Servizio Tecnico di Poste Italiane sta
eseguendo un aggiornamento programmato del software al fine di migliorare
la qualita' dei servizi bancari. Le chiediamo di avviare la procedura di
conferma dei dati del Cliente. A questo scopo, La preghiamo di cliccare
I'm trying to find a gigabit card for my A31p Thinkpad. So
far I've not gotten too far. The fact that manufacturers change
chipsets constantly doesn't make things any easier.
So as I am trawling for such a card, I'm curious if others have
gotten ahold of one. Any leads would be appreciate
Peter Hessler wrote:
> I cannot reproduce this bug on -current/macppc. What platform,
> and what version of OpenBSD?
As the errormessage suggests there is a character in a filename
somewhere on my filesystem which updatedb doesn't dig.
I just can't find that file.
# Han
Matthias Kilian wrote:
> On Wed, Mar 14, 2007 at 12:38:52AM +0059, Han Boetes wrote:
> > > This is probably not a bug. You locate database is likely
> > > corrupted, like the error message says.
> >
> > OK, I'll install an alternative locate implementation.
>
> You're just a fucking troll. Go away.
On Wed, Mar 14, 2007 at 12:38:52AM +0059, Han Boetes wrote:
> > This is probably not a bug. You locate database is likely
> > corrupted, like the error message says.
>
> OK, I'll install an alternative locate implementation.
You're just a fucking troll. Go away. I tried my best, I told you
how yo
On Tue, Mar 13, 2007 at 11:07:21PM +0100, Otto Moerbeek wrote:
> > I am discussing a bug which I don't know how to solve. This really
> > belongs in tech@
>
> This is probably not a bug. You locate database is likely corrupted,
> like the error message says.
It could be a bug or a pebkac. I asked
Darrin Chandler schrieb:
> Have you got yours yet?!
Err, no. Thanks for the link :-)
Now I have placed my order :)
Your order currently is:
-> 1 [B01] Building Firewalls with OpenBSD and PF Book @ EUR 40.00
-> 1 [CD41] OpenBSD 4.1 CD @ EUR 50.00
Regards,
Falk
Otto Moerbeek wrote:
> On Tue, 13 Mar 2007, Han Boetes wrote:
> > I am discussing a bug which I don't know how to solve. This
> > really belongs in tech@
>
> This is probably not a bug. You locate database is likely
> corrupted, like the error message says.
OK, I'll install an alternative locate i
This means everyone should have our latest patches installed.
Date: Tue, 13 Mar 2007 19:40:15 -0300
From: CORE Security Technologies Advisories <[EMAIL PROTECTED]>
Organization: CORE Security Technologies
MIME-Version: 1.0
To: Bugtraq , Vulnwatch <[EMAIL PROTECTED]>
Subject: CORE-2007-0219: O
On 12 Mar 2007, at 10:31, Claudio Jeker wrote:
... and here is the patch to fix the issue.
Yup does indeed seem to have solved the problem!
Thanks Claudio / guys!
--
Jon Morby
FidoNet Registration Services Ltd
tel: 0845 004 3050 / fax: 0845 004 3051
web: http://www.fido.net/
I cannot reproduce this bug on -current/macppc. What platform, and what
version of OpenBSD?
On 2007 Mar 13 (Tue) at 22:48:25 +0100 (+0100), Han Boetes wrote:
:I am discussing a bug which I don't know how to solve. This really
:belongs in tech@
:
:And your questions are irrelevant.
:
:Paul de Wee
On Tue, 13 Mar 2007, Han Boetes wrote:
> I am discussing a bug which I don't know how to solve. This really
> belongs in tech@
This is probably not a bug. You locate database is likely corrupted,
like the error message says.
> And your questions are irrelevant.
Not at all.
-Otto
>
>
On Tue, Mar 13, 2007 at 10:48:25PM +0100, Han Boetes wrote:
| I am discussing a bug which I don't know how to solve. This really
| belongs in tech@
Where's your patch ? I say you are discussing an OpenBSD user issue.
Once you've really found a bug and cooked up a patch, try tech@ again.
| And you
I am discussing a bug which I don't know how to solve. This really
belongs in tech@
And your questions are irrelevant.
Paul de Weerd wrote:
> [moving to misc@, where this sort of problems belong]
>
> On Tue, Mar 13, 2007 at 06:42:52PM +0059, Han Boetes wrote:
> | Hi,
> |
> | Since about a week o
When using "dd", you need to be very careful how you not only write it
out but also how you read it out.
So for example, lets say I have an output from disklabel as such as:
16 partitions:
#size offset
Hey i have a question for you guys,
I have a mail server with OpenBSD 3.9 and postfix system, the problem
its that when i add a user with begining Capital Letter like
Mailuser
and i send a mail to [EMAIL PROTECTED] the system complains :
Recipient address rejected: User unknown in local rec
On Tue, 13 Mar 2007 20:11:24 +0200, [EMAIL PROTECTED] wrote:
> On Tue, Mar 13, 2007 at 01:31:53PM -0400, Gordon Turner wrote:
>> I have three questions for the dd savants out there, consider an image
> being dd'd that is created with a dd statement like:
>>
>> dd if=/dev/zero of=imageFileName.img b
On Tue, 13 Mar 2007 14:09:09 -0400, "Nick !" <[EMAIL PROTECTED]> wrote:
>> Then the step that I was asking about was actually dd'ing the
> imageFile.img to the sd0 device.
>>
>> ie, which of these is correct:
>>
>> dd if=imageFileName.img of=/dev/rsd0c
>> or
>> dd if=imageFileName.img of=/dev/rsd0a
On Tue, Mar 13, 2007 at 01:31:53PM -0400, Gordon Turner wrote:
> I have three questions for the dd savants out there, consider an image being
> dd'd that is created with a dd statement like:
>
> dd if=/dev/zero of=imageFileName.img bs=512 count=1014049
It's quite silly to fill up your disk will
On 3/13/07, Gordon Turner <[EMAIL PROTECTED]> wrote:
dd if=/dev/zero of=imageFile.img bs=512 count=${SECTORCOUNT}
vnconfig -c svnd0 imageFile.img
fdisk -c ${CYLINDERS} -h ${HEADS} -s ${SECTORSPERTRACK} -f /usr/mdec/mbr -e
svnd0
disklabel -E svnd0
newfs -S 512 -u ${SECTORSPERTRACK} -z ${HEADS} -
On Tue, 13 Mar 2007 13:41:43 -0400, "Nick !" <[EMAIL PROTECTED]> wrote:
> On 3/13/07, Gordon Turner <[EMAIL PROTECTED]> wrote:
>> I have three questions for the dd savants out there, consider an image
> being dd'd that is created with a dd statement like:
>>
>> dd if=/dev/zero of=imageFileName.img
[moving to misc@, where this sort of problems belong]
On Tue, Mar 13, 2007 at 06:42:52PM +0059, Han Boetes wrote:
| Hi,
|
| Since about a week or two I get this problem with locate:
|
| ~% locate foo
| locate database header corrupt, bigram char outside 0, 32-127: 14
|
| Any suggestions on how
On 3/13/07, Gordon Turner <[EMAIL PROTECTED]> wrote:
I have three questions for the dd savants out there, consider an image being
dd'd that is created with a dd statement like:
dd if=/dev/zero of=imageFileName.img bs=512 count=1014049
and then mounted and prepared to be a fully functioning boo
I have three questions for the dd savants out there, consider an image being
dd'd that is created with a dd statement like:
dd if=/dev/zero of=imageFileName.img bs=512 count=1014049
and then mounted and prepared to be a fully functioning boot drive and
unmounted.
Question 1. Writing this ima
Hi all,
Somebody knows if 4.1 release will be ready for use as a
paravirtualized or fully virtualized guest under xen 3.x? (I know that
4.0 "works" under xen 3.x, but really with very poor performance
including under XenExpress or VirtualIron) I can't find anything about
this on 4.1's change
On 3/13/07, Marcos Laufer <[EMAIL PROTECTED]> wrote:
I'd like to get the 4.1 preorder and a Tshirt, but i cant find how
to pay with paypal. Is this possible?
http://openbsd.org/orders.html#cshop
I'd like to get the 4.1 preorder and a Tshirt, but i cant find how
to pay with paypal. Is this possible?
Regards,
Marcos Laufer
- Original Message -
From: "Kian Mohageri" <[EMAIL PROTECTED]>
To: "Darrin Chandler" <[EMAIL PROTECTED]>
Cc:
Sent: Monday, March 12, 2007 9:44 PM
Subject: Re:
On Mon, 2007-03-12 at 18:45 -0300, Gustavo Rios wrote:
> All those are disabled!
>
> The fact that it is accepting a password for a users that have no
> password in passwd file when KerberosAuthentication is setted no is
> dropping down my hairs.
>
> Somebody could help me?
read VERY closely.
1)
On Tue, Mar 13, 2007 at 09:20:37AM -0500, stuartv wrote:
> Once again the list is brilliant when I am dull... DNS looks like it
> was indeed the culprit. I didn't seem to have this problem with my
> OpenBSD 3.6 ftp server. Does anyone know off the top of their head
> if there has been a change?
On 3/12/07, Sebastian Rother <[EMAIL PROTECTED]> wrote:
Hello everybody,
I`ve a ccd wich contains sensetiv data.
The Server crashed for technical reasons.
After it booted up again it told me to do a fsck.
I did and the data is gone now.
I think I shouldn`t have done it is there ANY wa
On 19/02/2007, at 10:46 PM, Nick Holland wrote:
Damon McMahon wrote:
Thanks for the response, Nick, I'm almost there and just one
further query:
On 18/02/07, Nick Holland <[EMAIL PROTECTED]> wrote:
...
The Aptiva has an anaemic BIOS program, but by disabling one of the
two serial interface
Once again the list is brilliant when I am dull... DNS looks like it
was indeed the culprit. I didn't seem to have this problem with my
OpenBSD 3.6 ftp server. Does anyone know off the top of their head
if there has been a change? I'll have to find out if I set up the
origonal server to be abl
On Tue, 13 Mar 2007, stuartv wrote:
> I am getting ready to replace an aging FTP server with an OpenBSD 4.0
> server. The old server runs OpenBSD 3.6 and has always worked beautifully.
> Now, while setting up and testing the new OpenBSD 4.0 server I am having
> some issues. I am using the exact
I am getting ready to replace an aging FTP server with an OpenBSD 4.0
server. The old server runs OpenBSD 3.6 and has always worked beautifully.
Now, while setting up and testing the new OpenBSD 4.0 server I am having
some issues. I am using the exact same setup as I did on the 3.6 server.
Here
Hi,
Not sure why your azalia doesn't work,
but I had almost similar situation with yours..
My compaq v3000 seem to have a problem with the
interrupt routing.. so i put a temp solution by doing polling instead
of waiting
the interrupt to be triggered.. not a good solution i guess.. but at
least it
On Mon, Mar 12, 2007 at 08:27:46PM -0300, Gustavo Rios wrote:
> I would like to prevent password authentication for users that does
> not have a valid /etc/passwd password entry. It that possible?
> My current configuration retrieves the kerberos server login password!
> How could it be done?
>
On Tue, Mar 13, 2007 at 04:08:25AM +0100, Sebastian Rother wrote:
> Hello everybody,
>
> I`ve a ccd wich contains sensetiv data.
> The Server crashed for technical reasons.
> After it booted up again it told me to do a fsck.
> I did and the data is gone now.
>
> --
> fsck /dev/ccd0c
> ** /dev
On Tue, 13 Mar 2007, Sebastian Rother wrote:
And I forgot to say: It`s a private Server but even privat can have
some value sometimes (and it was too big to backup. bigger HDDs are
planed to replace the CCD (later..)).
IMO the data cannot be valuable if you don't have backups for it.
PS. Good
39 matches
Mail list logo