Hi!
With option COMPAT_LINUX (which present in LINT) make depend fails with:
cc -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include
-D_KERNEL -include opt_
Should it be described in /usr/src/UPDATING ?
On Tue, 4 Jan 2000, Matthew Dillon wrote:
> Date: Tue, 4 Jan 2000 14:38:45 -0800 (PST)
> From: Matthew Dillon <[EMAIL PROTECTED]>
> To: Dmitry Valdov <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: options COM
Hello!
Why ftp passive mode is on by default?
> ftp localhost
Connected to localhost.
220 home.dv.ru FTP server (Version 6.00LS) ready.
Name (localhost:dv):
331 Password required for dv.
Password:
230 User dv logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> get
Hi!
Please commit it:
--- release/sysinstall/config.c.old Tue Feb 29 23:56:47 2000
+++ release/sysinstall/config.c Tue Feb 29 23:56:55 2000
@@ -386,7 +386,7 @@
if (!strncmp(lines[i], "USA_RESIDENT", 12)) {
free(lines[i]);
lines[i] = malloc(21);
Hi!
Is it right behavior to try IPv6 address first?
work# telnet localhost
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
[...]
Only solution for it is to comment out in /etc/hosts:
::1
e:
> Date: Thu, 02 Mar 2000 03:12:09 -0800
> From: "Jordan K. Hubbard" <[EMAIL PROTECTED]>
> To: Dmitry Valdov <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: sysinstall mistake
>
> You need to track -current. I fixed thi
Hi!
There is a problem in ftp client in all FreeBSD versions. It isn't dangerous
but probably should be fixed.
> uname -a
FreeBSD work.dv.ru 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Thu Jun 22 19:41:50
MSD 2000 [EMAIL PROTECTED]:/usr/src/sys/compile/WORK i386
> ftp localhost
Connected to localho
Hi!
Try to make an .rhosts file and rlogin to fresh RELENG_4 or -CURRENT branch.
> rlogin -l dv xxx.xxx.xxx.xxx
No output until Ctrl-C is pressed
ftpd is also broken:
> ftp xxx.xxx.xxx.xxx
Connected to xxx.xxx.xxx.xxx
also no output.
ftpd works only when connecting to localhost:
> ftp local
ChangesPath
1.19.2.4 +1 -3 src/lib/libc/net/res_init.c
Dmitry.
On Thu, 1 Mar 2001, Dmitry Valdov wrote:
> Date: Thu, 1 Mar 2001 16:55:18 +0300 (MSK)
> From: Dmitry Valdov <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: PAM(?) breaks r
Hi!
I've seen the same problem. And I've lost all content of my second hd. After
newfs fsck can't check fs with the same diagnostic.
Dmitry.
On Sat, 21 Oct 2000, John W. De Boskey wrote:
> Date: Sat, 21 Oct 2000 21:16:56 -0700
> From: "John W. De Boskey" <[EMAIL PROTECTED]>
> To: [EMAIL PROT
Hello!
fsck tries to run fsck_msdos for MSDOS partition, but there is no
fsck_msdos in -current.
Also fsck(8) says:
SEE ALSO
mount(8), fstab(5), fsck_msdos(8), fsck_ffs(8)
...
> man fsck_msdos
No manual entry for fsck_msdos
>
Dmitry.
To Unsubscribe: send mail to [EMAIL PROTECTED]
Hi!
There is a problem in rl's driver in recent -current kernel.
...
rl0: Realtek
rl0: couldn't map memory
kernel trap 12 with interrupts disabled
-current kernel from 20 Oct 2000 works fine.
I know I should provide more info about trap, but I can't cut'n'paste boot
messages. What i
Hi!
licq doesn't work since crt* change.. (coredumps) Any workaround?
(recompile if licq & qt doesn't help).
/usr/ports/net/licq
Dmitry.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Hi!
There is a way to overflow / filesystem even is quota is enabled.
Just make many hard links (for example /bin/sh) to /tmp/
for ($q=0;$q<10;$q++){
system ("ln /bin/sh /tmp/ln$q");
}
Because /tmp directory usually owned by root that why quotas has no effect.
*Directory* size of /tmp can b
On Wed, 17 Mar 1999, Jay Tribick wrote:
> Date: Wed, 17 Mar 1999 11:49:32 +
> From: Jay Tribick
> To: Dmitry Valdov
> Cc: freebsd-current@FreeBSD.ORG, freebsd-secur...@freebsd.org
> Subject: Re: disk quota overriding
>
> Hi
>
> > There is a way to overflow
On Wed, 17 Mar 1999, Fernando Schapachnik wrote:
> Date: Wed, 17 Mar 1999 08:50:50 -0300 (GMT)
> From: Fernando Schapachnik
> To: Dmitry Valdov
> Cc: freebsd-current@FreeBSD.ORG, freebsd-secur...@freebsd.org
> Subject: Re: disk quota overriding
>
> Are you aware t
Hi!
I think that there is only one way to fix it - it's to disable making
*hard*links to directory with mode 1777.
On Wed, 17 Mar 1999, Dmitry Valdov wrote:
> Date: Wed, 17 Mar 1999 14:42:46 +0300 (MSK)
> From: Dmitry Valdov
> To: freebsd-current@freebsd.org, freebsd-secur.
On Wed, 17 Mar 1999, Ladavac Marino wrote:
> Date: Wed, 17 Mar 1999 14:37:32 +0100
> From: Ladavac Marino
> To: 'Dmitry Valdov' , freebsd-current@freebsd.org,
> freebsd-secur...@freebsd.org
> Subject: RE: disk quota overriding
>
> > -Original Message-
Hi!
Why this happens?
> telnet x.x.x.x nntp
Trying x.x.x.x...
Connected to x.x.x.x.
Escape character is '^]'.
assertion "nsegs == 2" failed: file "/usr/src/libexec/rtld-elf/map_object.c",
line 158
Connection closed by foreign host.
Also machine closes any connection to any port.
It happens not
Hi!
Try it:
cat > qqq
echo $$
echo ~/qqq|~/qqq|~/qqq|~/qqq|~/qqq
Ctrl-D
./qqq
Is there Any way to fix it?
Dmitry.
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message
On Sat, 10 Apr 1999, oZZ!!! wrote:
> Date: Sat, 10 Apr 1999 02:27:22 +0400 (MSD)
> From: oZZ!!!
> To: Dmitry Valdov
> Cc: freebsd-current@FreeBSD.ORG
> Subject: Re: DoS from local users
>
>
> > Hi!
> > Try it:
> >
> > cat > qqq
&g
On Fri, 9 Apr 1999, Chris Costello wrote:
> Date: Fri, 9 Apr 1999 18:30:31 -0500
> From: Chris Costello
> Reply-To: ch...@calldei.com
> To: Dmitry Valdov
> Cc: freebsd-questi...@freebsd.org
> Subject: Re: DoS from local users
>
> On Fri, Apr 9, 1999, Dmitry Valdov wro
Hi!
Just tested it with user who has maxproc 32 set. Here is the results:
last pid: 58668; load averages: 27.06, 19.94, 12.67up 0+09:40:46 11:06:11
77 processes: 31 running, 46 sleeping
CPU states: 14.9% user, 0.0% nice, 85.1% system, 0.0% interrupt, 0.0% idle
Mem: 26M Active, 12M Inact,
On Sat, 10 Apr 1999, Chris Costello wrote:
> Date: Sat, 10 Apr 1999 02:05:33 -0500
> From: Chris Costello
> Reply-To: ch...@calldei.com
> To: Dmitry Valdov
> Cc: freebsd-current@FreeBSD.ORG, freebsd-questi...@freebsd.org
> Subject: Re: DoS from local users (fwd)
>
&
0.0% nice, 67.2% system, 0.0% interrupt, 0.5% idle
Please, just try it.
On Sat, 10 Apr 1999, Brian Feldman wrote:
> Date: Sat, 10 Apr 1999 09:29:19 -0400 (EDT)
> From: Brian Feldman
> To: Dmitry Valdov
> Cc: ch...@calldei.com, freebsd-current@FreeBSD.ORG,
> freebsd-q
On Sat, 10 Apr 1999, Brian Feldman wrote:
> Date: Sat, 10 Apr 1999 14:07:27 -0400 (EDT)
> From: Brian Feldman
> To: Dmitry Valdov
> Cc: freebsd-current@freebsd.org
> Subject: Re: DoS from local users (fwd)
>
> On Sat, 10 Apr 1999, Dmitry Valdov wrote:
>
> > H
On Sat, 10 Apr 1999, Matthew Dillon wrote:
> Date: Sat, 10 Apr 1999 14:08:41 -0700 (PDT)
> From: Matthew Dillon
> To: Kevin Day
> Cc: ha...@rah.star-gate.com, d...@dv.ru, gr...@unixhelp.org,
> freebsd-current@FreeBSD.ORG
> Subject: Re: DoS from local users (fwd)
>
> A user-run CGI is
Hi!
Is support of 5.1 soundcards like Creative Audigy Player
will be there in the near future?
--
Dmitry Valdov mailto:[EMAIL PROTECTED]
CCNP
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
--
>
> uname -a
>
> FreeBSD calvin 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Oct 24 15:46:54 IST 2002
>root@calvin:/usr/obj/usr/src/sys/HOGWARTS i386
>
> Any idea what could be wrong ?
>
--
Dmitry Valdov
29 matches
Mail list logo