Re: Can't remove or move file

2010-08-20 Thread Mark Tinguely
Rem P Roberti wrote: This is a new one for me. I converted a YouTube selection using youtube_dl and the file that was created was named -elDeJaPWGg.flv. When I try to rename it, or delete it, I get an error message thus: root@ ~: rm -elDeJaPWGg.flv rm: illegal option -- e usage: rm [-f | -i

Re: awk problem

2010-08-13 Thread Mark Tinguely
Len Conrad wrote: I readfile or pipe this text, in any line order: rm90.steampick.info fgce172.lanejive.info smailer1.service.govdelivery.com fl49.orangetalon.info pollux.carespecial.info into a program to remove subdomains down to domain.tld : awk 'FS="." { print $(NF-1)"."$NF }' and get the

Re: ports lang/gcc4x fail to build on ia64

2009-08-17 Thread Mark Tinguely
h:165:1: error: inlining failed in call to '__sx_xunlock': call is unlikely and code size would grow ../../../fs/devfs/devfs_vnops.c:817:4: error: called from here ../../../sys/sx.h:165:1: error: inlining failed in call to '__sx_xunlock': call is unlikely and code size would g

Re: 4.11 panic every 23 hours 55 minutes or so

2009-05-17 Thread Mark Tinguely
Trap 12 are usually hardware related many times RAM. Since it happened after bad power, I would besides testing your RAM but make sure your power supply and fans are operating normally. Why does the panic happen 24 hours after the last reboot; who knows and one may never know. Are you finally hi

Re: kernel: Approaching the limit on PV entries...

2008-10-13 Thread Mark Tinguely
amd64). The code will also wait for page allocations. --Mark Tinguely. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: kernel: Approaching the limit on PV entries...

2008-10-10 Thread Mark Tinguely
but the warnings are given early enough to help aid in the tweaking of the value. The advice of slowly increasing vm.pmap.shpgperproc is probably the best solution. I would adjust up slower than 50 (25% increase seems to be pretty high). --Mark Tinguely. ___ freebsd-q

Re: 64-bit Linux Binary Compatibility (for Matlab)

2008-08-07 Thread Mark Tinguely
ations on a 64 bit OS has a better chance of allocating big chunks like this. Make sure you have much more than 4G RAM since some hardware needs memory below 4GB, and the contiguous allocation at boot favors memory towards the top of the 4GB range. --Mark Tinguely. ___

Re: bus_dmamem_alloc

2008-03-23 Thread Mark Tinguely
n an Ethernet driver for FreeBSD, pinging messages larger than > MTU crash the kernel at some point, I'm investigating the dma direction at > the moment. > > --Yony Maybe you could show a sequence of the code (bus_dma_tag_create(), bus_dmamem_alloc() etc). --Mark Tinguely

Re: bus_dmamem_alloc

2008-03-20 Thread Mark Tinguely
with BUS_DMA_NOWAIT. err is probably equal to ENOMEM. If allocation size is larger than a PAGE_SIZE or specific alignment is require then contigmalloc() is called to satisfy the allocation. contigmalloc() can fail even when specifying WAITOK. --Mark Tinguely. ___

Re: sudden peak in load average

2008-02-27 Thread Mark Tinguely
crude C program to monitor his current loadaverage. This monitor will save the output of the command "ps -aux" to a timestamped temporary file when the current loadaverage exceeds a defined amount (15.0). --Mark Tinguely ___ freebsd-questions@

Re: sudden peak in load average

2008-02-27 Thread Mark Tinguely
duces a > load average of about 1). By any chance, do you run SpamAssassin? I have seen load average bursts with SA. It seems to me that spam sites are bursting spam to attempt to bring down the anti-spam filters. As mentioned by others a "ps" (or I prefer "pstree") list will

Re: Problem with makemap and hash tables

2008-02-05 Thread Mark Tinguely
I got that error when there was a duplicate entry. I broke down and am now restricting emails to mailers that have a valid forward and reverse DNS entries. Most real mailers have properly configured DNS, but I also added a permission for those that have a DNS entry that comes back as possibly for

Re: are we CRIMINALS?

2008-01-22 Thread Mark Tinguely
;home invasion" just because the house walls are made of glass and they can see the fine china. please move this to -chat. --Mark Tinguely. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To u

Re: smart_host on sendmail min config

2007-12-11 Thread Mark Tinguely
rsereturns: $# relay $@ YOUR . SMARTMAILER . DOMAIN $: user < @ gmail . com . > Where YOUR.SMARTMAILER.DOMAIN is defined in your /etc/mail/sendmail.cf as your relay mailer. It should return your smart mailer even if the mail address does not resolve, the smart mailer. --Mark

Re: more then 2G shm on RELENG_7

2007-12-05 Thread Mark Tinguely
gt; that also failed. Still haven't figured out why was that. Is this an i386 or amd64 arch? What is the returned error code? (this might tell a lot). I notice that the allocation size for the syscall is an "int". --Mark Tinguely. ___ f

Re: clocks and dualboot

2007-11-09 Thread Mark Tinguely
> > I have a dual boot vista and freebsd machine I use ntpdate on the FB > machine but then when I go into vista it reports for a different time > zone (sometimes UTC other times PST)... ntpdate always corrects this > on reboot but how do I keep the date correct on the vista side? As Mihai Don

Re: Quotas on 6.2

2007-04-29 Thread Mark Tinguely
file counts once the filesystem is completely full, that does not affect hard limits. --Mark Tinguely. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[

Re: Quotacheck failing

2007-04-29 Thread Mark Tinguely
that is invalid (really large or negative). I would either: find (filesytem here) -nouser -exec ls -l {} \; or recompile the quotacheck application to list the file entry that is causing the error. --Mark Tinguely ___

Re: IBM / FreeBSD Install problem

2007-04-23 Thread Mark Tinguely
inguely/acpicid.patch . I saw one more change needed to use on FreeBSD 6.2-RELEASE. --Mark Tinguely ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: IBM / FreeBSD Install problem

2007-04-19 Thread Mark Tinguely
PIC IDs programmable? not that I am suggesting that, I can think of headaches of all the places (like interrupt tables) where it needs to be changed, not to mention the worry that the lower APIC IDs were assigned to IOAPICs. --Mark Tinguely ___ freebsd

Re: fortune

2007-01-12 Thread Mark Tinguely
fortune is distributed with FreeBSD in the games directory. You can install from sysinstall or manually by mounting your CD, cd to the binary games directory and install: cat games.?? | tar --unlink -zxpf - -C / usr/share/man/man6/fortune.6.gz usr/share/man/cat6/fortune.6.gz usr/share/games/fo

Re: imap-uw manuals - configuration

2007-01-05 Thread Mark Tinguely
ready QUIT +OK Sayonara /var/log/debug.log should have entries such as: Jan 5 12:46:59 ccn imapd[10186]: imap service init from 127.0.0.1 Jan 5 12:47:44 ccn ipop3d[10257]: pop3 service init from 127.0.0.1 --Mark Tinguely. ___ freebsd-questions@freebs

Re: Does QUOTA work for users not in /etc/password (ie. by UID?)

2006-08-29 Thread Mark Tinguely
BTW, there is a small bug in quota for FreeBSD 6.x and 7.x. The count gets off if the partition overfills (kern/89247). There is a patch in the description if you want to manually apply. --Mark Tinguely. ___ freebsd-questions@freebsd.org mailing list

Re: Virtusertable question

2006-07-10 Thread Mark Tinguely
> Does anyone know how to extract a virtusertable text file from > virtusertable.db? I'd like to go backwards to get my current configuration, > as the original virtusertable file was blown away in a horrible accident. how about: makemap -u hash virtusertable.db -

Re: 6.1 CD is Hanging on Install

2006-05-20 Thread Mark Tinguely
course)? The next suggestion is to get a list of components from the install of the other OSes that work. That list and the verbose boot may point out a device that the OS is having giving you difficulty. --Mark Tinguely ___ freebsd-questions@freebsd.org

Re: Page Fault - Wireless problem?

2006-02-23 Thread Mark Tinguely
> Unread portion of the kernel message buffer: > ural0: could not transmit buffer: SHORT_XFER > > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x4 > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc0667091 > stack

Re: Broadcomm BCM4401-B0 and memory upgrade issue.

2006-01-24 Thread Mark Tinguely
ry call. The old contigmalloc could be optimized also, but it uses the lower addressed physical pages, which turns out to be used less during the boot process than the upper addressed physical pages. --Mark Tinguely ___ freebsd-questions@freebsd.org mai

Re: Question about TCP packet.

2005-08-30 Thread Mark Tinguely
ling the sender that the data has been consumed and more space is available for incoming data. If you increase your recieve buffer size on the "211.96.21.220" host, you will not see these updates for interactive data. --Mark Tinguely ___ freebsd-q

Re: Encrypted Password Portability Between releases

2003-10-08 Thread Mark Tinguely
and the FreeBSD 4.7 is knowledgable about DES encyption. MD5 passwords are obvious because they start with "$1$" and they are longer than DES encrypted passwords. Sounds like you are re-implementing YP/NIS (see: man 8 yp). --Mark Tinguely ___ [EM

Re: contigmalloc1 panic on install

2003-07-15 Thread mark tinguely
> Regarding this issue, I've got a 5.1-CURRENT snapshot (as of 7-9) which is > still displaying this problem. I have a debug kernel and can provide some > more detail : > > agp0: mem 0xf800-0xfbff at device > 0.0 on pci0 > agp0: allocatnig GATT for aperture size 0M > panic: contig

Re: nutball video question

2003-07-09 Thread mark tinguely
eo bridge) looks good on paper, and Philip is great with providing product specs. Unfortunately, the only board I saw using this chipset was from a company in Germany for 250 Euros. It looks like this chipset is mostly embedded in video consumer appliances.

Re: Compiling meteor device into current

2003-07-09 Thread mark tinguely
had a chipset bug that locked up when used on a PCI 2.x bus. At the time, Matrox was not too cooperative with specs for newer Meteor designs, so the FreeBSD multimedia folks used the Brooktree line of video capture chipsets. --Mark Tinguely. ___ [EMAIL PRO

Re: nutball video question

2003-07-09 Thread mark tinguely
on of available software, > or some programming required? For serious digital recording, I would point you towards hardware MPEG2 compression. FreeBSD does not have a free driver for hardware MPEG2 devices. --Mark Tinguely ___ [EMAIL P

Re: quotas on vnode disks

2003-07-08 Thread mark tinguely
ck_quotas", are equal to "YES" this gets done at bootup. --Mark Tinguely ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: contigmalloc1 panic on install

2003-06-25 Thread mark tinguely
places that a 0 sized contigmalloc() could accidently occur. --Mark Tinguely. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re:

2003-06-25 Thread mark tinguely
You look in the -multimedia archives or ask there. --Mark Tinguely ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: mrouted configuration question

2003-02-03 Thread mark tinguely
routers to see if there is any strange subscriptions on the network that has the switch. --Mark Tinguely To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Multicast Routing

2003-01-02 Thread mark tinguely
multicast routes, but have not done static multicast routes. I would not suggest you do port based routing, it will turn your multicast into broadcasts. --Mark Tinguely To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message