Displaying 9 results from an estimated 9 matches for "astron".
Did you mean:
  astro
  
2002 Mar 30
3
[Bug 109] sftp hangs when a tcsh user types quit or exit
http://bugzilla.mindrot.org/show_bug.cgi?id=109
------- Additional Comments From stevesk at pobox.com  2002-03-31 05:06 -------
i'm not sure.  can someone dup and debug this?
can you still dup with 3.1p1?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Jun 17
1
file(1) magic for Ogg Vorbis
...s identified simply as "Ogg-Vorbis
compressed sound file" without any info.  So I decided I must fix this to
replace my aliases that use `od' to read the bitrate and number of
channels.
Here is the result (attached).  I need your feedback before sending to the
maintainer <christos@astron.com>:
- Magic:
  + I currently check for Ogg framing of the first page and vorbis headers
on first and second packets (which are also separate pages).  Should I
check less/more?
    * Partial recognition is possible, i.e. Ogg but not vorbis, or first
vorbis header but no comment header.  What s...
2006 Mar 03
1
file command returns incorrect MIME type?
...ces to this problem, (EG: IMP, PHP bug, etc) all of which 
conclude, in various forms, "the problem is in your /usr/share/magic.mime, go 
away". But nowhere (that I've been able to find) is there actually a solution 
- and even the magic.mime file from the latest tar (downloaded from 
astron.com) didn't fix it, either. The magic file in the apache directory 
seems to come up with the answer of: no answer. When you access a ppt in 
apache, it comes back with a generic response rather than 
"application/powerpoint" 
Any ideas? 
-Ben 
-- 
"The best way to predict the...
2002 Dec 22
0
Bug ID: 26222 - SMB Storm
...bin /usr/sbin /usr/bin /usr/games
/usr/local/sbin /usr/local/bin /usr/X11R6/bin
/root/bin)
prompt  homes# 
prompt2 %R? 
prompt3 CORRECT>%R (y|n|e|a)? 
savehist        100
shell   /bin/csh
shlvl   1
status  0
tcsh    6.12.00
term    vt100
tty     ttyp0
uid     0
user    root
version tcsh 6.12.00 (Astron) 2002-07-23
(i386-intel-FreeBSD) options
8b,nls,dl,al,kan,sm,rh,color,dspm,filec
homes# setenv
USER=root
LOGNAME=root
HOME=/root
MAIL=/var/mail/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
TERM=vt100
BLOCKSIZE=K
FTP_PASSIVE_MODE=YES
SHEL...
2008 Jul 28
0
Vanishing work group on samba 2.2.8
...T$]        path = /usr1/rlogic/report        read only = Yes        guest ok = Yes
[RLOGIC_DEV$]        path = /usr1/rlogic_dev        read only = No        guest ok = Yes
[RL_REPORT_DEV$]        path = /usr1/rlogic_dev        read only = No        guest ok = Yes
## [TSBTEMP]        path = /usr1/ud/ASTRON/TSBTEMP        read only = No        guest ok = Yes## #[SOPDEV_INPUT]        path = /usr1/ud/SOPDEV/ESB_INPUT        read only = no        valid users = xxxxxxxx        guest ok = Yes
[SOPDEV_OUTPUT]        path = /usr1/ud/SOPDEV/ESB_OUPUT        read only = no        guest ok = Yes        valid us...
2001 Jul 16
3
file magic for Ogg, Vorbis?
I am trying to figure out file(1) magic(1) for Ogg and Vorbis.
(I am using file from NetBSD 1.5.1.)
Currently I have:
0	string	OggS		Ogg data
>29	string	vorbis		\b, Vorbis audio
Some results:
 $ file ~/audio/kaas.*
 /home/reed/audio/kaas.mp3: MP3, 128 kBits, 44.1 kHz, Stereo
 /home/reed/audio/kaas.ogg: Ogg data, Vorbis audio
 /home/reed/audio/kaas.wav: RIFF (little-endian) data, WAVE audio,
2014 Jun 03
2
Re: libguestfs supermin error
Hi Rich
But there is no  src/kernel.ml  file on my ubuntu powerpc to which the
above patch is reffering.
I have installed supermin as supermin_5.1.8-2_powerpc.deb debian package.
Thanks
On Tue, Jun 3, 2014 at 7:16 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Tue, Jun 03, 2014 at 06:55:49PM +0530, abhishek jain wrote:
> > supermin: failed to find a suitable kernel
2014 Jun 04
2
Re: libguestfs supermin error
.../boot" // kernel_name)
>
> (* Extract the kernel version from a Linux kernel file.
>  *
>  * Returns a string containing the version or [Not_found] if the
>  * file can't be read, is not a Linux kernel, or the version can't
>  * be found.
>  *
>  * See ftp://ftp.astron.com/pub/file/file-<ver>.tar.gz
>  * (file-<ver>/magic/Magdir/linux) for the rules used to find the
>  * version number:
>  *   514             string  HdrS     Linux kernel
>  *   >518            leshort >0x1ff
>  *   >>(526.s+0x200) string  >\0      versio...
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...buf[1] & 0xFF) << 8) | (buf[0] & 0xFF);
-}
-
-/* Extract the kernel version from a Linux kernel file.
- * Returns a malloc'd string containing the version or NULL if the
- * file can't be read, is not a Linux kernel, or the version can't
- * be found.
- *
- * See ftp://ftp.astron.com/pub/file/file-<ver>.tar.gz
- * (file-<ver>/magic/Magdir/linux) for the rules used to find the
- * version number:
- *   514             string  HdrS     Linux kernel
- *   >518            leshort >0x1ff
- *   >>(526.s+0x200) string  >\0      version %s,
- *
- * Bugs:...