Re: cause of reboot

2013-09-30 Thread Jason Hellenthal
Also . . . grep -ri . . . On Sep 30, 2013, at 11:06, Jason Hellenthal wrote: And /etc/ ? And /var/cron ? On Sep 30, 2013, at 11:00, Emre Çamalan wrote: Yes I checked also it , such as ; "grep -i 'reboot' /root/scripts/* -R" "grep -i 'halt' /root/scri

Re: cause of reboot

2013-09-30 Thread Jason Hellenthal
And /etc/ ? And /var/cron ? On Sep 30, 2013, at 11:00, Emre Çamalan wrote: Yes I checked also it , such as ; "grep -i 'reboot' /root/scripts/* -R" "grep -i 'halt' /root/scripts/* -R" "grep -i 'shutdown' /root/scripts/* -R" 30.

Re: Vulnerability

2013-09-30 Thread Jason Birch
This was announced on security-advisor...@freebsd.org on September 10th, 2013. The relevant commits, as taken from the announcement, are: Branch/path Revision - - stable/8/

Re: cause of reboot

2013-09-30 Thread Jason Hellenthal
Did you check for the command reboot in all of the periodic scripts and cron jobs as well as the command shutdown ? On Sep 30, 2013, at 10:24, Emre Çamalan wrote: Hi, my server reboots every night and same o'clock last 10 days. But this machine's uptime was 96days. Suddenly reboot this mach

Re: ipfw confusion

2013-08-18 Thread Jason Cox
s@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscr...@freebsd.org" > -- Jason Cox ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Delete a directory, crash the system

2013-07-27 Thread Jason Lenthe
r filesystem and preferably journaled soft updates, if for some odd reason you don't, as that is designed to avoid filesystem inconsistencies in the face of things like power failures. Sincerely, Jason ___ freebsd-questions@freebsd.org mailing list

Re: How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Jason Hellenthal
Use -laggport portN -- Jason Hellenthal Inbox: jhellent...@dataix.net Voice: +1 (616) 953-0176 JJH48-ARIN On Jul 24, 2013, at 5:14, Alex Liptsin wrote: > Hi. > > I have lagg interface created on my server: > > [root@h-qa-094 ~]$ ifconfig lagg0 > lagg0: flags=8802

Re: Automake won't build.

2013-07-16 Thread Jason Garrett
On Tue, Jul 16, 2013 at 2:39 PM, Jason Garrett wrote: > Hello all, > > I am configuring a new system to run FreeBSD. I was in the middle of > installing lxde-meta which depends on automake. This is where the install > bails, and I'll include my uname -ar. Any help is

Automake won't build.

2013-07-16 Thread Jason Garrett
SE #0 r253377: Tue Jul 16 02:21:15 CDT 2013 r...@something.com:/usr/obj/usr/src/sys/GENERIC amd64 install-info --quiet /usr/local/info/automake.info /usr/local/info/dir install-info: /usr/local/info/dir: empty file *** [add-plist-info] Error code 1 TIA,

Re: Re-add lost device entries without a reboot; troubleshoot RAID card

2013-07-15 Thread Jason Birch
On Mon, Jul 15, 2013 at 7:18 PM, Jason Birch wrote: > > I should note that `camcontrol rescan 0` (Or `camcontrol rescan all`) > won't find da0. > For those who stumble upon this thread later looking for answers, I'm almost certain the problem I'm seeing is th

Re: Re-add lost device entries without a reboot; troubleshoot RAID card

2013-07-15 Thread Jason Birch
On Sun, Jul 14, 2013 at 9:38 PM, Jason Birch wrote: > I have several hard drives running through an M1015 flashed to think it's > an LSI 9211-8i IT. I've been running them successfully for the last three > months through mps(4) as part of a raidz pool, but had the pool drop to

Re-add lost device entries without a reboot; troubleshoot RAID card

2013-07-14 Thread Jason Birch
I have several hard drives running through an M1015 flashed to think it's an LSI 9211-8i IT. I've been running them successfully for the last three months through mps(4) as part of a raidz pool, but had the pool drop to a degraded state when /dev/da0 (and associated gpt device) disappeared after so

Re: will freebsd run on a mac osx 10.8.4

2013-07-05 Thread Jason Birch
Maybe! Do you mean as a virtual machine, or *instead of* OS X? If you mean as a virtual machine, almost certainly. If you mean instead of OS X, please provide some details about the computer hardware itself. Even "When did you buy it?" "iMac, Mac Pro, MacBook?" etc will help us answer your questio

Re: Daily periodic cronjob generates core dump

2013-06-14 Thread Jason Birch
> > > Uhmm .. I will try it ... but for what reason?? > > It would be nice to see if anything else in the crontab might be causing it. You can also run `periodic security` as root and see if it manfiests the same way. ___ freebsd-questions@freebsd.org m

Re: I'm having big problems with Broadcom NIC (gbe0) on HP ProLiant DL380p 128GB Ram, NIC model HP Ethernet 1Gb 4-port 331FLR, after installed it cannot use a ping command, sometime it can do that but

2013-06-11 Thread Jason Birch
On Tue, Jun 11, 2013 at 8:08 PM, Surat Sodchuen wrote: > thank for your kindness > i tired that your suggestion but cannot resolve problem. > for more information ... > FreeBSD 9.1-Release on HP ProLiant DL380p Gen8 128GB of Ram > every time when booting process it seem freezing about 15 seconds >

Re: I'm having big problems with Broadcom NIC (gbe0) on HP ProLiant DL380p 128GB Ram, NIC model HP Ethernet 1Gb 4-port 331FLR, after installed it cannot use a ping command, sometime it can do that but

2013-06-06 Thread Jason Birch
Please include your question as email content, not subject. http://serverfault.com/questions/361673/hp-nc107i-bcm5723-on-freebsd-9 Indicates you may be able to set hw.bge.allow_asf="0" in /boot/loader.conf. Try this, and if the problem persists, please reply with more information (FreeBSD versio

Re: BSD sleep

2013-05-29 Thread Jason Birch
> Seriously, that explanation about different hours is not enough to prevent > at least useful option. > like > sleep -f 1h > (-f means force convert, without it you can see good explanation why sleep > for 1 hour will be not sleep for 1 hour, and etc, and not get sleep at > all.). > Do one thing,

memstick serial console install is completely illegible ... am I doing something wrong ?

2013-04-29 Thread Jason Usher
I have the latest 9.1-RELEASE memstick image burned to a USB drive. I boot from that and connect to my device with a serial console. At some point, the installer asks me what terminal emulation I am using - I choose vt100. But then things go to hell ... I am not complaining that the screen dr

Re: C++ headers

2013-04-13 Thread Jason Lenthe
> Is it possible to get C++11 support on FreeBSD? Currently the 9.1-RELEASE has > some compiler C++11 capable but the /usr/include/c++ headers lacks some c++11 > features (and missing headers). > > Is there any port of c++11 available? There sure is. Just get the latest version of gcc or clang

Re: What is your favorite board for a micro system?

2013-03-11 Thread Jason Fortezzo
and it almost meets all of your criteria. The heatsink has a fan but it is silent (even after 12 hours of Prime95). This board has AMT so when used with a vPro capable CPU (I'm using an i7-3770S), you get all sorts of nifty OOB features. I'm using ESXi 5.1 right now but I'm pre

Re: Changing value of uname -r

2013-01-01 Thread Jason Lenthe
On 01/01/13 12:49, Fbsd8 wrote: > Is there some way just to deactivate the effect of the > setenv UNAME_r so it returns to the real value of the system? I think you just want to do: unsetenv UNAME_r ___ freebsd-questions@freebsd.org mailing list http://

Re: FreeBSD as an Access Point

2012-12-21 Thread Jason Taylor
Maybe the pfSense project might have some useful info for you. http://doc.pfsense.org/index.php/Is_there_a_Compact_Flash,_embedded_hardware,_or_Soekris_or_ALIX_version_of_pfSense%3F On Fri, Dec 21, 2012 at 4:39 PM, Derek Funk wrote: > Not familiar with it my self but soekris

Can I migrate from ataraid to graid ?

2012-11-21 Thread Jason Usher
We created a few 8.3-RELEASE systems with boot mirrors using onboard Intel ICH10R. The system picks up the mirror with "ataraid" and I see it in dmesg like this: ar0: 114312MB status: READY But it seems that graid is a much better option, and ataraid has problems (I am seeing chatter on free

Re: portsnap

2012-11-13 Thread Jason Garrett
On Mon, Nov 12, 2012 at 6:13 PM, ajtiM wrote: > On Monday 12 November 2012 17:46:44 Aldis Berjoza wrote: > > 13.11.2012, 01:27, "ajtiM" : > > > Hi! > > > > > > Is it something wrong with portsnap server or is something wrong with > my > > > system. When I run portsnap...: > > > portsnap fetch upd

Why can't I set my cpu type in kernel config ?

2012-08-06 Thread Jason Usher
I am installing 8.3-RELEASE on an old 900mhz pentium laptop ... it's an i686 CPU. By default, GENERIC has "HAMMER" as the cpu, and that isn't working. So I tried both: cpu I586_CPU and: cpu I686_CPU (I also tried them both lowercase, like i686_cpu) But all of these fail: GENERIC:

Using smartctl to detect "scan errors" (like google tells me to do ...)

2012-07-09 Thread Jason Usher
The big report that google published made it clear that even a single "scan error" in the SMART data of a disk drive is a good predictor of eventual failure... However, when I run smartctl: # smartctl -a /dev/da0 | grep -i pre-fail 1 Raw_Read_Error_Rate 0x000b 100 100 016Pre-fai

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 from ssh. > Terminal login was

implementing ipv6 into my ipfw ruleset...

2012-06-05 Thread Jason Usher
I have a fairly simple ipfw ruleset, which looks like: 100 allow tcp from any to any established 110 allow icmp from any to any icmptypes 0,3,8,11 120 deny icmp from any to any 130 allow ip from any to any via lo0 200 allow udp from me to any 53 210 allow udp from any 53 to me 220 allow udp from

Re: /usr/local/java/jboss5 fails to build

2012-04-18 Thread Jason Helfman
their maven repository issue with the error you are receiving. I would be happy to look into this further after they are able to diagnose the issue. Thanks! -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http://people.freebsd.org

Re: /usr/local/java/jboss5 fails to build

2012-04-17 Thread Jason Helfman
em to release a snapshot of the maven repository that the code was used to build from for distribution purposes. That way, it will always be build-able. Even if they fix it today, someone could break it soon afterwards. -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org |

Small Merchant Money

2012-04-14 Thread Jason Harmon
pproval was announced yesterday with our team in Texas. If you have a project you need capital to to make work call me today to discuss your business needs. Jason 508-216-0525 To stop receiving these emails:http://bizfinance.us/em/unsubscribe.php?M=23408&C=13afd7e8835e94f7

Re: what is the path of kernel build directory?

2012-04-05 Thread Jason Hellenthal
/usr/obj/usr/src/sys// The handbook has a very clear section on this. Good luck. On Thu, Apr 05, 2012 at 12:21:18AM -0700, saeedeh motlagh wrote: > hello guys > i want to install the openvswitch 1.4.0 from a linux package. the below > command should be executed: > ./configure --with-linux=/lib/

Re: phpmyadmin port files errors

2012-04-03 Thread Jason Helfman
indeed an error with the port then I will submit a bug report. This looks incorrect. I just brought down a fresh copy of this port, and don't see files named this way. How are you getting the port, and how are you installing it? These files look like they are directly out of CVS. -jgh --

Re: which FF ad blocker?

2012-02-29 Thread Jason Garrett
On Wed, Feb 29, 2012 at 18:57, Gary Kline wrote: > which of the many adblockers should i try? > > thanks in advance for your insights! > > imho Add Block Plus is the best > -- > Gary Kline kl...@thought.org http://www.thought.org Public Service > Unix > Voice By Computer (for Universal A

Re: note on my messed up 2003 dell

2012-02-16 Thread Jason Garrett
On Thu, Feb 16, 2012 at 18:42, Gary Kline wrote: > > guys, this is just a FWIW, but it's worth bearing in mind. i just > tried to change the bios settings so that the old computer would > boot from CD first. no-joy. long-story short, months in the garage > or just-age must have ruined this box

Re: HowTo easy use IPFW

2012-02-02 Thread Jason Hellenthal
You are welcome to create a port and submit it for reccomendation... For that you should review the documents etc... at http://freebsd.org/docs Good Luck On Thu, Feb 02, 2012 at 11:33:14AM +0200, Коньков Евгений wrote: > this is the mine script which helps me keep my firewall very clean and saf

What is the FreeBSD mdoc (man) to HTML toolchain?

2012-01-30 Thread Jason Massey
(1) and groff's [Tex]info document. Most respectfully, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Network traffic human readable?!

2012-01-21 Thread Jason C. Wells
On 01/21/12 07:47, Tobias Pulm wrote: Hi, how can I display my network traffic (netstat output) human readable? Is there a function of the netstat that can do this? Rather than netstat, perhaps you want 'tcpdump' or 'nc'. Reg

Re: pkg_add -r and a local package repo

2012-01-11 Thread Jason Helfman
s a problem. Can I get it to search and install dependencies somehow? Does the package in question have its dependencies properly specified? Regards, -- -Chuck Why not just point the PACKAGESITE to the Latest directory of the tree you want to install? -jgh -- Jason Helfman System Admi

Re: FreeBSD Kernel Internals Documentation

2011-12-30 Thread Jason Lenthe
On 12/30/11 09:59, Jerry wrote: > If FreeBSD really wanted to make a quality product they would hire > competent programmers to create the drivers, etcetera that are seriously > needed. They do. See this for a list of FreeBSD Foundation funded projects that have been completed: http://freebs

Re: sed vs gnu sed

2011-11-09 Thread Jason Lenthe
On 11/09/11 05:30, Vincent Hoffman wrote: 'Hi all, I'm trying to move a script from a linux box to a freebsd box. All going well as its just a bash script and bash is bash, however there is one line I'm unable to use directly, as bsd sed (correctly according to SUS at least, I believe[1]

Re: freebsd-update (custom kernel)

2011-11-03 Thread Jason Helfman
update servers myself, however if you run your own update server based on your own signatures, it will patch your custom kernel and distribute it, as well. I didn't know it would skip it, though, with the main update servers. Interesting. -- Jason Helfman System Administrator experts-exchange.co

Re: freebsd-update (custom kernel)

2011-11-03 Thread Jason Helfman
On Thu, Nov 03, 2011 at 09:19:29AM -0700, Michael Sierchio thus spake: On Thu, Nov 3, 2011 at 9:13 AM, Jason Helfman wrote: I does work fine with a custom kernel, as long as you are running and maintaining the actual update server that distributes. I don't think that's relevant.

Re: freebsd-update (custom kernel)

2011-11-03 Thread Jason Helfman
, though. http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-update-server/ -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 ___ freebsd-questi

Re: idletime in login.conf

2011-10-31 Thread Jason Helfman
On Mon, Oct 31, 2011 at 08:11:57PM +0100, Julian H. Stacey thus spake: Hi, Reference: From: Jason Helfman Date: Mon, 31 Oct 2011 11:25:32 -0700 Message-id: <20111031182532.gf82...@eggman.experts-exchange.com> Jason Helfman wrote: On Mon, Oct 31, 2011 at 10:0

Re: idletime in login.conf

2011-10-31 Thread Jason Helfman
in the base system. [...] idletime timeMaximum idle time before logout. You may want to look into /usr/ports/sysutils/doinkd for this. I use it on many systems, and it works remarkable well, and it is highly configurable. -jgh -- Jason Helfman System Administrat

Re: pkg_version: corrupted record (pkgdep line without argument), ignoring

2011-10-20 Thread Jason Helfman
54d1cfadc0e3a/66c038dfffb36d40?lnk=raot&pli=1 Try looking into reporting pkgs from the output of this too: #!/bin/sh grep -A1 "^@pkgdep $" /var/db/pkg/*/+CONTENTS -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/

USB thumb drives for bootable flash FreeBSD installation...

2011-10-17 Thread Jason Usher
I'm going to run FreeBSD off of a flash drive on some older mac mini systems. Before I begin, though, I'd like some advice on the best USB thumb drives for this. These systems will be deployed and left in place, hopefully for YEARS in a remote, inaccessible location. So, I'd like to make sure

Rhythmbox and Ipod

2011-10-09 Thread Jason C. Wells
bed. I am able to mount the ipod using msdosfs. Perhaps there is some hal, dbus, or other dependency that I am missing. How did you get youripod to work with rhythmbox? Thanks, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: FBSD82 sec patch -p4, uname still -p3

2011-10-07 Thread Jason Helfman
linux emulation mode, which I don't have installed is this why it is still -p3 ? If your kernel wasn't touched during the update, then uname won't bump. -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396

Parallel fscks on large filesystems ... wondering about maxdsiz setting...

2011-10-05 Thread Jason Usher
Old 6.4-RELEASE system. Two filesystems exist, each of which is on its own raid controller. (Background fsck is not workable for various reasons that are tl;dr.) So, theoretically, doing both fscks at the same time is workable, since each of them are on their own controller, and no disk/control

Re: rsync over nfs or rsync protocol

2011-09-25 Thread Jason C. Wells
On 09/23/11 14:15, Chuck Swiger wrote: Lots. The handbook has a chapter on backups which is worth reading, also Regards, Ah the handbook. I forgot all about it. Thanks. Later, Jason ___ freebsd-questions@freebsd.org mailing list http

Re: rsync over nfs or rsync protocol

2011-09-25 Thread Jason C. Wells
On 09/23/11 14:11, Jerry McAllister wrote: Why would you interject NFS in the middle of it? jerry There would be no middle. I would run rsyncd or nfsd, but not both. Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

rsync over nfs or rsync protocol

2011-09-23 Thread Jason C. Wells
e the rsyncd or should I use NFS? I'm using 100 mbps ethernet. What's the better solution I haven't considered? Thanks, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscr

How can I disable hyperthreads, but NOT smp ?

2011-09-20 Thread Jason Usher
FreeBSD 6.4-RELEASE system with two physical CPUs, each of which are HT capable. From dmesg: cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 I also see this: machdep.hyperthreading_allowed: 0 The problem is, I have reason to believe that my workload be

Re: Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-20 Thread Jason C. Wells
something do with java and java is now done differently than it has been... Like I said, updating onesy-twosy can be a serious PITA. Later, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-qu

Re: Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-19 Thread Jason C. Wells
Latest/. Later, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-19 Thread Jason C. Wells
couple weeks. Maybe this policy will work for you. Later, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

'Which' Mailing List Command

2011-09-18 Thread Jason C. Wells
There used to be a command to get a list of subscriptions from majordomo. What is the equivalent for mailman? I just got the help command for -questions. There doesn't seem to be a 'which' command. Thanks, Jason ___ freebsd-questi

Re: wireless access point in FreeBSD 8.2p2

2011-08-27 Thread Jason
quot;freebsd-questions-unsubscr...@freebsd.org" 8.2 RELEASE p2 (ath card, works dhcp wpa) # /etc/rc.conf wlans_ath0="wlan0" ifconfig_wlan0="WPA DHCP" # /etc/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant network={ ssid="BigPond455FC2" key_mgmt=WPA-PSK proto=WPA psk="B104264B61" } I hope this helps jason signature.asc Description: OpenPGP digital signature

Re: How to allow Amanda to install as operator?

2011-08-23 Thread Jason Helfman
't make see that the file exists? Thanks, Ricky If you update your portstree, this should be fixed now. I notificed crees@ and he committed to UIDs/GIDs the operator user and group, so they may be used for installing. -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.e

Re: ports make search not working in jails

2011-08-11 Thread Jason Helfman
. It's a specific couple of jails that doesn't work and I never tried to fetchindex again. I tried in other servers and jails and make fetchindex works perfectly. Thanks! But does make search now work? -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-ex

Re: Source Upgrade

2011-08-03 Thread Jason Helfman
=RELENG_8_2 *default delete use-rel-suffix *default tag=. src-all ports-all Based on this configuration, you grabbed CURRENT, and not 8.2. Have a look here and alter your configuration, and rebuild. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html Hope this helps -jgh -- Jason

Investment in Europe

2011-07-29 Thread Jason Odiah
Hello, I am Dr D.Pedro, a chairman with one of the government parastatals in Africa. I want us to go into a mutually beneficial business that needs your strict confidentiality and dedication. This business involves the transfer of a huge amount of money from my Country. It has very little l

Re: openldap24-sasl-client preventing kde4 from installing

2011-07-09 Thread Jason Garrett
On Fri, Jul 8, 2011 at 14:35, Jason Garrett wrote: > Even after I pkg_delete -f openldap-sasl-client* trying to compile kde4, or > in this case I narrowed it down to kdepimlibs4, I always end up with this. > How do I get myself out of this dependency? > > ===>>> St

openldap24-sasl-client preventing kde4 from installing

2011-07-08 Thread Jason Garrett
Even after I pkg_delete -f openldap-sasl-client* trying to compile kde4, or in this case I narrowed it down to kdepimlibs4, I always end up with this. How do I get myself out of this dependency? ===>>> Starting check for runtime dependencies ===>>> Gathering dependency list for net/openldap24-sasl

Re: Unusual Error while compiling from Portstree

2011-05-26 Thread Jason Helfman
or nmap-5.51_1 ===> Applying FreeBSD patches for nmap-5.51_1 [jhelfman@eggman /usr/ports/security/nmap]$ -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 __

SATA Host Adapter Recommendation

2011-05-21 Thread Jason C. Wells
eebsd? Thanks, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Jason Garrett
On Thu, Apr 21, 2011 at 07:38, Antonio Olivares wrote: > > So you can exclude media error. > > > > Maybe this "diagnostic script" from my outbox can > > help you to track down the error. It has been "made" > > on 7-STABLE i386 with mplayer-0.99.11_3 - a quite > > old system. See if the steps descr

Ethernet connection and monitor resolution in DesktopBSD

2011-03-31 Thread Jason Hsu
tion in my host OS, so no external factors are stopping my Internet connection in DesktopBSD (guest OS). Also, my screen resolution is stuck at 800x600. How do I change it to 1024x768? -- Jason Hsu ___ freebsd-questions@freebsd.org mailing

Easiest desktop BSD distro

2011-03-29 Thread Jason Hsu
is Hilton or Jessica "Chicken of the Sea" Simpson can handle it? Please keep in mind that I have a slow Internet connection, and these BSD distros are ENORMOUS. It took some 12-14 hours to download PC-BSD. -- Jason Hsu ___ freebsd-questions

Re: Using "/etc/rc.d/netif start"

2011-03-29 Thread Jason Helfman
things such as packet routing that the corresponding "/etc/rc.d/netif start" command won't start back up. So what is the best way to bring down the network and bring it back up again for purposes of testing /etc/rc.conf syntax? In my experience, I've found it best to re

Can't Boot 8.2 with Gmirror

2011-03-27 Thread Jason C. Wells
read said, "There's no fix as yet." so I am quite leary of proceeding without a little help from my friends. Thanks, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: logging to dmesg from userland

2011-03-13 Thread Jason Helfman
On Sun, Mar 13, 2011 at 07:08:20PM -0700, per...@pluto.rain.com thus spake: I am looking for a way to write into the kernel message buffer -- the one that dmesg prints out -- from a userland program, to help in relating kernel printf messages to the userland operations which provoked them. (Yes,

Re: Unable to umount

2011-03-12 Thread Jason C. Wells
On 03/12/11 09:51, Chris Brennan wrote: 'umount -f' is dangerous, while it worked in your case, truly, make sure you don't have any open files in the future, just to ensure no loss of files or filesytem corruption Run sync before umount -f to flush write caches

Re: lost network during freebsd-update install

2011-03-10 Thread Jason Helfman
initial upgrade command. I would highly recommend using tmux, and also installing a remote console/management card for your system so you can control it remotely. The cost of the card is probably less than remote-hands cost on one support call. -jgh -- Jason Helfman System Administrator

Re: Cannot build jdk16

2011-03-06 Thread Jason C. Wells
ns a chance to help you first. Later, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: determining freebsd-update status

2011-03-04 Thread Jason Helfman
On Fri, Mar 04, 2011 at 02:05:15PM -0500, Tom Worster thus spake: thanks for the answers, jason. two more questions below. np On 3/4/11 1:09 PM, "Jason Helfman" wrote: On Fri, Mar 04, 2011 at 11:32:11AM -0500, Tom Worster thus spake: to determine roughly where a server is in i

Re: determining freebsd-update status

2011-03-04 Thread Jason Helfman
On Fri, Mar 04, 2011 at 11:32:11AM -0500, Tom Worster thus spake: to determine roughly where a server is in its updates (we're running only RELEASE) i do: 1 - check the 1st 4 fields of the tag file in the freebsd-update working dir. Just because the 1st 4 fields are populated, doesn't necessar

SIL Fonts

2011-03-02 Thread Jason C. Wells
I was unable to find a port with Charis or Doulos typefaces. Perhaps someone can tell me that these typefaces are part of some meta-port. Which? Thanks, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: freebsd-update housekeeping?

2011-02-28 Thread Jason Helfman
s safe to remove the directory, and recreate it. If your update didn't go so well, you will lose the ability to use the 'rollback' feature, which will uninstall previously applied update. -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/

Re: Building Java

2011-02-26 Thread Jason C. Wells
Never mind. I did a little URL edit and got the file. Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Building Java

2011-02-26 Thread Jason C. Wells
On 02/26/11 08:19, Jason C. Wells wrote: Trying to build java. Oracle has change tzupdater to 1.3.35. Ports calls for 1.3.34. Oracle provides 1.3.35 if you register for their support portal. The support portal is behind a flash sniffer that won't let you in without flash. g!

Building Java

2011-02-26 Thread Jason C. Wells
copy of the java sources? Thanks, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: bash can not find most of my commands

2011-02-22 Thread Jason Helfman
On Tue, Feb 22, 2011 at 12:08:30PM -0500, Randy Ramsdell thus spake: Alokat wrote: On 02/22/11 17:49, Paul Macdonald wrote: On 22/02/2011 16:40, Alokat wrote: Hi, I have changed my shell from csh to bash ... But after that I have to call "reboot" like /sbin/reboot. How can I change that with

BSD Magazine inquiry, question

2011-02-21 Thread Jason Helfman
Hi, I was wondering if anyone has a hardcopy of BSD Magazine listed here: http://bsdmag.org/magazine/1021-bsd-as-a-desktop I wrote an article for the magazine, and would very much like to get a hardcopy of it. I am willing to purchase it. Thanks so much! Jason Helfman -- Jason Helfman

Re: Run your own portsnap mirror?

2011-02-10 Thread Jason Helfman
bscr...@freebsd.org" I would be highly interested in running my own internal portsnap mirror based on an internal ports tree with local ports, as well. Has anyone done this? -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1

Heimdal on 8.1 ASN.1 Encoding

2011-02-09 Thread Jason C. Wells
minimal with no tinkering with keytypes. Thanks, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: DELL idrac embedded BMC- good console server replacement?

2011-01-17 Thread Jason Helfman
On Mon, Jan 17, 2011 at 05:09:34PM +, Paul Macdonald thus spake: Does anyone use the (dell) idrac embedded bmc on their bsd boxes.. I'm only interested in easy 'serial' access to the bios, and the running system, no need for any grpahical interfaces obviously. From what i've read they can

Re: pkg_deinstall vsftpd-ssl-2.3.2 works but not pkg_deinstall vsftpd???

2011-01-08 Thread Jason Helfman
deinstall properly. -jgh -- Devin ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" -- Jason Helfman System Adm

Half a Mirror Backup

2011-01-02 Thread Jason C. Wells
ta if a disk failed while the mirror was rebuilding. Regards, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Nullfs Allows Jailbreaking

2010-12-22 Thread Jason C. Wells
From the sound of it, this is expected behavior. Regards, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Nullfs Allows Jailbreaking

2010-12-22 Thread Jason C. Wells
going on here. What pitfalls can you see in a file system scheme like this for my jails? Is the above behavior by design or did I find a flaw? Thanks, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Well, I broke it! FreeBSD V8.1 release

2010-12-22 Thread Jason Helfman
On Wed, Dec 22, 2010 at 09:49:46AM -0500, Chris Brennan thus spake: On Wed, Dec 22, 2010 at 8:07 AM, Bruce Cran wrote: On Wed, 22 Dec 2010 11:01:10 - "Dave" wrote: > Sysinstall alows you to select and enable one, but not remove it! > > Bit of an oversight that I suspect Fixed in r21

Re: pkg_add fail on FreeBSD V8.0

2010-11-30 Thread Jason Helfman
o "freebsd-questions-unsubscr...@freebsd.org" -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Samba Access Like Windows Explorer

2010-11-25 Thread Jason C. Wells
mount all samba shares on a freebsd client into a top level directory named for the server name, with mount points sprinkled about. Thanks, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: *default release=cvs tag=RELENG_8 in both standard-supfile and stable-supfile

2010-11-16 Thread Jason Helfman
On Tue, Nov 16, 2010 at 01:09:30PM -0500, pigskinwhite...@icqmail.com thus spake: I was wondering why both the stable & standard supfiles on FreeBSD-8.1 / amd64 both have the exact release tag: *default release=cvs tag=RELENG_8 From: http://www.freebsd.org/doc/handbook/cvs-tags.html RELENG_8

Re: ssmtp - possible anomaly with SSL

2010-11-06 Thread Jason Helfman
I should port this wiki to @doc On Nov 6, 2010, at 9:30 AM, Chris Brennan wrote: > On Sat, Nov 6, 2010 at 12:01 PM, Chad Perrin wrote: > >> On Sat, Nov 06, 2010 at 07:23:39AM -0400, Steven Friedrich wrote: >>> I recently figured out how to send mail thru my ISP ID using ssmtp. I >> had >>> pr

Recovering a DVD

2010-10-29 Thread Jason C. Wells
I have a back up DVD that I cannot mount. dd won't read /dev/acd0 with an error "dd: /dev/acd0: Input/output error".Tried dvdisaster but it can't find my drive. Any pointers you can offer in getting this data off this disc are greatly apprecia

Re: LDAP Authentication from console

2010-10-06 Thread Jason
On Wed, Oct 06, 2010 at 11:59:53AM -0500, Dan Nelson thus spake: In the last episode (Oct 06), Kevin Mai said: Hey guys, I've already configured PAM to authenticate against ldap and it works wonderful using ssh/su/sudo/etc, but when I try to log in from console it prompts: login: kma Password:

  1   2   3   4   5   6   7   8   9   10   >