any changes in /dev entries, network configuration
(i.e. drivers changed) kernel configuration, etc, that need to be made?
My question does not concern stability and possibility of crashes, but
rather overall system configuration and possible conflicts with -stable...
Thanx!
Andrey
To Unsub
I think this is
not normal.
Best regards,
-------
Andrey Rouskol
Sovintel
PS: May be I should fix my arms first ...
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
This is a bug report for perl from [EMAIL PROTECTED],
generated with the help of perlbug 1.26 running under perl 5.00503.
-
[Please enter your report here]
#!/usr/bin/perl
#
# example of memory leak in perl5.005_3, tested on Free
On Tue, Feb 15, 2000 at 10:59:58AM +0100, Bart Schuller wrote:
>
> On Tue, Feb 15, 2000 at 01:20:28PM +0500, Andrey Kolotev wrote:
> > @c = ("Async32"x4, "Async32"x5, "Async32"x7, "Async32"x10);
> >
> > while (1)
> >
On Wed, 1 Mar 2000, Christoph Kukulies wrote:
> mount -t cd9660 /dev/acd1c /dist
>
> to grab some newer XF86 from the CD when
>
> cd9660: device not configured
>
> was thrown at me.
Check device major number. It should be like this
blaze:netcenter$ ls -l /dev/*acd*
crw-r- 1 root oper
On Tue, 14 Mar 2000, Ted Sikora wrote:
> XFree86-Bigfont extension: shmat() failed, size = 4096, errno = 24
options SHMALL=1025
options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
options SHMMAXPGS=1025
options SHMMIN=2
options SHMMNI=256
options SHMSEG=128
> > | One is on the way...
> >
> > Cam's boredom out-weighed my initiative. 8)
> >
> > http://www.freebsd.org/~cg/current.diff.gz contains a partial emu10k1
> > driver (minus recording) which is need of debugging. Give it a try!
I applied it to 4.0-CURRENT, but it works in mixer only mode.
Looks
I need to store some info (in kernel) indexed by peer hosts ip
addresses. in_hostcache.h interface looks good, but i hasn't found any use
of it in -CURRENT kernel sources. It this interface obsoleted by other?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in
Is net/hostcache.h interface obsoleted by other or developers just don't
need them? There is no uses of them in kernel sources.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
T, ucatch);
status = wait(&i);
if (status == -1) wait(&i);
exit (status == -1);
}
/* end of code */
Regards,
Andrey.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Sun, 22 Oct 2000, Daniel Eischen wrote:
> On Sun, 22 Oct 2000, Andrey Rouskol wrote:
> >
> > Some days ago I was trying to compile mysql at -current and found that
> > ./configure freezes at 'checking for restartable system calls'. Here is a
> > code
d00,ca818f80,80d5180,80d1c18,80da000) at
getdirentries+0xf7
syscall2(2f,2f,2f,80da000,80d1c18) at syscall2+0x33c
Xint0x80_syscall() at Xint0x80_syscall+0x1f
db>
Regards,
Andrey.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
, $DB_HASH );
my $usr = 0;
my $pw = 0;
my $i = 0;
while( ($usr,$pw) = each %mydb) {
print "${usr} - ${pw}: deleted\n";
delete $mydb{$usr};
++$i;
}
print "$i elements deleted\n";
undef $X;
untie %mydb;
exit 0;
--- end ---
Regards,
--
See subj.
They appears to work for ~10 minutes then all hangs deadly. No one TCP
service responds, but ICMP and UDP goes normally.
The machine is x86 Pentium 4 IPv4-only, IPv6 is turned off in every place.
Last kernel I have that works nice compiled at Mar 19.
Ethernet info:
fxp0: port 0xc000-0x
Thu, 29 Apr 2010 16:20:32 -0500 письмо от "James R. Van Artsdalen"
:
> Андрей Смагин wrote:
> > > panic: kmem_malloc(131072): kmem_map too small: 3832475648 total
> > allocated
> > >
> > I open PR amd64/145654 with problem like it. Have you increasing Wired
> > memory at buildworld ?
> >
The data for partition 4 is:
# mount_msdosfs /dev/da2s1c /mnt
mount_msdosfs: /dev/da2s1c: No such file or directory
Indeed, there is only /dev/da2 node now.
But how can I tell the devfs system to create needed nodes?
--
Regards,
Andrey
To Unsubscribe: send mail to [EMAIL PROTECTED]
with &quo
rent systems and I'm not sure,
that I choose right way to build CURRENT on 4.7-RELEASE-p3 box. So I have two
questions.
First - what may cause such error messages ? Second - can you describe me a correct
way
of building CURRENT system on a STABLE box ?
Thanks in advance.
--
Andrey Elper
On Fri, Aug 13, 2010 at 01:43:16AM -0700, Doug Barton wrote:
> Gabor,
>
> I hope at this point it goes without saying that I have a lot of respect
I am Nth on this. Although I do a lot of l10n work in the beautefull less
bureocracy FreeBSD time and very appreciate what Gabor did, the problem is
Pinging nonexistent IPv6 adress withing the same prefixlen 64 (i.e.
nonexistent neighbor) immediately cause kernel panic in nd6_output_lle()
See
http://img837.imageshack.us/img837/7496/01102010f.jpg
Please fix.
--
http://ache.pp.ru/
___
freebsd-curre
On Fri, Oct 01, 2010 at 11:06:58PM +, Bjoern A. Zeeb wrote:
> On Fri, 1 Oct 2010, Andrey Chernov wrote:
>
> > Pinging nonexistent IPv6 adress withing the same prefixlen 64 (i.e.
> > nonexistent neighbor) immediately cause kernel panic in nd6_output_lle()
> >
&
"ifconfig msk0 up" hang and I can't kill it, also ping any host via another
working interface - ping hang.
What I can do for debug it process ?
FreeBSD 9.0-CURRENT #4: Wed Oct 27 01:00:31 MSD 2010
root@:/usr/obj/usr/src/sys/SAM amd64
>top
last pid: 58489; load averages: 6.55, 4.98, 2.7
In my box (amd64, current 20.oct.10 )
some time hang by 5-10 minutes with random subsystem, may
hang disk access,network,very often tty. In most no output in log,
sometimes with messages "calcru: .". After 5-10 minutes it
continue work again. When I disabled HPET in bios - problem gone.
_
Wed, 27 Oct 2010 11:52:18 +0400 письмо от "Ilya A. Arhipov"
:
> dmesg | grep msk
> and procstat -kk pid
> 27.10.10, 11:45, "Andrey Smagin" :
> > "ifconfig msk0 up" hang and I can't kill it, also ping any host via another
> working interface
I have file with list of static ARP entries for about 65000 IPs.
arp -nf list eating ~80% CPU and work very long time.
It is a normal or something misconfigured ?
FreeBSD-current from 5dec2010
___
freebsd-current@freebsd.org mailing list
http://lists.fre
On Mon, Jan 31, 2011 at 04:56:06PM -0800, Marcel Moolenaar wrote:
>
> Take the statement at line 116 for example:
> *((int *)CMSG_DATA(cmsg)) = fd;
>
> We're effectively casting from a (char *) to a (int *) and then doing
> a 32-bit access (write). The easy fix (casting through (void *) is
On week -current I have same problem, my box paniced every 2-15 min. I resolve
problem by next steps - unplug network connectors from 2 intel em (82574L)
cards. I think last time that mpd5 related panic, but mpd5 work with another re
interface interated on MB. I think it may be em related panic,
Sun, 20 Feb 2011 10:30:52 -0500 письмо от Mike Tancsa :
> On 2/20/2011 9:33 AM, Andrey Smagin wrote:
> > On week -current I have same problem, my box paniced every 2-15 min. I
> resolve problem by next steps - unplug network connectors from 2 intel em
> (82574L) cards. I think
today current
crash with loaded mpd5
1st place:
ipwf_chk
ipfw_check_hook
pfil_run_hooks
ip_output
tcp_output repeated
tcp_mtudisc~20 times
tcp_ctlinput
icmp_input
ip_input
swi_net
intr_event_execute_handlers
2nd place
flowtable_lookup
flowteble_lookup_mbuf
ip_output
tcp_output
on July, 16 (with CVSCMDARGS="2003-07-16 00:00").
Thanks in advance.
--
Andrey Elperin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
top in /usr/obj/usr/src/release/fixit_crunch.
> > *** Error code 1
> >
> I have committed a fix for this to src/bin/ed/ a few minutes ago.
Hmm. But I got the same error during last release building (this night).
> Cheers,
> --
> Ruslan Erm
This patch address two problems.
1st one is relatively minor: according our own manpage, upper and lower
classes must be sorted, but currently not.
2nd one is serious:
tr '[:lower:]' '[:upper:]'
(and vice versa) currently works only if upper and lower classes
have exact the same number
On Fri, Aug 01, 2003 at 12:02:04 +1000, Tim Robbins wrote:
> 8 bits by casting to char. Using charcoll() to sort char arrays may
> work on little endian machines, but may not on big endian machines.
s->set is array of ints, not array of chars. In any case thanx for
looking.
> Also, watch out fo
On Fri, Aug 01, 2003 at 04:44:08 +0400, Andrey Chernov wrote:
> This patch address two problems.
Revides patch version with accurate skipping. Surprisingly, the code is
reduced.
Only in .: CVS
diff -u ./extern.h /usr/src/usr.bin/tr/extern.h
--- ./extern.h Fri Jun 14 19:56:52 2002
+++ /usr/
On Fri, Aug 01, 2003 at 06:37:03 +0400, Andrey Chernov wrote:
> On Fri, Aug 01, 2003 at 04:44:08 +0400, Andrey Chernov wrote:
> > This patch address two problems.
>
> Revides patch version with accurate skipping. Surprisingly, the code is
> reduced.
>
If you ever plan,
On Mon, Aug 04, 2003 at 22:38:33 +0900, Shin-ichi YOSHIMOTO wrote:
> Subject: Re: buildworld broken after installworld,
> On Mon, 4 Aug 2003 14:47:23 +0300, Ruslan Ermilov wrote:
> > Too bad. I think this may be related to a recent work of Andrey
> > on tr(1), as fcns.h is gener
On Mon, Aug 04, 2003 at 17:46:37 +0400, Andrey Chernov wrote:
> On Mon, Aug 04, 2003 at 22:38:33 +0900, Shin-ichi YOSHIMOTO wrote:
> > Subject: Re: buildworld broken after installworld,
> > On Mon, 4 Aug 2003 14:47:23 +0300, Ruslan Ermilov wrote:
> > > Too bad. I think
On Mon, Aug 04, 2003 at 17:57:13 +0400, Andrey Chernov wrote:
> > There is
> >
> > tr '[a-z]' '[A-Z]'
> >
> > which can be different for different locales since use collate now as
> > required by POSIX. Please tell which exact non-C l
On Mon, Aug 04, 2003 at 23:05:16 +0900, Shin-ichi YOSHIMOTO wrote:
> Subject: Re: buildworld broken after installworld,
> On Mon, 4 Aug 2003 17:57:13 +0400, Andrey Chernov wrote:
> > Well, I found error in the archives, so the question remains, what locale
> > you use?
>
&
On Mon, Aug 04, 2003 at 17:18:58 +0300, Ruslan Ermilov wrote:
> : The characters or collating elements in the
> : range shall be placed in the array in ascending
> : collation sequence. If the second endpoint
> : precedes the starting endpoint in the collation
> :
On Mon, Aug 04, 2003 at 23:32:19 +0300, Ruslan Ermilov wrote:
> I think we've now reached the agreement with Andrey that
> a more correct, safe, and portable [sic] construct would
> be "LC_ALL=C tr [:lower:] [:upper:]". It works the same
> in any non-broken operating
/usr/src/sys/contrib/dev/acpica/acfreebsd.h includes ctype.h which is
incompatible with its redefinition in /usr/include/stand.h
As result we got:
===> i386/libi386
cc -O -pipe -march=pentium3 -ffreestanding -DCOMPORT=0x3f8 -DCOMSPEED=9600
-DTERM_EMU -I/usr/src/sys/boot/i386/libi386/../../common
I saw this already 5 times. It is _always_ double panic. Second panic may
vary (f.e. clock, etc) but first one _always_ in g_up. Since second panic
is on the way, there is no usable stack trace remains.
My suggestion: can we add sysctl to NOT sync disk after panic but reboot
immediately to pres
This is 10days old kernel panic, the same type I report before, but now I
use dont-sync-on-panic sysctl, so some stack trace finally available:
Fatal trap 12: page fault while in kernel mode
fault virtual address = 0x24
fault code = supervisor read, page not present
instruction poi
On Tue, Sep 23, 2003 at 17:47:52 +0400, Igor Timkin wrote:
> panic(c2e873da,6,0,c21a6000,c03535e0) at panic+0x60
> freerq(c358a800,c2e873b2,e4,6,dc6c1bc4) at freerq+0x100
> complete_rqe(c3434c24,396c,6e0d1def,1b90c284,dc6c1c14) at complete_rqe+0x6ca
> bufdone(c3434c24,dc6c1c5c,c0198846,c0364e9c,c0
Due to increased activity of SPAM harvesters what are our plans to hide
our addresses from public WWW? I mean all browseable mailing lists,
FreeBSD site, CVS via WWW, PRs, ports and docs.
As I think, simple form will be enough to stop
them.
--
Andrey Chernov | http://ache.pp.ru
been fixed?
It already fixed in -current and -stable is not affected (due to obsoleted
tr there).
--
Andrey Chernov | http://ache.pp.ru/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any
LANG=cs_CZ.ISO8859-2 tr 'a-z' 'A-Z'
> bA?Ak?f
It is incorrect tr usage (a-z range length and letters sequence is not
equal to A-Z range length and letters sequence for cs_CZ locale, see cs_CZ
locale data definition). Correct usage will be
LANG=cs_CZ.ISO8859-2 tr '[:lower:]
Hello All,
I have the same problem. See also PR58680.
http://www.freebsd.org/cgi/query-pr.cgi?pr=58680
Guys who work on RCNG please consider the proposed solution.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sean McNeil
Sent: Monday, December 01,
cpu0 (BSP): APIC ID: 0
> cpu1 (AP): APIC ID: 1
>
>
>
> Do I need to configure something special to get the full 4GB of memory?
>
> I only found the PAE hint, but this is for x86 machines, right?
>
I think this BIOS specific, may be video rezerv
FreeBSD 9.0-CURRENT #0
fee0 len=1000
tipe=02 base=ffb0 len=0010
tipe=02 base=ffe0 len=0020
FreeBSD 9.0-CURRENT #1 r209362: Sun Jun 20 21:44:27 MSD 2010
and...@my_book:/usr/obj/home/andrey/src_head/sys/MY_BOOK amd64
CPU: Intel(R) Core(TM)2 CPU
Finally deprecated locale names generating and corresponding support code
are removed today as promised years ago. Check your LANG variable confirm
naming convention documented in the handbook. This change is not for MFC.
___
[EMAIL PROTECTED] mailing lis
After installing libc.so builded with standard bsd.sys.mk (i.e. with
gnu99) all shared programs reports missing 'SYS_sigreturn' name and fails
to start.
When I restore old libc and rebuild libc without gnu99, all works fine
again.
___
[EMAIL PROTECTED
On Fri, Jun 13, 2003 at 12:44:27 -0700, David O'Brien wrote:
> On Fri, Jun 13, 2003 at 07:40:53PM +0400, Andrey Chernov wrote:
> > After installing libc.so builded with standard bsd.sys.mk (i.e. with
> > gnu99) all shared programs reports missing 'SYS_sigreturn'
On Fri, Jun 13, 2003 at 14:53:07 -0700, David O'Brien wrote:
> This isn't a bug report. The mail server I am writing this from, and the
> laptop I am using to log into it from; are running with a stock world and
> I can't repeat your problem.
Exact steps are (on i386-current from Jun 1, cvsupped
On Mon, Jun 23, 2003 at 18:46:00 +0400, Yar Tikhiy wrote:
> On Thu, Jun 19, 2003 at 03:20:28PM +0200, Morten Rodal wrote:
> > After the recent getty(8) changes w(1) will now show root logins on
> > the same ttys if you use su(1). However, after logging out the root
> > user is not removed from the
On Tue, Jun 24, 2003 at 18:35:15 -0500, Juli Mallett wrote:
> Anyone with insight into this?
>
> ([EMAIL PROTECTED]:~)39% ( echo 1 ; ( ( echo 2 ; echo 3 ) | xargs -I% echo + % ) )
> 1
> + 2
> + 3
Loks like stdout/stderr mix, but I not check the code, so just raw guess.
__
On Tue, Jun 24, 2003 at 18:54:11 -0500, Juli Mallett wrote:
> stdout. Where does stderr come into it? Yes I know about TTY races
Forget about stderr, it looks like fork race somewhere. Minimal example
will be
( ( echo 2 ; echo 3 ) | xargs -I% echo + % )
which outputs
+ + 3
2
in rare cases.
Hello over there,
Well playing with it nss_ldap in 5.1R. I have found that ls -la
Will not show the names of the owner if the owner resides in LDAP
Directory only the corresponding uidNumbers. Is there a way to
show the usernames instead of uidNumbers?
Have a good time,
Andrey Nepomnyaschih
Thanks everyone who replied,
That clears some things for me.
Andrey Nepomnyaschih
-Original Message-
From: Tim Kientzle [mailto:[EMAIL PROTECTED]
Sent: Friday, June 27, 2003 9:50 PM
To: Andrey Nepomnyaschih
Cc: [EMAIL PROTECTED]
Subject: Re: nss_ldap
Andrey Nepomnyaschih wrote
On Tue, Jul 08, 2003 at 13:13:44 -0400, John Baldwin wrote:
>
> You need to enable SMP and APIC_IO in your kernel to use HTT. Also,
> the BIOS setting probably won't make a difference.
>
I have both APIC and HTT flags in my P4, but when I try to load kernel
compiled with APIC_IO and SMP, I got
e 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src/release.
Thanks in advance.
--
Andrey Elperin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To un
installincludes
> >creating osreldate.h from newvers.sh
> >*** Error code 2
>
> So I'm not the only one who has been bitten by this.
> Try the following patch. Worked for me.
Great thanks! It works for me too.
> Tim Kientzle
--
Andrey Elperin
___
See WITH_REPRODUCIBLE_BUILD
https://lists.freebsd.org/pipermail/freebsd-current/2018-September/071125.html
On Wed, Sep 26, 2018 at 4:23 PM, tech-lists wrote:
> Hello,
>
> uname -a used to show a string including the date and where the kernel was
> compiled:
>
> FreeBSD 12.0-ALPHA5 #0 r338518: Fri
On Mon, Mar 18, 2019 at 6:23 PM Andriy Gapon wrote:
>
>
> First, a note that this was observed on a system that runs a fairly old
> current
> (~ 1 year old) with a fairly long uptime (> 6 months).
> I noticed that the system was nearly out of memory, 98% of swap was in use,
> there was less than
In loader not work change boot environment, sub menu open, change not
work, simple reset menu.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubs
On Mon, Sep 23, 2019 at 11:51 PM Poul-Henning Kamp wrote:
>
>
> In message
>
> , Warner Losh writes:
>
> >We are working on making drm ports less problematic on upgrade...
>
> Yes, I know.
>
> But when you track current, it seems that it takes a port-reinstall
> to get on that wagon...
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241399
tested r353887 and r354013, freebsd and linux bhyve guests
lldb -c /bhyve.core /usr/sbin/bhyve
(lldb) target create "/usr/sbin/bhyve" --core "/bhyve.core"
Core file '/bhyve.core' (x86_64) was loaded.
(lldb) bt
* thread #1, name = 'bhyv
On 01.11.2014 21:26, Trond Endrestøl wrote:
> What good does the file /entropy do if boot up is delayed everytime
> during "Writing entropy file:"?
Probably some entropy is needed before saved file is loaded.
As raw guessing of alternative solution it is possible to make some part
of previously s
On Thu, Dec 11, 2014 at 8:42 PM, Alfred Perlstein wrote:
> Up until a few months ago the following added to /etc/rc.conf would blank
> the screen:
>
> # /etc/rc.conf
> saver="green"
> allscreens_flags="-t 60"
>
> Now that no longer works.
>
> Can someone explain how to restore the power saving scr
Hello,
I'm use lighttpd+SPAWNFCGI for moinmoin wiki.
Before r274463 work fine, after update r275317 and CURRENT system
crushed after start any python CGI script.
For test i'm install py27-flup and start simple
#!/usr/local/bin/python2.7
def myapp(environ, start_response):
start_response('200
On Fri, Dec 19, 2014 at 11:46 PM, Gleb Smirnoff wrote:
> On Fri, Dec 19, 2014 at 08:41:54PM +0100, Guido Falsi wrote:
> G> On 12/19/14 19:28, Adrian Chadd wrote:
> G> > Hm, glebius? Any ideas?
>
> I was quite busy last week, doing defense of my thesis. Now it is
> done, and I will look at the prob
On Tue, Jan 6, 2015 at 4:24 AM, Sean Bruno wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On 01/05/15 16:57, Neel Natu wrote:
>> Congratulations, you have the ability to debug the Haswell silicon
>>
> HA!
>
> Is this turned on purposefully (its a feature of the CPU) or is this
> tu
It is broken exact at the same place even without WITHOUT_CAPSICUM.
On 09.01.2015 5:23, Manfred Antar wrote:
> On amd64 current build world is broken if defined WITHOUT_CAPSICUM svn
> revision 276867
> here is the error:
> /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/tcpdump.c:80:1
On 02.03.2015 22:55, Julian Elischer wrote:
> On 3/2/15 5:27 AM, Alfred Perlstein wrote:
>>
>>
>> On 3/2/15 4:14 AM, Julian Elischer wrote:
>>> On 3/1/15 10:49 AM, Harrison Grundy wrote:
Thanks!
That does seem useful, but I'm not sure I see the reasoning behind
putting into base
On 03.03.2015 4:30, Alfred Perlstein wrote:
>
>
>> On Mar 2, 2015, at 4:22 PM, Andrey Chernov wrote:
>>
>>> On 02.03.2015 22:55, Julian Elischer wrote:
>>>> On 3/2/15 5:27 AM, Alfred Perlstein wrote:
>>>>
>>>>
>>>>>
On 03.03.2015 3:48, Allan Jude wrote:
> On 2015-03-02 19:22, Andrey Chernov wrote:
>> On 02.03.2015 22:55, Julian Elischer wrote:
>>> On 3/2/15 5:27 AM, Alfred Perlstein wrote:
>>>>
>>>>
>>>> On 3/2/15 4:14 AM, Julian Elischer wrote:
>>
On 03.03.2015 4:45, Alfred Perlstein wrote:
>
>
>> On Mar 2, 2015, at 5:37 PM, Andrey Chernov wrote:
>>
>>> On 03.03.2015 4:30, Alfred Perlstein wrote:
>>>
>>>
>>>>> On Mar 2, 2015, at 4:22 PM, Andrey Chernov wrote:
>>>>&g
On 04.03.2015 19:21, John Baldwin wrote:
> On Tuesday, March 03, 2015 09:09:43 AM David Chisnall wrote:
>> Hopefully there's a lesson here that we can learn from: human-readable
>> formats do not make good intermediate representations when communicating
>> between tools.
>
> I think this is actual
Hello,
I'm use system with EFI boot loader on Lenovo X220.
Old EFI loader work fine if BIOS set any boot priority UEFI or Legacy first.
Starting around December last year, system not boot if set UEFI boot first.
http://bsdnir.info/files/efi/ screenshots and working version boot loader
For the
On 03.05.2015 16:01, Julian Elischer wrote:
>> Before making single-purpose changes to the libc readdir and seekdir
>> code, or to the kernel code, it would be useful to state exact behaviour
>> of the dirent machinery we want to see. No, 'make samba works in my
>> situation' does not sound good en
# uname -a
FreeBSD des.local 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r283306: Sat
May 23 11:56:46 MSK 2015
root@des.local:/usr/obj/usr/src/sys/GENERIC amd64
I'm build BEAGLEBONE with crochet.
build error
Mounting UFS partition 1 at /usr/obj/_.mount.freebsd
Installing U-Boot from : /usr/local/share
oshenko
>>>> wrote:
>>>>
>>>>
>>>>> On May 24, 2015, at 12:12 AM, Garrett Cooper
>>>>> wrote:
>>>>>
>>>>> On May 24, 2015, at 0:07, Oleksandr Tymoshenko wrote:
>>>>>
>>>>&g
Hello,
Booting from emmc possible only if you have installed sdcard (u-boot
start from sdcard) if stop boot and set loaderdev='mmc 1' system boot
emmc.
Without this, when sdcard slot empty, in terminal i'm see
(u-boot not start)
It looks like this is due to https://reviews.freebsd.or
Hello,
After update r283989 and r284106 system crush if /boot/loader.conf
contain acpi_ibm_load="YES" if comment this line, boot success.
Screenshot http://bsdnir.info/files/acpi_ibm_crush.png
___
freebsd-current@freebsd.org mailing list
http://lists.free
On Sun, Jun 7, 2015 at 8:05 PM, Allan Jude wrote:
> On 2015-06-07 10:58, Allan Jude wrote:
>> On 2015-06-07 10:50, Allan Jude wrote:
>>> On 2015-06-07 08:25, Andrey Fesenko wrote:
>>>> Hello,
>>>> After update r283989 and r284106 system crush if /boot/l
On Mon, Jun 8, 2015 at 9:10 PM, Rui Paulo wrote:
> The patch looks fine (goto or no-goto). I'm curious as to why you have no
> SMBIOS strings though. Are you EFI-booting? Did you upgrade EFI so that it
> exports SMBIOS strings to kenv? I recently fixed this problem in EFI.
I'm testing first v
Hello,
/usr/sbin/pw useradd -n user -s /bin/csh -g wheel -w yes -V
/usr/obj/_.mount.freebsd/etc/ -d /usr/home/user
make not user with /usr/obj/_.mount.freebsd/etc/ but creates it in the
main system /etc
___
freebsd-current@freebsd.org mailing list
http://
Hello,
I'm build CURENT (r284408) for arm with crochet.
all geom lasse's geom_*.so installed /usr/lib/ instead of /lib/geom
/usr/obj/_.installworld.armv6.log
...
===> sbin/geom/class/cache (install)
install -s -o root -g wheel -m 444 geom_cache.so
/usr/obj/_.mount.freebsd/usr/lib
install -o r
Recent -current, LANG=ru_RU.KOI8-R locale. ls -t eats whole date column, just
ls eats whole filenames with printable national characters inside. Long live
libxo.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/free
On 17.06.2015 5:18, Andrey Chernov wrote:
> Recent -current, LANG=ru_RU.KOI8-R locale. ls -t eats whole date column, just
> ls eats whole filenames with printable national characters inside. Long live
> libxo.
>
I mean ls -l. To be precise, for 8bit non-C locales at least:
ls -l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 17.06.2015 6:23, Marcel Moolenaar wrote:
> Date/time is fixed. I don?t know how to reproduce the filename
> problem, so make sure sources are up-to-date and if still a
> problem, provide me with a way to reproduce.
touch `printf "\377"`
env LAN
Marcel Moolenaar пишет:
>
>
>On Jun 16, 2015, at 8:46 PM, Andrey Chernov wrote:
>
>Signed PGP part
>On 17.06.2015 6:23, Marcel Moolenaar wrote:
>
>Date/time is fixed. I don?t know how to reproduce the filename
>problem, so make sure sources are up-to-date and if still
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 17.06.2015 16:58, Marcel Moolenaar wrote:
>
>> On Jun 16, 2015, at 9:53 PM, Andrey Chernov
>> wrote:
>
>> Should be no any %FF, but single char in pre libxo ls or nothing
>> in post libxo one.
>>
>>
On Wed, Jul 22, 2015 at 8:38 AM, O. Hartmann
wrote:
> Recent sources (r285785) do not buildkernel due to the bug/error shown below:
>
> [...]
> linking kernel
> vt_core.o: In function `vtterm_cnprobe':
> /usr/src/sys/dev/vt/vt_core.c:(.text+0x42f): undefined reference to
> `vt_logo_sprite_height'
Current build not usable kernel (if use zfs on root system)
Loading /boot/defaults/loader.conf
/boot/kernel/kernel text=0x13e0b30 data=0x1...
+0x17ac14]
/boot/entropy size=0x1000
/boot/kernel/zfs.ko |
elf64_obj_loadimage: read failed
(success load other .ko)
Hit [Enter] to boot immediately,
On 02.11.2015 11:36, jenkins-ad...@freebsd.org wrote:
> FreeBSD_HEAD-tests - Build #1636 - Still Unstable:
>
> Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1636/
> Full change log:
> https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1636/changes
> Full build log:
> http
On 08.11.2015 22:08, jenkins-ad...@freebsd.org wrote:
> FreeBSD_HEAD-tests - Build #1675 - Unstable:
>
> Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1675/
> Full change log:
> https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1675/changes
> Full build log:
> https://je
On 09.11.2015 0:08, Baptiste Daroussin wrote:
> On Sun, Nov 08, 2015 at 11:10:58PM +0300, Andrey Chernov wrote:
>> On 08.11.2015 22:08, jenkins-ad...@freebsd.org wrote:
>>> FreeBSD_HEAD-tests - Build #1675 - Unstable:
>>>
>>> Build information:
>>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 09.11.2015 0:46, Baptiste Daroussin wrote:
>> Error Message:
> printf("%'.4f", 12345678.0625) ==> [1,23,45,678.0625],
> expected [123,456,78.0625]<>
Looks like numericdef "grouping" handling problem...
>>>
>>> Seems like the is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 09.11.2015 0:46, Baptiste Daroussin wrote:
>> BTW, see other tests fails here in jenkins too, they looks
>> related to locale changes.
>
> I will look into them.
About that one, it looks like collate support is broken in regex:
FAILED: bin.sh.b
1 - 100 of 1093 matches
Mail list logo