pkg version -L howto?

2013-05-18 Thread Robert Huff
Leslie Jensen writes: > pkg version -vIL > pkg: option requires an argument -- L > usage: pkg version [-IPR] [-hoqv] [-l limchar] [-L limchar] [[-X] -s string] > [-r reponame] [-O origin] [index] > pkg version -t > pkg version -T &

pkg version -L howto?

2013-05-18 Thread Leslie Jensen
I ran into a little problem with my "old" crontab scripts. I do the following: portsnap -I cron update /usr/local/sbin/portmaster -y --clean-distfiles /usr/local/sbin/portmaster -aF pkg version -vIL After changing to pkg the check for outdated ports fails on the -L flag pkg ve

Re: Installing new world failed (install -l)

2013-04-28 Thread Eir Nym
What should I do in this situation? -- Eir Nym On 28 April 2013 23:36, Eir Nym wrote: > Since -l switch introduced into install(8), I can't build new FreeBSD > box at all. > > I do following command set to build new box: (http://eroese.org/mkw.sh) > 1) cd /usr/head/src

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Mon Jun 18 09:25:32 2012 > Date: Mon, 18 Jun 2012 18:24:34 +0400 > From: Budnev Vladimir > To: Mike Tancsa > Cc: freebsd-questions@freebsd.org > Subject: Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile? > >

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Bernt Hansson
On 2012-06-18 16:41, Budnev Vladimir wrote: The strange thing with possibly empty password is that login from ip-console accepted correct password. So dont sure about empty...It seems like su was accepting any password at that time. That is the behavior with an empty password. The login would

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Brian W.
r wrote: >> >>> And It looked such way: >>> >>> %su -l >>> >> Before you enter this command, post the output of >> id >> > Unfortunately, we can not flashback or reproduce that step now, cause we'v > hurried and changed root pass

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Budnev Vladimir
18.06.2012 18:37, Mike Tancsa написал: On 6/18/2012 10:24 AM, Budnev Vladimir wrote: But mb you can point in what case there is possibility to make "su -l" without any prompt. If the uid is 0, you wont need to enter a passwd Yeah i realized that you mean things came that way

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Jason Hellenthal
On Mon, Jun 18, 2012 at 05:31:54PM +0400, Budnev Vladimir wrote: > Hello everyone. > We'v noticed some strange situation. After reboot and login, system > didn't ask for password while switchig with su -l. > > In details, there was root login from terminal and one f

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Budnev Vladimir
18.06.2012 18:32, Chris Rees ???: On Jun 18, 2012 2:34 PM, "Budnev Vladimir" <mailto:vladimir.bud...@gmail.com>> wrote: > > Hello everyone. > We'v noticed some strange situation. After reboot and login, system didn't ask for password while switchig

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Mike Tancsa
On 6/18/2012 10:24 AM, Budnev Vladimir wrote: > But mb you can point in what case there is possibility to make "su -l" > without any prompt. If the uid is 0, you wont need to enter a passwd ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex C

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Chris Rees
On Jun 18, 2012 2:34 PM, "Budnev Vladimir" wrote: > > Hello everyone. > We'v noticed some strange situation. After reboot and login, system didn't ask for password while switchig with su -l. > > In details, there was root login from terminal and one from ssh. &g

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Budnev Vladimir
18.06.2012 18:02, Mike Tancsa написал: On 6/18/2012 9:31 AM, Budnev Vladimir wrote: And It looked such way: %su -l Before you enter this command, post the output of id Unfortunately, we can not flashback or reproduce that step now, cause we'v hurried and changed root password to avoid

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Mike Tancsa
On 6/18/2012 9:31 AM, Budnev Vladimir wrote: > > And It looked such way: > > %su -l Before you enter this command, post the output of id ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet service

(Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Budnev Vladimir
Hello everyone. We'v noticed some strange situation. After reboot and login, system didn't ask for password while switchig with su -l. In details, there was root login from terminal and one from ssh. Terminal login was directly as root(via ip-console), and ssh was as user, the

Re: `ls -l` shows size of file other than of the folder?

2012-06-14 Thread grarpamp
>>> > The following creates a file with a size of 102402 (a gig) >>> > fseek(stdout, 100*1024, SEEK_END); >>> Nope :) What you have there is not actually called (anything). >> It would maybe be called a MKiB. :-) I'll buy that, if someone chips in the deuce :) > In SI units it is called

Re: `ls -l` shows size of file other than of the folder?

2012-06-14 Thread David Brodbeck
On Thu, Jun 14, 2012 at 12:37 PM, Peter Vereshagin wrote: > Hello. > > 2012/06/14 00:23:25 +0400 Peter Vereshagin => To > freebsd-questions@freebsd.org: > > PV> ot the least how could I see the 'real' size of each of those files, both >  ~150M > PV> actulally, with a system command? > > also, '

Re: `ls -l` shows size of file other than of the folder?

2012-06-14 Thread Peter Vereshagin
Hello. 2012/06/14 00:23:25 +0400 Peter Vereshagin => To freebsd-questions@freebsd.org: PV> ot the least how could I see the 'real' size of each of those files, both ~150M PV> actulally, with a system command? also, 'du' works that way for regular files. But implicitly I wanted about ls's key

Re: `ls -l` shows size of file other than of the folder?

2012-06-14 Thread Polytropon
On Thu, 14 Jun 2012 08:40:27 +0100, Matthew Seaman wrote: > On 14/06/2012 07:11, Polytropon wrote: > > Even school taught that in the 80's: When dealing with > > computers, 1 kB != 1000 B, but 1 kB = 1024 B. That is > > considered basic knowledge. > > Schools teach a lot of things that are so glos

Re: `ls -l` shows size of file other than of the folder?

2012-06-14 Thread Matthew Seaman
On 14/06/2012 08:40, Matthew Seaman wrote: > Really? If I said the bandwidth usage was 10Mb/s would you immediately > understand that was 10,000,000,000 bits per second? Err... of course you wouldn't. 10,000,000 bits per second. That's what I meant to type. Matthew -- Dr Matthew J Se

Re: `ls -l` shows size of file other than of the folder?

2012-06-14 Thread Matthew Seaman
On 14/06/2012 07:11, Polytropon wrote: > In IT context, already in the 60's and 70's, unit prefixes > k, M and G always were interpreted as of 2^n (or 1024*), > even if the unit was _words_, not bytes. :-) Which was incorrect in principle > Even school taught that in the 80's: When dealing with >

Re: `ls -l` shows size of file other than of the folder?

2012-06-14 Thread Eitan Adler
On 13 June 2012 23:11, Polytropon wrote: > On Wed, 13 Jun 2012 22:33:50 -0400, grarpamp wrote: >> > The following creates a file with a size of 102402 (a gig) >> > fseek(stdout, 100*1024, SEEK_END); >> >> Nope :) What you have there is not actually called (anything). > > It would maybe be

Re: `ls -l` shows size of file other than of the folder?

2012-06-13 Thread Polytropon
On Wed, 13 Jun 2012 22:33:50 -0400, grarpamp wrote: > > The following creates a file with a size of 102402 (a gig) > > fseek(stdout, 100*1024, SEEK_END); > > Nope :) What you have there is not actually called (anything). It would maybe be called a MKiB. :-) > A proper gibibyte = GiB =

`ls -l` shows size of file other than of the folder?

2012-06-13 Thread grarpamp
> The following creates a file with a size of 102402 (a gig) > fseek(stdout, 100*1024, SEEK_END); Nope :) What you have there is not actually called (anything). A proper gibibyte = GiB = 2^30 = 1024^3 = 1073741824 for data storage, ram (binary bit handling) A proper gigabyte = GB = 1E9 =

Re: `ls -l` shows size of file other than of the folder?

2012-06-13 Thread David Tilbrook
What you have are sparse files. The size listed by ls -l is the length of the files as if all the file from start to end contain data, but unix allows one to seek beyond the end of a file and add more data, thus leaving unused blocks. A common example of sparse files is the *.pag file in a dbm

Re: `ls -l` shows size of file other than of the folder?

2012-06-13 Thread ill...@gmail.com
On 13 June 2012 16:23, Peter Vereshagin wrote: > Hello. > > I have the directory in the file system with 2 regular files each  of  which   > is > sized as 700M according to 'ls -l'.  But the torrent client and 'du -s' and   > 'ls > -l's '

Re: `ls -l` shows size of file other than of the folder?

2012-06-13 Thread Chuck Swiger
Hi-- On Jun 13, 2012, at 1:23 PM, Peter Vereshagin wrote: > I have the directory in the file system with 2 regular files each of which > is > sized as 700M according to 'ls -l'. But the torrent client and 'du -s' and > 'ls > -l's 'total&#

`ls -l` shows size of file other than of the folder?

2012-06-13 Thread Peter Vereshagin
Hello. I have the directory in the file system with 2 regular files each of which is sized as 700M according to 'ls -l'. But the torrent client and 'du -s' and 'ls -l's 'total' show that the directory size is 300M. How can that be? Are there diffe

Re: mount_msdosfs -L ... [odd behaviour ?]

2010-10-30 Thread dan
fact, I can readily mount the filesystem if I do not specify "-L ...". I did mount and then soon unmount the filesystem as root with "-L ...". I see now. The loading of the kernel module is not permitted as I think the mount command attempts to load it if necessary. I'm n

Re: mount_msdosfs -L ... [odd behaviour ?]

2010-10-30 Thread Lowell Gilbert
dan writes: > On 10/29/10 01:00, Chuck Swiger wrote: >> Hi, Dan-- >> >> On Oct 28, 2010, at 3:45 PM, dan wrote: >>> 'mount_msdosfs -L en_US.UTF-8 /dev/da0 local/mnt/' >>> >>> executed by a non root-user prints out the following >

Re: mount_msdosfs -L ... [odd behaviour ?]

2010-10-29 Thread David DEMELIER
er >>>> needs. >>>> >>> >>> >>> sysctl vfs.usermount=1 >>> >>> Although it doesn't seem correct that you can mount that FS if it's >>> already >>> been mounted previously by root when that sysctl is at

Re: mount_msdosfs -L ... [odd behaviour ?]

2010-10-29 Thread Adam Vande More
lthough it doesn't seem correct that you can mount that FS if it's >> already >> been mounted previously by root when that sysctl is at 0. >> >> > Hello > > vfs.usermount is already set. In fact, I can readily mount the filesystem > if I do not specify "

Re: mount_msdosfs -L ... [odd behaviour ?]

2010-10-29 Thread dan
't seem correct that you can mount that FS if it's already been mounted previously by root when that sysctl is at 0. Hello vfs.usermount is already set. In fact, I can readily mount the filesystem if I do not specify "-L ...". I did mount and then soon unmount

Re: mount_msdosfs -L ... [odd behaviour ?]

2010-10-29 Thread Adam Vande More
On Fri, Oct 29, 2010 at 6:13 AM, dan wrote: > Thank you for your research and prompt response. The module was available. > I tried both: kldload in command line and adding it in loader.conf. > > Note. In case the module has not been been loaded,as a user, here, one gets > 2 messages > "mount_msdo

Re: mount_msdosfs -L ... [odd behaviour ?]

2010-10-29 Thread dan
On 10/29/10 01:00, Chuck Swiger wrote: Hi, Dan-- On Oct 28, 2010, at 3:45 PM, dan wrote: 'mount_msdosfs -L en_US.UTF-8 /dev/da0 local/mnt/' executed by a non root-user prints out the following "mount_msdosfs: msdosfs_iconv: Operation not permitted" and then stops with

Re: mount_msdosfs -L ... [odd behaviour ?]

2010-10-28 Thread Chuck Swiger
Hi, Dan-- On Oct 28, 2010, at 3:45 PM, dan wrote: > 'mount_msdosfs -L en_US.UTF-8 /dev/da0 local/mnt/' > > executed by a non root-user prints out the following > > "mount_msdosfs: msdosfs_iconv: Operation not permitted" > > and then stops with error 71

mount_msdosfs -L ... [odd behaviour ?]

2010-10-28 Thread dan
Hello :-) 'mount_msdosfs -L en_US.UTF-8 /dev/da0 local/mnt/' executed by a non root-user prints out the following "mount_msdosfs: msdosfs_iconv: Operation not permitted" and then stops with error 71 on console. Later, the same command, executed by the same user, complete

mount_msdosfs -L ... [odd behaviour ?]

2010-10-28 Thread dan
Hello :-) 'mount_msdosfs -L en_US.UTF-8 /dev/da0 local/mnt/' executed by a non root-user prints out the following "mount_msdosfs: msdosfs_iconv: Operation not permitted" and then stops with error 71 on console. Later, the same command, executed by the same user, complete

Re: tunefs -L issue

2010-03-19 Thread Roland Smith
86b6fc16926168e     N/A  ad4s1f > >> > >> Local: > >> > >> [st...@fyre /usr/home/steve]$ glabel status > >>           Name  Status  Components > >> iso9660/WALL_E     N/A  acd0 > >> [st...@fyre /usr/home/steve]$ > >> > >

Re: tunefs -L issue

2010-03-19 Thread Steve Franks
abel status >>                   Name  Status  Components >> ufsid/486b6fc38d330916     N/A  ad4s1d >> ufsid/486b6fc16926168e     N/A  ad4s1f >> >> Local: >> >> [st...@fyre /usr/home/steve]$ glabel status >>           Name  Status  Components >> i

Re: tunefs -L issue

2010-03-19 Thread Roland Smith
68e N/A ad4s1f > > Local: > > [st...@fyre /usr/home/steve]$ glabel status > Name Status Components > iso9660/WALL_E N/A acd0 > [st...@fyre /usr/home/steve]$ > I don't see anything here either on my system. Doesn't tunefs -L work?

Re: tunefs -L issue

2010-03-19 Thread Steve Franks
Wait a second. What do I have to do, mount single user to find the darn things? They have completely disappeared, not even a 'GEOM_LABEL: Label ufsid/482b3a7c20b36d8c removed' in dmesg! (thought I was previously seeing that on shutdown, not startup, now neither) Even in single user mode, root is

Re: tunefs -L issue

2010-03-14 Thread Roland Smith
On Sun, Mar 14, 2010 at 09:31:50AM -0700, Steve Franks wrote: > I'm seeing this in my dmesg: > > GEOM: ad0s1: geometry does not match label (255h,63s != 16h,63s). AFAICT, you can ignore this. There have been previous discussions of this on the mailing list. > I'm guessing

tunefs -L issue

2010-03-14 Thread Steve Franks
I'm seeing this in my dmesg: GEOM: ad0s1: geometry does not match label (255h,63s != 16h,63s). I'm guessing I screwed up tunefs -L, but it sure looked straightforward. Anyway, my /dev/ufs is empty, and I kind of thought there should be stuff in it. I called tunefs -L from single-use

l

2009-04-03 Thread gahn
Hi all: Did the portupgrade and a certain number of applications failed due to the error: gcc: /usr/local/lib/libgssapi.so: No such file or directory but i look at the file and it does exist: hm_1# ls -al /usr/local/lib/libgssapi.so lrwxr-xr-x 1 root wheel 14 Feb 7 20:48 /usr/local/lib/li

is there a portupgrade equiv of "portmanager -u -p -l"?

2009-02-11 Thread Gary Kline
clean out kde4 -- which i tried months ago. but parts got messed up with other version-4 apps like qt4-*. i'm rebuilding "tao" with portmanager -i -p -l which, according to my howto notes, will fix broken dependencies. is theran analogue m

Re: mount_nfs from fstab with -L option?

2008-12-03 Thread Roger Olofsson
Steve Polyack skrev: Roger Olofsson wrote: Dear mailing list, What would be the correct way to do the following: mount_nfs -L server:/path mnt when using the /etc/fstab file? Greetings from Sweden /Roger Any options passed to mount(8)may be added (comma separated) to the Options

Re: mount_nfs from fstab with -L option?

2008-12-03 Thread Steve Polyack
Roger Olofsson wrote: Dear mailing list, What would be the correct way to do the following: mount_nfs -L server:/path mnt when using the /etc/fstab file? Greetings from Sweden /Roger Any options passed to mount(8)may be added (comma separated) to the Options section in /etc/fstab. For

mount_nfs from fstab with -L option?

2008-12-03 Thread Roger Olofsson
Dear mailing list, What would be the correct way to do the following: mount_nfs -L server:/path mnt when using the /etc/fstab file? Greetings from Sweden /Roger ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: portsclean -L question

2008-06-24 Thread David J Brooks
> > > (sorry for the big paste): > > > > > > ghirai# portsclean -L > > > ** /usr/local/lib/libcharset.so.1 is shadowed by > > > /usr/X11R6/lib/libcharset.so.1 /usr/X11R6/lib/libcharset.so.1 > > > <- libiconv-1.11_1 > > > /usr/local/lib/l

Re: portsclean -L question

2008-06-24 Thread Ghirai
On Tue, 24 Jun 2008 07:13:51 -0500 David J Brooks <[EMAIL PROTECTED]> wrote: > On Tuesday 24 June 2008 04:41:55 am Ghirai wrote: > > After upgrading couple ports, i get this output with portsclean > > (sorry for the big paste): > > > > ghirai# portsclean -L >

Re: portsclean -L question

2008-06-24 Thread David J Brooks
On Tuesday 24 June 2008 04:41:55 am Ghirai wrote: > After upgrading couple ports, i get this output with portsclean (sorry for > the big paste): > > ghirai# portsclean -L > ** /usr/local/lib/libcharset.so.1 is shadowed by > /usr/X11R6/lib/libcharset.so.1 /usr/X11R6/l

portsclean -L question

2008-06-24 Thread Ghirai
After upgrading couple ports, i get this output with portsclean (sorry for the big paste): ghirai# portsclean -L ** /usr/local/lib/libcharset.so.1 is shadowed by /usr/X11R6/lib/libcharset.so.1 /usr/X11R6/lib/libcharset.so.1 <- libiconv-1.11_1 /usr/local/lib/libcharset.s

Re: automate ports upgrade (portmanager -u -l)

2008-05-08 Thread Simon Jolle
On Thu, May 8, 2008 at 1:53 PM, RW <[EMAIL PROTECTED]> wrote: >> How to do unattended ports upgrade? I am using FreeBSD 7.0 and >> portmanager ask me strange questions[0] (about compile-time options) > > It's not actually portmanager, it's the ports-system itself. This > question comes-up regularly

Re: automate ports upgrade (portmanager -u -l)

2008-05-08 Thread Odhiambo Washington
On Thu, May 8, 2008 at 2:10 PM, Simon Jolle <[EMAIL PROTECTED]> wrote: > Hi FreeBSD users > > How to do unattended ports upgrade? I am using FreeBSD 7.0 and > portmanager ask me strange questions[0] (about compile-time options) Unattended? Even on Windows, I doubt they do that:-) -- Best rega

Re: automate ports upgrade (portmanager -u -l)

2008-05-08 Thread RW
On Thu, 8 May 2008 13:10:23 +0200 "Simon Jolle" <[EMAIL PROTECTED]> wrote: > Hi FreeBSD users > > How to do unattended ports upgrade? I am using FreeBSD 7.0 and > portmanager ask me strange questions[0] (about compile-time options) It's not actually portmanager, it's the ports-system itself. Thi

automate ports upgrade (portmanager -u -l)

2008-05-08 Thread Simon Jolle
Hi FreeBSD users How to do unattended ports upgrade? I am using FreeBSD 7.0 and portmanager ask me strange questions[0] (about compile-time options) cheers Simon [0] http://img384.imageshack.us/img384/8657/portmanageruloptionsaw9.png -- XMPP: [EMAIL PROTECTED] __

Re: ls -l takes a forever to finish.

2007-12-21 Thread Mark Evans
rk Evans" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2007 12:22 PM Subject: Re: ls -l takes a forever to finish. On Wed, 12 Dec 2007 13:28:23 -0600 "Mark Evans" <[EMAIL PROTECTED]> wrote: this program seems to have the same issues wi

Re: ls -l takes a forever to finish.

2007-12-13 Thread cpghost
and sorts its output externally with another sorting algorithm. sortls.py speeds up "ls -l" considerably for huge (10,000+ entries) directories by using another sorting algorithm, it doesn't do anything else. Just to ask again: while you're waiting for "ls -lf",

Re: ls -l takes a forever to finish.

2007-12-12 Thread Mark Evans
ark Evans" <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2007 8:42 AM Subject: Re: ls -l takes a forever to finish. On Thu, 29 Nov 2007 08:42:44 -0500 Bill Moran <[EMAIL PROTECTED]> wrote: In response to Wojciech Puchar <[EMAIL PROTECTED]>: > > ls | wc > &g

Re: ls -l takes a forever to finish

2007-11-30 Thread Bill Vermillion
On Fri, Nov 30, 2007 at 05:49 , [EMAIL PROTECTED] moved his mouse, rebooted for the change to take effect, and then said: > Date: Thu, 29 Nov 2007 08:42:44 -0500 > From: Bill Moran <[EMAIL PROTECTED]> > Subject: Re: ls -l takes a forever to finish. > In response to Wojci

Re: ls -l takes a forever to finish.

2007-11-29 Thread Tino Engel
the fix would be mv /usr/home /usr/oldhome;mkdir /usr/home;mv /usr/oldhome/* /usr/home and after successfull move - rm -rf /usr/home I like this idea very much... It results in 100% data loss of your /usr/home contents... ;-) ___ freebsd-questions@f

Re: ls -l takes a forever to finish.

2007-11-29 Thread Derrick Ryalls
> > it is for sure. > > the fix would be > > mv /usr/home /usr/oldhome;mkdir /usr/home;mv /usr/oldhome/* /usr/home > > and after successfull move - rm -rf /usr/home I really hope you meant: rm -rf /usr/oldhome Also, mv just moves pointers around, wouldn't a cp -Rp be needed instead? _

Re: ls -l takes a forever to finish.

2007-11-29 Thread Wojciech Puchar
I guess that replacing qsort(3) in /usr/src/lib/libc/gen/fts.c:fts_sort() with another sort algorithm which doesn't expose this anomaly would solve that problem. for sure his /home wasn't worst case. it's just average case so it's not that problem.

Re: ls -l takes a forever to finish.

2007-11-29 Thread Wojciech Puchar
unless you have 486/33 or slower system there is something wrong. Another possible scenario is that the directory is badly fragmented. Unless something has changed since I last researched this (which is it is for sure. the fix would be mv /usr/home /usr/oldhome;mkdir /usr/home;mv /usr/oldhom

Re: ls -l takes a forever to finish.

2007-11-29 Thread Wojciech Puchar
ls takes 0.1 seconds user time, ls -l takes 0.3 second user time. unless you have 486/33 or slower system there is something wrong. Has anyone tried fsck and/or smartmontools on the drive? Maybe something like Spinrite? he stated that CPU load is near 100% so it's not disk pr

Re: ls -l takes a forever to finish.

2007-11-29 Thread cpghost
; $a;a=$[a+1];done > > > > completed <25 seconds on 1Ghz CPU > > > > ls takes 0.1 seconds user time, ls -l takes 0.3 second user time. > > > > unless you have 486/33 or slower system there is something wrong. > > Another possible scenario is that th

Re: ls -l takes a forever to finish.

2007-11-29 Thread Bill Moran
In response to Wojciech Puchar <[EMAIL PROTECTED]>: > > ls | wc > > strange. i did > > [EMAIL PROTECTED] ~/b]$ a=0;while [ $a -lt 1 ];do mkdir $a;a=$[a+1];done > > completed <25 seconds on 1Ghz CPU > > ls takes 0.1 seconds user time, ls -l takes 0.3

Re: ls -l takes a forever to finish.

2007-11-29 Thread Bart Silverstrim
Wojciech Puchar wrote: ls | wc strange. i did [EMAIL PROTECTED] ~/b]$ a=0;while [ $a -lt 1 ];do mkdir $a;a=$[a+1];done completed <25 seconds on 1Ghz CPU ls takes 0.1 seconds user time, ls -l takes 0.3 second user time. unless you have 486/33 or slower system there is something wr

Re: ls -l takes a forever to finish.

2007-11-29 Thread Wojciech Puchar
ls | wc strange. i did [EMAIL PROTECTED] ~/b]$ a=0;while [ $a -lt 1 ];do mkdir $a;a=$[a+1];done completed <25 seconds on 1Ghz CPU ls takes 0.1 seconds user time, ls -l takes 0.3 second user time. unless you have 486/33 or slower system there is something wr

Re: ls -l takes a forever to finish.

2007-11-29 Thread Wojciech Puchar
Is a partition close to full, use df to see that. doesn't matter as ls read, not writes. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ls -l takes a forever to finish.

2007-11-28 Thread cpghost
On Wed, 28 Nov 2007 09:44:03 -0600 "Mark Evans" <[EMAIL PROTECTED]> wrote: > No we are not using NIS. > > it is a large directory i am listing. actually it is the /usr/home > directory, and is probably the largest on the system. However "ls -l" > runs

Re: ls -l takes a forever to finish.

2007-11-28 Thread Mark Evans
ls | wc returns " 88368836 71583" Thanks Mark - Original Message - From: Jeff Mohler To: Mark Evans Cc: [EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 9:52 AM Subject: Re: ls -l takes a forever to finish. HOW large is the directory?

Re: ls -l takes a forever to finish.

2007-11-28 Thread James Harrison
On Wed, 2007-11-28 at 09:44 -0600, Mark Evans wrote: > No we are not using NIS. > > it is a large directory i am listing. actually it is the /usr/home > directory, and is probably the largest on the system. However "ls -l" runs > for close to six minutesand spends the

Re: ls -l takes a forever to finish.

2007-11-28 Thread Jeff Mohler
HOW large is the directory? ls | wc -l On Nov 28, 2007 7:44 AM, Mark Evans <[EMAIL PROTECTED]> wrote: > No we are not using NIS. > > it is a large directory i am listing. actually it is the /usr/home > directory, and is probably the largest on the system. However "ls

Re: ls -l takes a forever to finish.

2007-11-28 Thread Mark Evans
No we are not using NIS. it is a large directory i am listing. actually it is the /usr/home directory, and is probably the largest on the system. However "ls -l" runs for close to six minutesand spends the 10 seconds scrolling the screen with the results. so i wait ls to start s

Re: ls -l takes a forever to finish.

2007-11-28 Thread Mark Evans
find no aliease for "ls -l" df returns the following. So looks like there is restill about 40 G on the partition. ilesystem SizeUsed Avail Capacity Mounted on /dev/aacd0s1a 97G 57G 33G64%/ devfs1.0K1.0K 0B 100%

Re: ls -l takes a forever to finish.

2007-11-27 Thread Kris Kennaway
Mark Evans wrote: I'm using FreeBSD 6.1-RELEASE. When I run "ls -l" it takes forever for the it to complete. top shows that the "ls -l" command uses about 98% of the CPU doing the time. If I run "ls" I do not experience any problem. anyone have any ideas?

Re: ls -l takes a forever to finish.

2007-11-27 Thread Brian
Is a partition close to full, use df to see that. Is ls -l aliased to something else that is digging into your directory tree, like when you're in /usr and type du? brian On Tue, 27 Nov 2007, Mark Evans wrote: I'm using FreeBSD 6.1-RELEASE. When I run "ls -l" it takes f

Re: ls -l takes a forever to finish.

2007-11-27 Thread Garrett Cooper
On Nov 27, 2007, at 1:53 PM, Mark Evans wrote: I'm using FreeBSD 6.1-RELEASE. When I run "ls -l" it takes forever for the it to complete. top shows that the "ls -l" command uses about 98% of the CPU doing the time. If I run "ls" I do not experience

ls -l takes a forever to finish.

2007-11-27 Thread Mark Evans
I'm using FreeBSD 6.1-RELEASE. When I run "ls -l" it takes forever for the it to complete. top shows that the "ls -l" command uses about 98% of the CPU doing the time. If I run "ls" I do not experience any problem. a

Re: Hello.. about motherboard MSI P4M900M2-L with chip VT8237A

2007-10-23 Thread Roland Smith
On Wed, Oct 24, 2007 at 02:39:16AM +0200, Johan Andersson wrote: > Hello.. > Anyone know if motherboard MSI P4M900M2-L with the chip VT8237A works > with FreeBSD 6.2 amd64? > Do all the stuff works like p-ata/s-ata controller and network card work? > > im going to build a smal

Hello.. about motherboard MSI P4M900M2-L with chip VT8237A

2007-10-23 Thread Johan Andersson
Hello.. Anyone know if motherboard MSI P4M900M2-L with the chip VT8237A works with FreeBSD 6.2 amd64? Do all the stuff works like p-ata/s-ata controller and network card work? im going to build a small server with that motherboard. Need to know if it works with FreeBSD before i buy it :) Thanks

Re: dump -L

2007-08-18 Thread Victor Sudakov
> > > >[EMAIL PROTECTED] ~] snapinfo -v /home > >/dev/ad0s2f mounted on /home > >no snapshots found > >[EMAIL PROTECTED] ~] ll /home/.snap/ > >total 0 > >[EMAIL PROTECTED] ~] > > > > > >Is this normal? Does it mean that dump is not r

Re: dump -L

2007-08-18 Thread Vince
[EMAIL PROTECTED] ~] ll /home/.snap/ total 0 [EMAIL PROTECTED] ~] Is this normal? Does it mean that dump is not really dumping a snapshot though it says it is? man dump (the section regarding -L) says "The snapshot is unlinked as soon as the dump starts, and is thus removed when the du

Re: dump -L

2007-08-18 Thread Victor Sudakov
Colleagues, Right now I am watching a dump: [EMAIL PROTECTED] ~] dump -b64 -5Lau /home DUMP: Connection to big.sibptus.tomsk.ru established. DUMP: Date of this level 5 dump: Sat Aug 18 14:02:16 2007 DUMP: Date of last level 0 dump: Sun Aug 12 11:10:56 2007 DUMP: Dumping snapshot of /dev/a

Re: dump -L

2007-08-07 Thread Wojciech Puchar
"expected next file 12345, got 23456" I'm seeing this too. It's always exactly one inode per file system. not one, sometimes even tens. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To uns

Re: dump -L

2007-08-07 Thread Wojciech Puchar
I always use "dump -L" to dump a live filesystem. However, when I restore the dump, I sometimes get messages like "foo.txt (inode 12345) not found on tape" or "expected next file 12345, got 23456" i had it too, sometimes even restore is unable to restore well -1-

Re: dump -L

2007-08-07 Thread [EMAIL PROTECTED]
On 07/08/07, Victor Sudakov <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > > > > > > > Does nobody know the answer, or am I the only one experiencing the > > > > > > > problem? > > > > > > > > > > > > I don't know the answer, but I get essentially the > > > > > > same behaviour. I hav

Re: dump -L

2007-08-07 Thread Victor Sudakov
[EMAIL PROTECTED] wrote: > > > > > > > Does nobody know the answer, or am I the only one experiencing the > > > > > > problem? > > > > > > > > > > I don't know the answer, but I get essentially the > > > > > same behaviour. I have never seen any data loss, > > > > > > > > I gave an example below.

Re: dump -L

2007-08-07 Thread [EMAIL PROTECTED]
On 06/08/07, Victor Sudakov <[EMAIL PROTECTED]> wrote: > > > > > Does nobody know the answer, or am I the only one experiencing the > > > > > problem? > > > > > > > > I don't know the answer, but I get essentially the > > > > same behaviour. I have never seen any data loss, > > > > > > I gave an

Re: dump -L

2007-08-06 Thread Victor Sudakov
cpghost wrote: > > > > > I always use "dump -L" to dump a live filesystem. > > > > > However, when I restore the dump, I sometimes get messages like > > > > > "foo.txt (inode 12345) not found on tape" or > > > > >

Re: dump -L

2007-08-06 Thread Victor Sudakov
Jerry McAllister wrote: > > > Victor Sudakov wrote: > > > > > > I always use "dump -L" to dump a live filesystem. > > > However, when I restore the dump, I sometimes get messages like > > > "foo.txt (inode 12345) not found on tape&quo

Re: dump -L

2007-08-06 Thread Victor Sudakov
Bill Moran wrote: > > > Here is another example: > > > > > > [EMAIL PROTECTED] ~] restore -b64 -rN > > > ./spool/samba.lock/wins.dat: (inode 2829098) not found on tape > > > expected next file 267, got 4 > > > expected next file 2828988, got 2828987 [dd] > > My guess would be that something is

Re: dump -L

2007-08-06 Thread Bill Moran
In response to Jerry McAllister <[EMAIL PROTECTED]>: > On Mon, Aug 06, 2007 at 09:56:15AM +0700, Victor Sudakov wrote: > > > Victor Sudakov wrote: > > > > > > I always use "dump -L" to dump a live filesystem. > > > However, when I restore

Re: dump -L

2007-08-06 Thread Jerry McAllister
On Mon, Aug 06, 2007 at 09:56:15AM +0700, Victor Sudakov wrote: > Victor Sudakov wrote: > > > > I always use "dump -L" to dump a live filesystem. > > However, when I restore the dump, I sometimes get messages like > > "foo.txt (inode 12345) not found

Re: dump -L

2007-08-06 Thread cpghost
On Mon, Aug 06, 2007 at 02:18:57PM +0700, Victor Sudakov wrote: > > > > I always use "dump -L" to dump a live filesystem. > > > > However, when I restore the dump, I sometimes get messages like > > > > "foo.txt (inode 12345) not found on ta

Re: dump -L

2007-08-06 Thread Victor Sudakov
[EMAIL PROTECTED] wrote: > > > > > > I always use "dump -L" to dump a live filesystem. > > > However, when I restore the dump, I sometimes get messages like > > > "foo.txt (inode 12345) not found on tape" or > > > "expected

Re: dump -L

2007-08-05 Thread [EMAIL PROTECTED]
On 05/08/07, Victor Sudakov <[EMAIL PROTECTED]> wrote: > Victor Sudakov wrote: > > > > I always use "dump -L" to dump a live filesystem. > > However, when I restore the dump, I sometimes get messages like > > "foo.txt (inode 12345) not found on t

Re: dump -L

2007-08-05 Thread Victor Sudakov
Victor Sudakov wrote: > > I always use "dump -L" to dump a live filesystem. > However, when I restore the dump, I sometimes get messages like > "foo.txt (inode 12345) not found on tape" or > "expected next file 12345, got 23456" > > I thought

Re: dump -L

2007-07-24 Thread Victor Sudakov
259101 ./usr/share/tmac/m.tmac $ restore -tvf test.dmp | grep " 11" Level 0 dump of / on test.sibptus.tomsk.ru:/dev/ad0s1a Label: none dir1130496 ./media $ This means that 1. "/var/db/entropy/saved-entropy.1" was not dumped for some reason, though "-L" was giv

  1   2   >