Archive for the ‘FreeBSD’ Category
IPv6-only FreeBSD test images
Posted on June 6th, 2011 by "freebsd news flash" from "FreeBSD News Flash"New commiter: Julien Laffaye (ports)
Posted on June 6th, 2011 by "freebsd news flash" from "FreeBSD News Flash"New committer: Aleksandr Rybalko (src)
Posted on May 25th, 2011 by "freebsd news flash" from "FreeBSD News Flash"Puppet – How to list facts in facter in Puppet
Posted on May 20th, 2011 by "PsyberMonkey" from "Scratching My Needs"Was messing around puppet and trying to get a list of "facts". Google & searching on puppet labs didn't return any luck. Most of the search result points to bug reports.
With no luck at all, I gotta skim through the docs to find the list of facts for my new toy (puppet). Stumble this link that actually points where
Puppet – How to list facts in facter in Puppet
Posted on May 20th, 2011 by "PsyberMonkey" from "Scratching My Needs"Was messing around puppet and trying to get a list of "facts". Google & searching on puppet labs didn't return any luck. Most of the search result points to bug reports.
With no luck at all, I gotta skim through the docs to find the list of facts for my new toy (puppet). Stumble this link that actually points where
New committer: Ben Laurie (src)
Posted on May 18th, 2011 by "freebsd news flash" from "FreeBSD News Flash"New Port Manager
Posted on May 12th, 2011 by "freebsd news flash" from "FreeBSD News Flash"ssh ‘connection reset by peer’ issue
Posted on May 6th, 2011 by "kevin foo (chfl4gs_)" from "bsd.m3th.org » FreeBSD"
I have been plagued by ssh problem since openssh 5.8p1 on OpenSuSE 11.4. Without any warning, even debug level is set to 3, ssh connection to older router/server is dropped silently. I have issue ssh’ing to AMD64 FreeBSD 8.2-RELEASE which comes with OpenSSH 5.4p1.
chflags@zeus:~> ssh -v 10.0.48.61 -l kevin
OpenSSH_5.8p1, OpenSSL 1.0.0c 2 Dec 2010
debug1: Reading configuration data
FreeBSD – CPU code in dmesg meanings
Posted on April 29th, 2011 by "PsyberMonkey" from "Scratching My Needs"FreeBSD
Objective :
What are those CPU features flags means in "dmesg", e.g.
Features=0xfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV, PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS> Features2=0x82982203<SSE3,PCLMULQDQ,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT, AESNI,<b31>> AMD Features=0x28100000<NX,RDTSCP,LM> AMD Features2=0x1<LAHF>Read more »
FreeBSD – CPU code in dmesg meanings
Posted on April 29th, 2011 by "PsyberMonkey" from "Scratching My Needs"FreeBSD
Objective :
What are those CPU features flags means in "dmesg", e.g.
Features=0xfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV, PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS> Features2=0x82982203<SSE3,PCLMULQDQ,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT, AESNI,<b31>> AMD Features=0x28100000<NX,RDTSCP,LM> AMD Features2=0x1<LAHF>Read more »
January-March, 2011 Status Report
Posted on April 27th, 2011 by "freebsd news flash" from "FreeBSD News Flash"Summer of Code DragonFly projects announced
Posted on April 26th, 2011 by "justin sherrill" from "DragonFly BSD Digest"Google’s announced the accepted projects for 2011. DragonFly has 6 slots!
We had a large number of interesting project proposals; far more than than the slots available. If you’re one of the students who did not get in, please consider working on your project as time allows. I know it won’t be lucrative, but I’d still like to see them
Exim – How to force deliver email from exim mail queue
Posted on April 25th, 2011 by "PsyberMonkey" from "Scratching My Needs"FreeBSD
Mail Server :
Exim
Purpose :
Make Exim to start deliver all frozen messages.
Read more »
Exim – How to force deliver email from exim mail queue
Posted on April 25th, 2011 by "PsyberMonkey" from "Scratching My Needs"FreeBSD
Mail Server :
Exim
Purpose :
Make Exim to start deliver all frozen messages.
Read more »
Mysql – Error about packet too big while importing sql database
Posted on April 22nd, 2011 by "PsyberMonkey" from "Scratching My Needs"Q : While importing database in mysql, an error message pops out "ERROR 1153 (08S01) at line 232: Got a packet bigger than 'max_allowed_packet' bytes"
E.g.
$ mysql5 -u db_user -p db_table < db_table.sql Enter password: ERROR 1153 (08S01) at line 232: Got a packet bigger than 'max_allowed_packet' bytesA : The file importing contains a statement that's probably
Mysql – Error about packet too big while importing sql database
Posted on April 22nd, 2011 by "PsyberMonkey" from "Scratching My Needs"Q : While importing database in mysql, an error message pops out "ERROR 1153 (08S01) at line 232: Got a packet bigger than 'max_allowed_packet' bytes"
E.g.
$ mysql5 -u db_user -p db_table < db_table.sql Enter password: ERROR 1153 (08S01) at line 232: Got a packet bigger than 'max_allowed_packet' bytesA : The file importing contains a statement that's probably
Subversion – Branching and merging to release, stable or something else
Posted on April 18th, 2011 by "PsyberMonkey" from "Scratching My Needs"Is about managing source codes by branching. Branching is a way to have 2 or more sets of source code with each has it's own development, but eventually, merging them into the main trunk.
Example, in most development, we normally have "development" & "release"
Subversion – Branching and merging to release, stable or something else
Posted on April 18th, 2011 by "PsyberMonkey" from "Scratching My Needs"Is about managing source codes by branching. Branching is a way to have 2 or more sets of source code with each has it's own development, but eventually, merging them into the main trunk.
Example, in most development, we normally have "development" & "release"
FreeBSD – How to check what services or port opening in tcp/udp
Posted on April 15th, 2011 by "PsyberMonkey" from "Scratching My Needs"FreeBSD
How to :
List/show what services or port is listening/opening.
Installation :
The command comes with base system.
Read more »
FreeBSD – How to check what services or port opening in tcp/udp
Posted on April 15th, 2011 by "PsyberMonkey" from "Scratching My Needs"FreeBSD
How to :
List/show what services or port is listening/opening.
Installation :
The command comes with base system.
Read more »




