Re: baido.com

2019-05-15 Thread Brent Clark

Modsecurity to the rescue

HTH
Regards
Brent Clark

On 2019/05/15 15:29, Gene Heskett wrote:

Greetings all;

I just caught the baido-spider crawling my site for about 15 minutes.

Is putting www.baido.com in my hosts.deny enough to shut that down?  Or
is there a deny function in apache2 I should be using instead?


Cheers, Gene Heskett





System hardening: adding hidepid to /proc?

2017-09-28 Thread Brent Clark
Good day Guys

I came across this document:

https://linux-audit.com/linux-system-hardening-adding-hidepid-to-proc/

The idea is to increase security by hiding the display of running
processes, and their arguments, which belong to other users. This helps
avoid problems if users enter passwords on the command-line, and similar.

Its suggesting mount /proc with the option hidepid=2.

I would like to ask:

1) is it safe?

2) did you incur any issues?

3) what are your thoughts


The security audit tool, Lynis, also checks to see if /proc is mounted
hidepid?

[+] File systems

  - Checking mount points

snippet

  - Testing /proc mount (hidepid) [ OK ]

Many thanks

Brent

P.s. I see its not suggested in the ''Securing Debian Manual"





Re: Where is Jessie?

2015-04-25 Thread Brent Clark
On 26/04/2015 05:10, Brent Clark wrote:
 On 26/04/2015 01:42, Man_Without_Clue wrote:
 What time Jessie will come out?
 Expected time?
 Is she almost coming out? Debian mother is already in labor?

 M.W.C.


 https://bits.debian.org/2015/04/jessie-released.html
https://www.debian.org/News/2015/20150426


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553c597e.7040...@gmail.com



Re: Where is Jessie?

2015-04-25 Thread Brent Clark
On 26/04/2015 01:42, Man_Without_Clue wrote:
 What time Jessie will come out?
 Expected time?
 Is she almost coming out? Debian mother is already in labor?

 M.W.C.


https://bits.debian.org/2015/04/jessie-released.html


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553c5730.1050...@gmail.com



Re: unattended-upgrades uncertainty with Unable to get Terminal Size

2015-02-19 Thread Brent Clark

On 19/02/2015 15:05, Marko Randjelovic wrote:
The best solution I see is to edit your /etc/cron.daily/apt and set 
COLUMNS and LINES environment variables manualy, but since 
/usr/lib/perl5/Term/ReadKey.pm belongs to libterm-readkey-perl 
package, I would check if this package is installed and if you need 
it. On wheezy, this package is not needed for dnsutils. What distro 
are you running? Regards 


Thanks for replying.

Debian Wheezy.

Regards
Brent


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54e5e837.4040...@gmail.com



unattended-upgrades uncertainty with Unable to get Terminal Size

2015-02-18 Thread Brent Clark

Good day Guys

I just installed and new to unattended-upgrades.

Looking at the logs this morning I see the folllowing.

cat 
/var/log/unattended-upgrades/unattended-upgrades-dpkg_2015-02-19_06\:48\:53.476190.log 


(Reading database ... 60516 files and directories currently installed.)
Preparing to replace dnsutils 1:9.8.4.dfsg.P1-6+nmu2+deb7u3 (using 
.../dnsutils_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u4_amd64.deb) ...

Unpacking replacement dnsutils ...

snippet

Processing triggers for man-db ...
Setting up libisc84 (1:9.8.4.dfsg.P1-6+nmu2+deb7u4) ...
Setting up libdns88 (1:9.8.4.dfsg.P1-6+nmu2+deb7u4) ...

snippet

Setting up dnsutils (1:9.8.4.dfsg.P1-6+nmu2+deb7u4) ...
Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The 
COLUMNS and LINES environment variables didn't work. The resize program 
didn't work. at /usr/lib/perl5/Term/ReadKey.pm line 362, STDIN line 3.
Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The 
COLUMNS and LINES environment variables didn't work. The resize program 
didn't work. at /usr/lib/perl5/Term/ReadKey.pm line 362, STDIN line 3.
Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The 
COLUMNS and LINES environment variables didn't work. The resize program 
didn't work. at /usr/lib/perl5/Term/ReadKey.pm line 362.



Does anyone know what the 'Unable to get Terminal Size' message is, and 
how do I g about fixing it.


Here is my configuration.

cat /etc/apt/apt.conf.d/50unattended-upgrades
// Automatically upgrade packages from these (origin:archive) pairs
Unattended-Upgrade::Origins-Pattern {
origin=Debian,archive=stable,label=Debian-Security;
};

// List of packages to not update
Unattended-Upgrade::Package-Blacklist {
apache2;
heartbeat;
libc6;
memcached;
mysql-server;
mysql-server-5.1;
mysql-server-5.5;
nginx;
nginx-common;
nginx-full;
php5-fpm;
postgresql-server;
postgresql-server-9.1;
};

// This option allows you to control if on a unclean dpkg exit
// unattended-upgrades will automatically run
//   dpkg --force-confold --configure -a
// The default is true, to ensure updates keep getting installed
Unattended-Upgrade::AutoFixInterruptedDpkg true;

// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGUSR1. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// is running is possible (with a small delay)
Unattended-Upgrade::MinimalSteps false;

// Install all unattended-upgrades when the machine is shuting down
// instead of doing it in the background while the machine is running
// This will (obviously) make shutdown slower
Unattended-Upgrade::InstallOnShutdown false;

// Send email to this address for problems or packages upgrades
// If empty or unset then no email is sent, make sure that you
// have a working mail setup on your system. A package that provides
// 'mailx' must be installed.
Unattended-Upgrade::Mail the...@hetzner.co.za;

// Set this value to true to get emails only on errors. Default
// is to always send a mail if Unattended-Upgrade::Mail is set
Unattended-Upgrade::MailOnlyOnError false;

// Do automatic removal of new unused dependencies after the upgrade
// (equivalent to apt-get autoremove)
Unattended-Upgrade::Remove-Unused-Dependencies true;

// Automatically reboot *WITHOUT CONFIRMATION* if a
// the file /var/run/reboot-required is found after the upgrade
Unattended-Upgrade::Automatic-Reboot false;


// Use apt bandwidth limit feature, this example limits the download
// speed to 70kb/sec


Thanks for your help.

Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54e5859d.7050...@gmail.com



Ignore package dependency ruby.

2012-09-18 Thread Brent Clark

Hiya

I need to install puppet on one of my machines. Problem is, I already 
have Ruby Enterprise, and i don't want to have both on the same machine.


If you see the following:

num-web01:/tmp# aptitude -t squeeze-backports install puppet facter git-core
The following NEW packages will be installed:
  augeas-lenses{a} debconf-utils{a} facter libaugeas-ruby1.8{a} 
libaugeas0{a} libruby{a} libruby1.8{a} libshadow-ruby1.8{a} puppet 
puppet-common{a} ruby{a} ruby-json{a} ruby1.8{a}

The following packages will be upgraded:
  git-core
1 packages upgraded, 13 newly installed, 0 to remove and 51 not upgraded.

Ruby is looking to be pulled in.

Would anyone know of a way to exclude / ignore Ruby?

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/50588b92.6060...@gmail.com



Seeking aptitude flag to 'do not over write configuration file'

2012-04-20 Thread Brent Clark

Hiya

I would like to know, when you do an 'aptitide safe-upgrade'

And then you get the following example

Configuration file `/etc/apache2/sites-available/default'
 == Modified (by you or by a script) since installation.
 == Package distributor has shipped an updated version.
   What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D : show the differences between the versions
  Z : start a shell to examine the situation
 The default action is to keep your current version.
*** default (Y/I/N/O/D/Z) [default=N] ?

Is there a flag to skip this section and accept no as the default? I.e. Do not 
over write the configuration.

It will be a really time saver.

Thanks
Brent


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4f911a18.3080...@gmail.com



Re: Seeking aptitude flag to 'do not over write configuration file'

2012-04-20 Thread Brent Clark

Sir

Thank you so much

Kind Regards
Brent Clark

On 20/04/2012 14:09, Bjørn Michelsen wrote:

On Fri, Apr 20, 2012 at 10:11:04AM +0200, Brent Clark wrote:

Hey there,


I would like to know, when you do an 'aptitide safe-upgrade'

And then you get the following example

Configuration file `/etc/apache2/sites-available/default'
  ==  Modified (by you or by a script) since installation.
  ==  Package distributor has shipped an updated version.
What would you like to do about it ?  Your options are:
 Y or I  : install the package maintainer's version
 N or O  : keep your currently-installed version
   D : show the differences between the versions
   Z : start a shell to examine the situation
  The default action is to keep your current version.
*** default (Y/I/N/O/D/Z) [default=N] ?

Is there a flag to skip this section and accept no as the default? I.e. Do not 
over write the configuration.


The following should do the trick

   apt-get -o Dpkg::Options::=--force-confold upgrade

If you'd like more information, have a go at the dpkg man page,
especially

   confnew: If a conffile has been modified  always  install
   the   new   version   without   prompting,   unless   the
   --force-confdef is also  specified,  in  which  case  the
   default action is preferred.

   confold:  If a conffile has been modified always keep the
   old version without prompting, unless the --force-confdef
   is  also  specified,  in which case the default action is
   preferred.

   confdef: If a conffile has been  modified  always  choose
   the default action. If there is no default action it will
   stop  to  ask  the   user   unless   --force-confnew   or
   --force-confold is also been given, in which case it will
   use that to decide the final action.


Hope that solves your problem.




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4f9174fa.4050...@gmail.com



Seek window tile program or plugin

2012-03-06 Thread Brent Clark

Good day

Running Debian Unstable. In gnome2, with compiz, there was a plugin that 
allowed you to retile your desktop and nicely arrange your windows.

With gnome3 / unstable, compiz is removed.

Would anyone know of a program or tool, that allows you to retile / nicely 
arrange your windows?

Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4f55cee9.4020...@gmail.com



Debian Lenny support?

2011-11-15 Thread Brent Clark

Hiya

Does anyone know when support for Debian Lenny will come to an end?
Has there  been notice on Debian Announce?

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec358aa.8000...@gmail.com



Debian 64bit get a Volume vg0 not found message

2011-09-20 Thread Brent Clark

Hiya

Im wondering if someone could help share some light or a particular problem im 
struggling with.

Here where I work, we make use of pxe to boot and install our servers (32 bit), 
Im now trying to build a 64bit. On boot, after grub, the kernel loads and it 
leads to a message of

Volume vg0 not found.

And then just defaults to busybox.

I mounted, and chrooted, and from all that I can see ... all looks good 
(checked /etc/fstab and in grub.cfg I see 'insmod lvm').
I cant see what I may and am missing.

If someone would be so kind as to help and share some pointers it would be 
appreciated.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4e784569.2020...@gmail.com



Re: Debian 64bit get a Volume vg0 not found message

2011-09-20 Thread Brent Clark

On 20/09/2011 14:35, manuel wrote:

hi

check for activate a volume ... I had this problem from Suse 10.x to
11.4 after the update

the module forgot to activate the volume ...
#vgchange -a y my_volume_group

you will find the answer with google how to activate it automatically 

Hiya

Thanks for replying

I did try that.

I have reinstalled the kernel, lvm2 packages via chroot ... still nothing.

One thing I realised I forgot to mention is that its LVM on top of raid 1.
I went through 
http://www.howtoforge.com/how-to-set-up-software-raid1-on-a-running-lvm-system-incl-grub2-configuration-debian-squeeze
 just to make sure, I hadn't left anything out.
From what I can see, Im on par with the documentation.

Regards
Brent


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4e789396.9060...@gmail.com



GlusterFs in production?

2011-03-08 Thread Brent Clark

Hiya

Do any of you guys use GlusterFs in production.

Im currently using Active - Active Drbd. But I need to start looking at 
more scalable / expandable distributed storage mechanism  (I.e. more 
than three servers).


Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4d76229c.50...@gmail.com



Prevent user from using or reuse same old password

2011-02-22 Thread Brent Clark

Hiya

Ive just installed libpam-cracklib to make password a little more 
harder, but I too would like to stop users from using the same password.


I would like to know, in /etc/pam.d/common-password, can I just add 
'remember=10'


Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4d63c4f5.1000...@gmail.com



Re: Prevent user from using or reuse same old password

2011-02-22 Thread Brent Clark

On 22/02/2011 20:26, Jeffrin Jose wrote:


hello..
an entry of the following type may work...

password required  pam_unix.so remember=10  

Also the following link may be helpful.
http://www.deer-run.com/~hal/sysadmin/pam_cracklib.html



Thank you, this worked like a bomb

Brent


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4d64b78d.1020...@gmail.com



Re: php4 on Squeeze?

2011-02-10 Thread Brent Clark

On 10/02/2011 16:07, Ed Curtis wrote:
Is there a way I can install php4 on my fresh install of Debian 6.0? I 
will also need many php4 mods such as gd, mysql, etc.


Thanks in advance.

Is this a joke?

Im sure you know, that PHP 4 is not supported by PHP itself. So really 
why are you asking?
As opposed to focussing your energy on getting PHP 4 working, focus on 
upgrading your PHP 4 code base.


Brent


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4d53f454.8060...@gmail.com



Debian Squeeze Frozen

2010-08-06 Thread Brent Clark

http://lists.debian.org/debian-annou.../msg9.html

Flippen AWESOME.

Thanks to everyone. Now the real work begins.

Brent


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4c5c1bd3.1010...@gmail.com



BTS Talk

2010-07-19 Thread Brent Clark
Hiya

I stumbled across this, therefore, Im not sure if this has being
raised already, but I think ( and feel ), that this is something that
can benefit us all, esp with Squeeze around the corner and more people
is needed to test and report bugs.

Please do attend, even if its for the educational aspect.

http://rhonda.deb.at/blog/ubuntu/2010/07/19

HTH

Brent Clark


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimngplqmnutahsjikng2i_yyu9zwlcxfrwew...@mail.gmail.com



Re: How 'stable' is squeeze?

2010-06-24 Thread Brent Clark

On 24/06/2010 00:26, Amar Cosic wrote:

Hello list

I was thinking about upgrade to squeeze and just want to check if
everything is OK there? No 'critical' bugs etc.. ? I know a lot of you
use squeeze so its probably best place to ask



Hiya

I think its very stable, and sure enjoying it.

Give it a whirl, I dont think you will be disappointed.

Regards
Brent Clark

P.s. Good to see more people using and enquiring about Squeeze.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4c231890.10...@gmail.com



Re: How 'stable' is squeeze?

2010-06-24 Thread Brent Clark

On 24/06/2010 15:44, Amar Cosic wrote:

Thank you all for info. Will upgrade tonight.. Just to be sure.. right
way to do this is just to replace 'lenny' with 'squeeze' in sources.list
 apt-get update  apt-get dist-upgrade ?  Or there is something else
I have to pay attention on ?


Thats what I did. But you may wish to rather use 'aptitude safe-upgrade'.

Best of luck.

Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4c2363d9.3000...@gmail.com



Re: Requesting Backports

2010-06-03 Thread Brent Clark

On 03/06/2010 15:24, Mihamina Rakotomandimby wrote:

James Stuckeyjhstuc...@gmail.com  :
Or, what is the easiest way
to make packages for lenny when using squeeze?
 

Using apt pinning


   


I dont know if im imagining things, but im seeing a trend of more and 
more people looking to squeeze and / or backports. I think it great.


Guys if you see any issues, dont be scared to log a reportbug.

Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4c07b7da.3070...@gmail.com



Want it? Give

2010-04-10 Thread Brent Clark

Hiya

I came across this blog

http://ryanbigg.com/2010/04/want-it-give/

and I couldn't agree more with this person.

But I would like to bring this a little more home, and make it in the 
Debian sense.
I would like to encourage more people to run Debian Testing, get more 
debugging, but more importantly, please try and get involved. Submit 
your findings. Take the time to learn reportbug.
You be surprised in the little contributions that help the greater and I 
think its a satisfying feeling.


To quote from the blog
Dan Pickett also has similar advice on contributing back to Rails 3. He 
makes a good point that if you are able to demonstrate that you have 
contributed to Rails that it looks awesome on your CV / Resume.


I could not agree more on this. I know this, because it has worked in my 
favour.


Everyones mileage may vary, but I believe whole heartily that the really 
winner is Debian and the community.


Kind Regards
Brent Clark



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4bc13a41.2030...@gmail.com



Re: How to make php5 package under Etch have https under registered PHP streams

2010-03-31 Thread Brent Clark

On 31/03/2010 00:54, Marcello Di Marino Azevedo wrote:


I'm having some problems because of that. I'm still stuck under Etch 
due to some application issues.


Hiya

What you trying to do is not sustainable, and I don't think your are 
doing yourself any favours by what you are trying to achieve.


Rather focus on getting your application issues resolved.

HTH

Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4bb2f0a4.9020...@gmail.com



Re: bruteforce protection howto

2010-03-20 Thread Brent Clark

On 21/03/2010 02:17, Andrew M.A. Cater wrote:


fail2ban
   


Seconded.

Great tool. Theres also denyhost.

Just make sure you have strong passwords. (Which is already your 
security policy right ;) )





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ba56e35.7020...@gmail.com



If you use DRDB ... dont update / upgrade your kernel

2010-03-11 Thread Brent Clark


http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573490#17

Im sitting with this problem.

dmesg shows:

   89.876847] drbd: disagrees about version of symbol cn_add_callback
[   89.876847] drbd: Unknown symbol cn_add_callback

HTH

Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4b996cf1.5060...@gmail.com



Re: eaccelerator on debian

2010-03-06 Thread Brent Clark

On 06/03/2010 14:36, Julien Vehent wrote:

Hey guys,

I was looking into eaccelerator to integrate in with php5-cgi and nginx,
and I was wondering: is there any specific reason why eaccelerator isn't
packaged for debian already ?

Julien


   

Hiya

Although I agree eaccelerator's one of the best, php-apc and php5-xcache 
(already a debian package) I believe its not to far behind.


Something you may want to look into.

HTH

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4b928d39.8070...@gmail.com



Re: MySQL upgrade failed PLEASE HELP!!!

2010-03-06 Thread Brent Clark

On 06/03/2010 22:22, Oscar Corte wrote:

Error messages shown are these:

Starting MySQL database server: mysql . . . . . failed!
invoke-rc.d: initscript mysql, action start failed.
dpkg: error processing mysql-server-5.0 (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.0; however:
  Package mysql-server-5.0 is not configured yet.
dpkg error: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured


Hiya

Did you even calm down and even take the time to read the messages.

dpkg --configure -a

HTH

Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4b92bd8c.6070...@gmail.com



Squeeze Frozen

2010-02-22 Thread Brent Clark

Almost March.

You know what they means. Cant wait for Squeeze to be frozen.

Already run squeeze on my workstations. Just works.

Just excuse me.

Brent


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4b82cb55.9030...@gmail.com



Re: tcpdump?

2010-02-20 Thread Brent Clark

On 20/02/2010 08:05, Hadi Motamedi wrote:

Dear All
I have put tcpdump trace on port 4957 on my Debian server , as the 
following :

#tcpdump port 4957
I want to obtain the payload data to see what is realy being exchanged 
between my Debian server and the outside network element . Can you 
please let me know how I can modify my command ?

Thank you


Hiya

Use tcpflow

i.e.
tcpflow -c port 4957

HTH

Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4b7fa05b.7010...@gmail.com



Re: tcpdump?

2010-02-20 Thread Brent Clark

On 20/02/2010 12:48, Hadi Motamedi wrote:


I tried for the following :
#tcpflow -c port 4957
But it didn't produce any output . Can you please give me a hint?


K Lets start with a silly question

show us

netstat -nalptu | grep 4957

I.e. Do you have actually have something listening on that port.

Brent


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4b800505.6080...@gmail.com



Re: cssh alternative

2010-01-14 Thread Brent Clark

On 13/01/2010 18:52, Dan Ritter wrote:

Have you considered editing your .cssh file to open
gnome-terminals?

-dsr-
   


Hiya

I have actually. But I kept getting an argument error. So I just left it.

If you know how to get this working, and could share it, it would be 
appreciated.


Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




cssh alternative

2010-01-12 Thread Brent Clark

Hiya

Anyone know of a gnome alternative to cssh, or something similar.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Back to Debian after 10 years

2010-01-06 Thread Brent Clark

On 06/01/2010 22:28, Vasco Costa wrote:

I'm planning to stay forever this time. :)

To be really honest I've never really quit Debian since I kept using
stable in servers. I've only switched from Debian testing/unstable to
Gentoo and then Archlinux. Now that I also value a stable desktop I'm
sticking with Lenny on my laptop.
   


I wouldnt bother, try Ubuntu.


By the way, in case I want to go back to a rolling release scheme, how
does Debian testing/unstable behave in this regard for an experienced
power user? I know all the nuts and bolts of Archlinux, including
using the testing repo and ABS massively, so a comparison by someone
which has used both currently would be much appreciated.

   


I only ever use Debian testing for my workstations, and Ubuntu for my 
laptop.

You milage may vary, but for me, I vary rarely have issues, if at all.

I think if you run Testing, its no different if you run / use FreeBSD 
ports. You just need to know, and guess if its safe to do a dist-upgrade 
or upgrade only certain packages, but 99% of the time, I just 
dist-upgrade, and as said .. no problems here. Even Ubuntu, Ive never 
had a problem.


I work for a large hosting company in South Africa, and Stable is a 
blessing for our production servers, as it allows us to get on with the 
real work, and not have to worry.  Just wish they would hurry and freeze 
Debian now already, I think testing is pretty stable.


Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: DNS round robin with NFS

2010-01-01 Thread Brent Clark

On Fri, Jan 01, 2010 at 05:32:01PM -0500, Mag Gam wrote:

I have 3 NFS servers which are serving the same exact data - ISO images.

I have close to 50 clients who access this data so I manually mount up
1/3 clients to serverA, 1/3 clients to serverB, and the remainder to
serverC.

I was wondering if I can place the 3 NFS server in a pool and have all
the clients access the pool.
 




Hiya

Use udp, will help re establish connections quickly. Why not look into 
LVS thats a good loadbalancing tool.


HTH

Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: MySQL server from backports.org issue

2009-12-16 Thread Brent Clark

On 17/12/2009 01:38, JW Foster wrote:

Somehow the server is running and my apps seem to be running OK, but I
just do not like the mess the debian developers have made of this. I
also can not uninstall the server to go back to the stable version.
   


Hiya

K why dont you start by purging all the mysql packages.

Then, exercise an aptitude install of mysql-server but from backupports 
( -t lenny-backports )


Then take the last backup of before the backports upgrade and then 
repopulate the db


i.e. mysql  database.sql.

HTH

Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: no sound on debian squeeze

2009-12-05 Thread Brent Clark

On 05/12/2009 20:24, Alexander Kaphuk wrote:

G'day,

I've recently upgraded to Debian Squeeze and the sound's stopped 
working. It did work on Debian Lenny.


I'd appreciate some advice on what to do please.



Hiya

When you mean sound. Do you mean an application e.g. Rhythmbox, 
Aqualung, or you talking in general.


Are you using Gnome, KDE?

Basically you need to give more details.

If using Gnome, right click the speaker icon (top right) and select 
Sound Preferences, make sure all the volumes for each  channel / 
device is up and / or mute is off.


I run squeeze, other than compiz issues, it works very well.

HTH

Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Squeeze Release ?

2009-11-27 Thread Brent Clark

Hiya

So November is coming to an end, and we have seen the release of Ubuntu 
Karmic, Fedora 12, Mandriva etc, and today ... FreeBSD 8.


Does anyone know if Squeeze is going be Frozen in December or know of 
anything for that matter.


Kind Regards
Brent Clark



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Squeeze locks up

2009-11-24 Thread Brent Clark

On 24/11/2009 16:05, Loeghmon T. Nejad wrote:
My Debian-Squeeze locks up for no evident reason. What files can I 
study for a clue and to see if it is related to NIC, Xserver, or other 
devices? I never had this experience with Debian-Lenny. Can it be the 
kernel version (2.6.30-2-686) on an older machine (Dell Optiplex 260)?


--
Regards,


Hiya

Grab an Ubuntu Live CD and run memtest.
Else get Dells OpenManage installed / running and run

omreport chassis memory

HTH

Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Is Squeeze right for me?

2009-11-21 Thread Brent Clark

On 21/11/2009 19:44, John Jason Jordan wrote:

The local Linux friends who thought I should move on from Ubuntu
suggested testing as the closest in the Debian world to the Ubuntu way
of doing things. After today I am thinking they were wrong.

I need advice.
   


Hiya

For anything else  use Debian, or FreeBSD for that that matter :), 
but for Desktop use Ubuntu (or even the new Fedora / Mandriva). Im of 
the opinion, your friends are ill advising you.


As I type this email, Im using Ubuntu Karmic on my Dell XPS, and I think 
its great. At my work Im run Debian Testing as my workstation, other 
than a few compiz issues when compiz segfaults, its ok.


For servers, and and I manage quite a few, Lenny is great for servers... 
but old for Desktop.


HTH

Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Dell Hardware Raid

2009-11-10 Thread Brent Clark

Hiya

Would anyone know of tools or a means of monitoring Dells Hardware raid 
controller.


I was looking at the following site, but im not sure if this applies / 
or the right route / solution.

http://tools.rapidsoft.de/perc/perc-cheat-sheet.html

If anyone could assist, it would be appreciated.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Cluster FS ?

2009-10-23 Thread Brent Clark

On 23/10/2009 06:27, David Brown wrote:

You can also checkout Lustre. Its a HPC File System for lots of the
Top500.org machines. You can check them out at www.lustre.org iirc
they are in debian somewhere.

Thanks,
- David Brown
   


Hiya

Thanks for this.

Will definitely look into it.

Dont like this statement about supported kernels though:

Lustre servers require a number of patches to the core Linux kernel, 
mostly to export new functions, add features
 to ext3, and add a new locking path to the VFS. This package provides 
these patches for kernel versions 2.6.18,

 2.6.21 and 2.6.22 on i386, amd64, powerpc and ia64 architectures.

Thanks again

Brent


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Cluster FS ?

2009-10-22 Thread Brent Clark

Hiya

Would anyone be able to make any recommendations for a Cluster Filesystem.

I was looking at GlusterFS, but from what I read via other forums / 
mailinglists, its not ready for production, also its not in Lenny.


I work for a quite a large hosting company,  so im looking for something 
stable and scaleable, and thats available out of Lenny.


A friend of mine, said I should look at Redhats GFS, but i dont know how 
the co would feel about looking at Redhat.


Thanks, if anyone is able to help / comment.

Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: OpenSSHD Server

2009-10-01 Thread Brent Clark

On 01/10/2009 05:29, Roman Gelfand wrote:

Everytime I am connecting to my server via ssh, memory utilizaiton
appears to be increasing.  Is there memory leak issues with sshd or,
perhaps, there is a maintenance that needs to be performed? or just
configuraiton setting?

Thanks in advance


   


When you say connect . Do you mean with just ssh for administrative 
tasks, or we talking connect with scp and downloading / uploading something.


Theres many way too look at this. You may want to give a more detailed 
idea as to what you are doing.


HTH

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Debian vs. ATI Radeon x1650

2009-09-24 Thread Brent Clark

On 24/09/2009 15:12, Dominik Smatana wrote:

Ubuntu 9.04 kernel 2.6.27-14-generic = OK (strange)


Hiya

Close your eyes, save yourself time and effort and just use Ubuntu.

Regards
Brent Clark

P.s. Ubuntu 9.04 is using kernel 2.6.28-15-generic.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




keep a packages daemon from adding to rc.d etc, on upgrade

2009-09-20 Thread Brent Clark

Hiya

Would anyone know how to keep a packages daemon from adding to rc.d etc, 
on upgrade, thats after I ran update.rcd package remove.


Im using heartbeat with LVS (ldirector). For my setup, a while ago, I 
did an update.rcd ldirector remove, but when a release from debian 
stable was released, naturally it got reactived.  I need to keep this 
from running, and let heartbeat manage it.


I thought I could use dpkg-statoverride, but Im not to sure of whats the 
correct method.


If anyone help me, it would be appreciated.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: [Xen-users] Slow network speed with Xen 3.2-1

2009-09-11 Thread Brent Verner
I had a similar problem and the solution was to disable checksum
offloading in the domU.

sh# ethtool -K eth0 tx off

You can add this to your /etc/network/interfaces, too..

  post-up  ethtool -K eth0 tx off


I also had to disable this in my dom0 for dhcp to work...

cheers!
  b

On Thu, Sep 10, 2009 at 2:19 PM, virtualroot virtualr...@gmail.com wrote:
 I'm getting a slow network speed (download/upload) domU and dom0
 limits in 10kbps/20kbps.
 Booting a kernel without Xen, this doesnt happens

 /etc/xen/xend-config.sxp
 (network-script network-bridge)
 (vif-script vif-bridge)
 (dom0-min-mem 196)
 (dom0-cpus 0)

 cat /etc/xen/XXX.cfg
 kernel      = '/boot/vmlinuz-2.6.26-1-xen-amd64'
 ramdisk     = '/boot/initrd.img-2.6.26-1-xen-amd64'

 memory      = '2048'
 vcpus = '4'

 root        = '/dev/sda2 ro'
 disk        = [
                  'phy:/dev/storage/XXX-disk,sda2,w',
                  'phy:/dev/storage/XXX-swap,sda1,w',
              ]

 name        = 'XXX'
 vif         = [ 'ip=190.228.X.X,mac=00:16:3E:37:17:9A' ]

 root = /dev/sda2 ro noapic acpi=off nopcmcia noagp nobluetooth
 extra = 3 xencons=tty

 on_poweroff = 'destroy'
 on_reboot   = 'restart'
 on_crash    = 'restart'

 I use Debian 5.0.2 kernel 2.6.26-1-xen-amd64

 ___
 Xen-users mailing list
 xen-us...@lists.xensource.com
 http://lists.xensource.com/xen-users



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



METAPHON does not exist

2009-08-31 Thread Brent Clark

Hiya

I got a debian server with mysql 5 and I get the following message.

ERROR 1305 (42000): FUNCTION suppor_db2.METAPHON does not exist.

Would anyone know how I can fix this.

Got the following installed

ii  libdbd-mysql-perl4.007-1  A Perl5 
database interface to the MySQL database
ii  libmysqlclient15off  5.0.51a-24+lenny1MySQL 
database client library
ii  mysql-client-5.0 5.0.51a-24+lenny1MySQL 
database client binaries
ii  mysql-common 5.0.51a-24+lenny1MySQL 
database common files
ii  mysql-server-5.0 5.0.51a-24+lenny1MySQL 
database server binaries
ii  php5-mysql   5.2.6.dfsg.1-1+lenny3MySQL 
module for php5

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Iceweasel 3.5

2009-08-13 Thread Brent Clark

Jimmy Johnson wrote:
Mepis 8.0 is based on Lenny and has 3.5 compiled, you can get it using 
these repos if you want.


deb ftp://ftp.mepis.com/mepis/ mepis-8.0 main


Hiya

If you going to make a suggestion for a debian based distro, then you 
might as well just make it Ubuntu.
Nothing wrong with Mepis, but im of the opinion, advise someone with the 
knowledge that there is further support if they need it, and at least an 
already established user market.


Regards
Brent Clark




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




maximise application goes right under gnome's bottom panel

2009-07-03 Thread Brent Clark

Hiya

Im running debian testing and gnome. But i dont think that im running 
testing has anything to do with my little problem.


If I maximise an application or console, the bottom of the application 
goes right under gnome's bottom panel. The only way I can see the bottom 
is if I goto the properties of the bottom panel, enable show hide 
buttons and then click the left or right arrow.


Anyone know how I can correct this setting.

Kind Regards
Brent Clark



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Forcing mount to use a particular file system type

2009-05-29 Thread Brent Kolasinski
On Fri, May 29, 2009 at 9:05 PM, Oliver Schneider borba...@gmxpro.net wrote:
 Hi,

 I'm trying to mount a volume that is supposed to be FAT32, all sources I 
 could find agree on that and so does sfdisk (reporting it as FAT32). However, 
 the FS ID in the partition table is different, because it is a so-called 
 backup capsule from Paragon Drive Backup.

 Now I'd really like to mount that thing under Linux, without changing the FS 
 ID.

 Does anyone have any ideas or maybe the exact way? Maybe it's similar to 
 mounting a QCOW image where one has to give a special offset?!

 BTW: I tried to mount it as vfat and ntfs, neither one worked.

 Thanks,

 // Oliver


Did you install the package dosfstools from apt?  I don't think it is
installed in a default debian install and that has all the extras
needed to mount fat32.  I don't think mount cares too much about the
partition type in fdisk if you specifically pass it the filesystem
type using the -t option.

What is the partition type showing up as in fdisk?

-- 
Brent Kolasinski

CUIR Tech Center
University of Wisconsin - Milwaukee
Engelmann B26
(414)-229-6363


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: X11 issue

2009-05-23 Thread Brent Kolasinski
 On Sat, 2009-05-23 at 01:27 +0200, Francesco Pietra wrote:
  Hi:
  Following the lines of successful setup of 3D nvidia driver with lenny
  amd64, i met failure with lenny i386 on a old K7S5A Elite mainboard
  with NV11DDR (GeForce2 MX200 rev b2). I also lost OpenGL, which I used
  for several applications.
 
  What i did:
 
  # apt-get install nvidia-kernel-common module-assistant
 
  # m-a -i -t prepare
 
  # m-a clean,a-i -i -t -f nvidia-kernel-source
 
  # depmod -a
 
  # apt-get install nvidia-glx nvidia-glx-dev mesa-utils
 
  # dpkg-reconfigure xserver-xorg

By any chance did you try using the nvidia driver straight from
nvidia's website?  I have never had issues with the one from them,
though at the same time I have never tried the driver provided in the
debian repos.

If you go that route, the nvidia installer requires the version of gcc
used to build the kernel to build the nvidia module.  Since the
default gcc is set to gcc-4.3 (unless it was changed by the user) the
installer requires you to export a CC variable set to the version of
gcc needed to build the nvidia kernel (this will be gcc-4.1 on Lenny).
 The installer also updates the xorg.conf file to use the new module.


--
Brent Kolasinski

CUIR Tech Center
University of Wisconsin - Milwaukee
Engelmann B26
(414)-229-6363


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: OT Looking for certain Geode LX Board

2009-05-23 Thread Brent Kolasinski
On Sat, May 23, 2009 at 7:39 AM, Martin mar...@marcher.name wrote:

 Hi,

 I'm currently playing around with a pcengines board with a geode
 processor. Now it does have an IDE connector but I'd rather like SATA.

 Some googling pointed me to: http://www.amd.com/geodelxnasrdk -
 unfortunately I can't find any vendor for this board. Anyone knows
 where to get it (I'm in Europe/Austria so US only shipping isn't an
 option).

 thanks for any hints
 Martin


I'm pretty sure AMD stopped manufacturing Geode CPU's a year or so
ago.  I did a search for about 15 minutes  and couldn't come up with
anything.  You might be out of luck.  Instead of trying to find this
board would a SATA to IDE converter work better?  This might be the
only feasible option.

--
Brent Kolasinski

CUIR Tech Center
University of Wisconsin - Milwaukee
Engelmann B26
(414)-229-6363


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: CPU's processing division

2009-05-23 Thread Brent Kolasinski
On Sat, May 23, 2009 at 3:02 PM, Hashimoto xano@gmail.com wrote:
 Hello,

 Just a doubt regarding my system processing division. While monitoring the
 CPU processing I realized the CPU1 is always more busy then CPU0. Right now
 I'm using the VirtualBox, and the CPU1 is 99% busy, and the CPU0 just 34%.

This is normal behavior.

I'm assuming that you are expecting the 2 CPU's to each have a
balanced equal load.  However since most applications are not
multithreaded they can only use one CPU.  The kernel is the one who
decides which processes run on each CPU, and also decides when to
switch a thread to a different CPU because it is taking up too many
resources.  This is done by the process scheduler in the kernel.
Multi threaded apps will usually balance the load between CPU's
better, but it is not always balanced 100% perfectly.  A lot of it is
up to how the programmer writes the software, and how good the
programmer implements multi threading for their application.  Not all
tasks will be suited for multi threading either... something that is
dealing with complete random access will not benefit from multi
threading, as it will probably be limited by high I/O time. On the
other hand, something that is high in CPU usage, such as video
encoding or 3d rendering, will greatly benefit from multi threading.


-- 
Brent Kolasinski

CUIR Tech Center
University of Wisconsin - Milwaukee
Engelmann B26
(414)-229-6363


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Why is the kernel in testing so far behind what's current?

2009-05-14 Thread Brent Clark

Patrick Wiseman wrote:

Thanks, guys, for suggesting that - I used to build a custom kernel
the Debian way all the time, but am out of the habit.  I'll get back
into it.

Patrick

  

Personally I dont know why you would.

My suggestion, get unstables version, if that does not work, then try 
rolling your own.


Regards
Brent Clark

P.s. I use unstables 2.6.29 ... I havent had any problems.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: GDM and gnome session malfunction

2009-04-30 Thread Brent Clark

Paul Scott wrote:


There should be a gdm log somewhere.

Paul



Or start gdm but yourself and see if you get anything from STDOUT or STDERR

/usr/sbin/gdm --nodaemon

HTH

Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Bash Script for Mail sending Check

2009-04-16 Thread Brent Clark

Alex Samad wrote:
can you use nmap 

Hiya

Why on earth would you wan to use nmap.

bcl...@zion:~$ dig mx google.com +short
10 smtp2.google.com.
10 smtp3.google.com.
10 smtp4.google.com.
10 smtp1.google.com.

bcl...@zion:~$ nc -v -z smtp1.google.com 25
smtp1.google.com [209.85.237.25] 25 (smtp) open

In short  man nc

HTH

Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Bash Script for Mail sending Check

2009-04-16 Thread Brent Clark

Alex Samad wrote:
how is that different from nmap ? 

  
They essentially will both do the job. But im of the opinion that nmap 
is the wrong tool for the job. Especially considering its for a bash 
script (You can use swaks too).


The beauty about nc is that you can pipe it commands from a file, 
therefore simulate various options scenarios etc (e.g. smtp)


Google netcat hacks and you will see the power.

(This is my favourite : http://www.oreillynet.com/pub/h/1058 )

For the orignal poster, he / she wanted to connect and test for a SMTP 
server as well as issue a timeout (-w), netcat will do that which you 
can grep for. All in all, and what Im really trying to say is that your 
code may look a lot neater and easier, as opposed to


case $( (sleep 5; echo quit; ps |awk '/telnet/{print kill $1}' |sh) | telnet  
192.168.0.20 25 2- )

nc -v -w 5 -z 192.168.0.20 25

I always get suspicious, when people start implementing and using kill. Nothing 
wrong with it, just think not enough brain power was put in and there generally 
is an easier and more elegant solution.

HTH and my Zim $1 worth of info.

Regards
Brent Clark





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: debian testing

2009-04-07 Thread Brent Clark

Daniel Dalton wrote:

Hi,

How stable is debian testing (squeeze)? Is it worth updating to? Or
should I wait a little bit until more development has been done? I used
to run debian when it was testing, so wonder if squeez is this stable?

Daniel.

  

Hi

Im of the opinion that more people should be running testing (and if you 
know what you doing / more braver - use unstable).

It works and it works very well.

Here where I work, and at home too, I run debian testing. In the Ten 
years that I have been running Debian, I can only remember that on two 
occasions that I have experienced problems (but im sure the problem was 
more between the keyboard and chair ;) ).


Another thing is if more people would submit bugs. Really help the 
maintainers. Help the project and community.


The only problem I do have is with package management. I find it a bit 
cumbersome and too tiring to even bother (Think Debian could learn from 
FreeBSD).


Anyway.

HTH and hope you will give Testing a try.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




debian packaging examples.

2008-10-22 Thread Brent Clark
Hiya

Other than the standard debian packaging manual / site.

Would anyone have any links / urls for deb packaging from source.

Kind Regards
Brent Clark


problems with splashy on sid

2008-09-22 Thread Brent Russell Langille Carter
Hello:

I am using splashy on Debian sid with an initrd. I don't use grub or
lilo but boot from smartfirmware with options: video=radeonfb:[EMAIL PROTECTED] 
splash quiet

I have built the initrd and mounted it to check and indeed
splashy is in the initrd under /sbin. I also checked to see if
libglib-2.0.so.0 is present and it is under /usr/lib/libglib-2.0.so.0.
However when I boot the system I eventually get the warning:

error while loading shared libraries: libglib-2.0.so.0: cannot open
shared object file: no such file or directory

Any ideas?

Zoho


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



debian rc

2008-07-11 Thread Brent Clark

Hi

So if im seeing the following in when i dpkg -l

rc  linux-image-2.6.18-4-686  2.6.18.dfsg.1-12etch2 Linux 2.6.18 
image on PPro/Celeron/PII/PIII/
rc  linux-image-2.6.18-5-686  2.6.18.dfsg.1-17  Linux 2.6.18 
image on PPro/Celeron/PII/PIII/
rc  linux-image-2.6.22-3-686  2.6.22-6  Linux 2.6.22 
image on PPro/Celeron/PII/PIII/


How does one go about fixing this, can i just remove the directorys in 
/lib/modules and all goes away.


Kind Regards

Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




No override present

2008-06-17 Thread Brent Clark

Hi

Would anyone know how to fix the following.

[EMAIL PROTECTED]:~# apt-get remove dspam-webfrontend --purge
Reading package lists... Done
Building dependency tree   
Reading state information... Done

The following packages will be REMOVED
 dspam-webfrontend
0 upgraded, 0 newly installed, 1 to remove and 71 not upgraded.
1 not fully installed or removed.
After this operation, 291kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 39302 files and directories currently installed.)
Removing dspam-webfrontend ...
No override present.
No override present.
No override present.
No override present.
No override present.
No override present.
dpkg: error processing dspam-webfrontend (--remove):
subprocess post-removal script returned error exit status 2
Errors were encountered while processing:
dspam-webfrontend

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




perlmagick woes

2008-05-19 Thread Brent Clark

HI

I run a very minimalistick debian setup on my machines. One of the 
developers requested that I install perlmagick for some graphics 
manilpulation etc.


But the problem I have is that on install, the range and the type of 
dependancies are ludecris (e.g. iceweasel).


Would anyone have a solution as to how I can get perlmagick installed, 
but with out having to install x libs etc,


If anyone could help, it would be most appreciated.

Regards
Brent Clark

P.s. Here is my doings below.

[EMAIL PROTECTED]:/tmp# dpkg -i perlmagick_6.3.7.9.dfsg1-2+b2_amd64.deb
Selecting previously deselected package perlmagick.
(Reading database ... 49624 files and directories currently installed.)
Unpacking perlmagick (from perlmagick_6.3.7.9.dfsg1-2+b2_amd64.deb) ...
dpkg: dependency problems prevent configuration of perlmagick:
perlmagick depends on libmagick10; however:
 Package libmagick10 is not installed.
dpkg: error processing perlmagick (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
perlmagick
[EMAIL PROTECTED]:/tmp# apt-get install libmagick10
Reading package lists... Done
Building dependency tree   
Reading state information... Done

You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
 libmagick10: Depends: libcairo2 (= 1.2.4) but it is not going to be 
installed
  Depends: libdjvulibre21 (= 3.5.20) but it is not going 
to be installed
  Depends: libfontconfig1 (= 2.4.0) but it is not going to 
be installed
  Depends: libglib2.0-0 (= 2.12.0) but it is not going to 
be installed
  Depends: libgraphviz4 (= 2.18) but it is not going to be 
installed
  Depends: libgtk2.0-0 (= 2.12.0) but it is not going to 
be installed

  Depends: libilmbase6 but it is not going to be installed
  Depends: libopenexr6 (= 1.6.1) but it is not going to be 
installed

  Depends: libpixman-1-0 but it is not going to be installed
  Depends: librsvg2-2 (= 2.18.1) but it is not going to be 
installed
  Depends: libwmf0.2-7 (= 0.2.8.4) but it is not going to 
be installed

  Depends: libxrender1 but it is not going to be installed
  Recommends: ghostscript but it is not installable
  Recommends: gsfonts but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or 
specify a solution).

[EMAIL PROTECTED]:/tmp# apt-get -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done

Correcting dependencies...Done
The following packages were automatically installed and are no longer 
required:

 libmagick9 libio-zlib-perl python2.4 python2.4-minimal
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
 dictionaries-common djview4 djvulibre-desktop djvulibre-plugin 
fontconfig fontconfig-config gsfonts hicolor-icon-theme iceweasel
 libatk1.0-0 libatk1.0-data libaudio2 libcairo2 libcroco3 libcupsys2 
libdatrie0 libdjvulibre21 libdrm2 libfontconfig1 libfontenc1 libfs6
 libgd2-noxpm libgl1-mesa-glx libglib2.0-0 libglib2.0-data libgraphviz4 
libgsf-1-114 libgsf-1-common libgtk2.0-0 libgtk2.0-bin
 libgtk2.0-common libhunspell-1.2-0 libilmbase6 libmagick10 libmng1 
libnspr4-0d libnss3-1d libopenexr6 libpango1.0-0 libpango1.0-common
 libpixman-1-0 libqt4-core libqt4-dbus libqt4-designer libqt4-gui 
libqt4-network libqt4-qt3support libqt4-script libqt4-sql
 libqt4-sql-mysql libqt4-svg libqt4-test libqt4-xml libqtcore4 
librsvg2-2 libthai-data libthai0 libwmf0.2-7 libxaw7 libxcomposite1
 libxcursor1 libxdamage1 libxfixes3 libxfont1 libxft2 libxi6 
libxinerama1 libxmu6 libxp6 libxpm4 libxrandr2 libxrender1 libxslt1.1
 libxtrap6 libxtst6 libxv1 libxxf86dga1 libxxf86misc1 libxxf86vm1 
myspell-en-us qt4-qtconfig shared-mime-info x-ttcidfont-conf
 x11-session-utils x11-utils x11-xfs-utils x11-xserver-utils xdg-utils 
xfonts-encodings xfonts-utils xsltproc xutils xutils-dev

Suggested packages:
 ispell emacsen-common jed-extra djvulibre-bin iceweasel-gnome-support 
latex-xft-fonts xprint mozplugger nas cupsys-common libgd-tools
 librsvg2-common libwmf-bin html2ps ttf-kochi-gothic ttf-kochi-mincho 
ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp
 ttf-arphic-gkai00mp ttf-arphic-bkai00mp libqt4-dev librsvg2-bin 
mesa-utils desktop-file-utils libgnome2-0 exo-utils libexo-0.3-0

 libgnomevfs2-bin kdelibs4c2a konqueror
Recommended packages:
 ghostscript
The following NEW packages will be installed
 dictionaries-common djview4 djvulibre-desktop djvulibre-plugin 
fontconfig fontconfig-config gsfonts hicolor-icon-theme iceweasel
 libatk1.0-0 libatk1.0-data libaudio2 libcairo2 libcroco3 libcupsys2 
libdatrie0 libdjvulibre21 libdrm2 libfontconfig1 libfontenc1 libfs6
 libgd2-noxpm libgl1-mesa-glx libglib2.0-0 libglib2.0-data

Roll back a version

2008-02-22 Thread Brent Clark

Hi

This is just something that entered my mind.

Without having to wget the deb file etc. It is possible to roll back a version for a particular 
software.


e.g. apt-get --rollback apache.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




debian live cv with dev apps

2008-02-06 Thread Brent Clark

Hi

Does anyone know of live cd distro that has all the debian development / 
package building apps.

If anyone can help recommend, thanks in advance.

Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Meeting this week

2007-12-17 Thread Brent Sapiro
This email may be an advertisement or solicitation. If you do not want
to receive marketing messages from WebEx click here | view Privacy
Policy  

-WEBEX:enUS:tqT/AxTfJQAEbTsoTIiIL8-


hey man

2007-09-30 Thread Brent
7 xxxgifts for you Debian-user-polish
www she4u dot cn


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



ntp and evolution - configuration problems?

2007-06-05 Thread Brent Bailey

I have some problems with processes not being able to connect to the
internet.  I have a ntp daemon running, but when I try to syncronize with an
internet clock I get the following error message:

NTP support is not installed.

Please install and activate NTP support in the system to enable
synchronization of your local time server with Internet time servers.

Also, I cannot send and recieve from evolution for my gmail account.  I have
the POP and SMTP options the same in my notebook which is running Ubuntu,
and it works fine.

Am I missing some configuration option here?  Something to do with
security?  Should I be putting anything in hosts.allow? Any help would be
appreciated.

I am running testing.

Thanks,

Brent


Re: ntp and evolution - configuration problems?

2007-06-05 Thread Brent Bailey

Thanks for the reply Nyizsa.  Sorry if this is not in the thread, but
I cannot reply to the list directly

On Tue, 5 Jun 2007 09:52:34 -0400
Brent Bailey [EMAIL PROTECTED] wrote:


I have some problems with processes not being able to connect to the
internet. I have a ntp daemon running, but when I try to syncronize
with an internet clock I get the following error message:

NTP support is not installed.

Please install and activate NTP support in the system to enable
synchronization of your local time server with Internet time servers.



Check if the ntpd daemon is running!

ps -e |grep ntpd

If it isn't (I bet it isn't), you can start it simply by ntpd as root.

ntpd is running, and /etc/services has:

ntp123/tcp
ntp123/udp# Network Time Protocol


Also, I cannot send and recieve from evolution for my gmail account.
I have the POP and SMTP options the same in my notebook which is
running Ubuntu, and it works fine.


And what error messages do you get?

No error message, but cannot select the send/recieve button

Also ssmtp and pop are in /etc/services


Am I missing some configuration option here? Something to do with
security? Should I be putting anything in hosts.allow? Any help
would be appreciated.

I am running testing.

Thanks,

Brent



--
Szia:
Nyizsa.


XP and Samba.....again

2006-12-21 Thread Brent Schmidt

 I tried to create a new account and here is what I get:
 Linuxbox:/home/brent# smbpasswd -a schmity
 New SMB password:
 Retype new SMB password:
 Failed to initialise SAM_ACCOUNT for user schmity. Does this user exist in
 the UNIX password database ?
 Failed to modify password entry for user schmity
 Linuxbox:/home/brent#

 Any Ideas?

 Thanks for the help.

 Brent


 On Thu Dec 21 20:21 , Evan  sent:


 I vaguely remember something a while ago about not being able to use
  the same username/password for both boxes (Windows and Linux).

  Could this be the problem?

  On 12/21/06, Don Hayward [EMAIL PROTECTED] wrote:
   Sorry, I just dropped into this thread, but...
  
   On Thu, 21 Dec 2006, schmity wrote:
  
Here is my latest from the command line.  Looks like the problem is a
user and password problem.
   
###
Linuxbox:/home/brent# smbclient -L linuxbox
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
Linuxbox:/home/brent# smbclient -L linuxbox -U brent
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
Linuxbox:/home/brent# smbclient -L linuxbox -U root
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
Linuxbox:/home/brent# man smbclient
Reformatting smbclient(1), please wait...
Linuxbox:/home/brent#
#
   
Of course I type in the correct password every time.
   
   
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
   [EMAIL PROTECTED]
   
   
  
   I recently had a very similar expeience -- what solved it for me was
   setting up the smbpasswd file on the samba server, adding the relevant
   uid-password pairs, and telling samba to use encrypted..  Without this
   I couldn't get connected, even though I told samba not to use
   encrypted passwords and told XP to send passwords in plaintext.
  
   Hope this helps.
  
   Regards,
  
   Don
  
   --
   Don.Hayward at pomobuli.net -- debian/rules -- Registered Linux user
 #374806
  
  
   --
   To UNSUBSCRIBE, email to [EMAIL PROTECTED]
   with a subject of unsubscribe. Trouble? Contact
   [EMAIL PROTECTED]
  
  





sony sucks

2006-11-06 Thread Brent Clark

http://www.lik-sang.com/info.php?category=0products_id=1467;

Just as well the sony playstations don't run on sony batteries cause
then it would be a 'hot deal' lol

Wonder if Sony are gonna stop people on ebay/similar from also selling
their playstations all over the world also infringing on sony's dreamt
up infringements, sigh dumb asses.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




module-assistant build netfilters POM

2006-11-01 Thread Brent Clark

Hey all

I have a question related to netfilters POM and layer 7.

I would like to know if theres an easier way to install services.

For example, take sshfs. To install it you just have to:

module-assistant prepare
module-assistant build shfs
dpkg -i /usr/src/shfs-module-1234.deb

Basically looking for a easier way. Somethig that I dont have to get all the 
kernel source.

Just something I was thinking

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Midnight Commander in Gnome Terminal

2006-10-26 Thread Brent Clark

Eeltje wrote:

It works as you described in KDE. So your problem is really a Gnome
problem, not a X problem.
I can not help you with Gnome...


Hi

Maybe you or someone else could help me with this.

I dont use kde or gnome. But why is it that when I start a shell (rxvt or xterm 
or Eterm), (and the lynx option is on) mc breaks.

The display goes all pear shaped.

Kind Regard
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Re: Hal error when starting dbus

2006-10-20 Thread Brent Bailey
Florian et al.,

I checked the md5sum and it is the same as you gave.

The only thing in /etc/default/hal is DAEMON_OPTS=.

I uninstalled hal and removed all configuration files, and reinstalled
it.  Still getting the same error though.

Thanks,

Brent


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Hal error when starting dbus

2006-10-19 Thread Brent Bailey
Hello,

When I try to restart dbus I get an error from hal...

# /etc/init.d/dbus restart
Stopping Hardware abstraction layer: hald.
Stopping system message bus: dbus.
Starting system message bus: dbus.
Starting Hardware abstraction layer: haldrun-parts:
/etc/dbus-1/event.d/20hal exited with return code 1

I installed dbus (o.93-1), udev (0.5.8.1-1) and hal (0.100-2) and purged
dbus-1.  The udevd and dbus-daemon are running, but hald does not start. 
Please let me know if you need any additional information.

Brent


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



use of -m limit for Syn Flood protection

2006-10-14 Thread Brent Clark

Hey all

In my continuous quest to understand TCP and netfilter / iptables more, I have 
started experimenting with rate limiting and different TCP Flags.

On my Lan I have mail server and obviously ident requests are perform etc, so I 
currently im trying this

# we allow 4 TCP connects per second, no more
$IPT -N syn-flood
$IPT -A syn-flood -m limit --limit 1/s --limit-burst 4 -j LOG --log-level info 
--log-prefix ' Syn Flood '
$IPT -A syn-flood -m limit --limit 1/s --limit-burst 4 -j RETURN
$IPT -A syn-flood -j DROP

$IPT -t filter -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
$IPT -A FORWARD -p tcp --syn -j syn-flood

so now I get this

Oct 14 14:51:46 gate kernel:  Syn Flood IN=eth1 OUT=eth0 
SRC=192.168.111.11 DST=218.15.249.32 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=23007 
DF PROTO=TCP SPT=40108 DPT=113 WINDOW=5840 RES=0x00 SYN
URGP=0
Oct 14 14:51:49 gate kernel:  Syn Flood IN=eth1 OUT=eth0 
SRC=192.168.111.11 DST=218.15.249.32 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=23008 
DF PROTO=TCP SPT=40108 DPT=113 WINDOW=5840 RES=0x00 SYN
URGP=0
Oct 14 14:51:55 gate kernel:  Syn Flood IN=eth1 OUT=eth0 
SRC=192.168.111.11 DST=218.15.249.32 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=23009 
DF PROTO=TCP SPT=40108 DPT=113 WINDOW=5840 RES=0x00 SYN
URGP=0
Oct 14 14:52:07 gate kernel:  Syn Flood IN=eth1 OUT=eth0 
SRC=192.168.111.11 DST=218.15.249.32 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=23010 
DF PROTO=TCP SPT=40108 DPT=113 WINDOW=5840 RES=0x00 SYN
URGP=0

So my question is, have I maybe been to aggressive on the limit.

I use the -j syn-flood for both FORWARD and INPUT


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




SNMP to detect that a Cisco router....

2006-10-04 Thread Brent Clark

Hey all

Would anyone know how you use SNMP to detect that a Cisco router is using an 
alternative (redundant) interface and then change the routing settings on your 
firewall.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




(no subject)

2006-08-24 Thread Brent Clark

Hi

anyone know how to grep on a few files and search for ^$.

Im not looking for the empty line, I need a line that contains the characters 
^$.

Kind Regards

Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




apache2 conf

2006-08-23 Thread Brent Clark

Hi all

Today i seem to be fighting with Apache2.

I need to have a cgi-bin for /home/images/cgi-bin

But I keep getting premature script.

This is my current conf

VirtualHost 1.2.3.4:80
ServerAdmin [EMAIL PROTECTED]

ServerAlias abc.com
ServerName abc

SuexecUserGroup images images

ScriptAlias /cgi-bin/ /home/images/cgi-bin/

DocumentRoot /home/images/public_html/
 AddHandler cgi-script .cgi .pl

Directory /home/images/cgi-bin/
Options +ExecCGI
SetHandler cgi-script
 AddHandler cgi-script .cgi .pl

#   AllowOverride None
#   Order deny,allow
#   Deny from all

   Order allow,deny
   Allow from all
/Directory

/VirtualHost

I tried the command line option and I get the hello world outout.

If anyone could assist, I would be most greatful

Kind Regards
Brent Clark



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Stiff asks, great programmers answer

2006-08-23 Thread Brent Clark

Someone posted this on the TPA mailing list.



Someone e-mailed some programming related questions to some of the
greatest programmers (this is debatable) around:

Linus Torvalds - The Linux kernel author

Dave Thomas - Author of the „Pragmmatic Programmer, „Programming
Ruby and other great books about programming. One can read his mainly
programming-related thoughts here.

David Heinemeier Hansson - Author of the Rails Framework - the new hot
web development framework. He has a weblog here.

Steve Yegge - Proably the least known from guys here, but also made
one of the most interestings answers, has a popular weblog about
programming. He is also the author of a game called „Wyvern.

Peter Norvig - Research Director at Google, a well known Lisper,
author of famous (in some circles at least) books about AI. See his
homepage.

Guido Van Rossum - The Python language creator

Bjarne Stroustrup - C++ creator, has a homepage here

James Gosling - The Java language creator

Tim Bray - One of the XML and Atom specifications author and a blogger too.

Here is the link:
http://sztywny.titaniumhosting.com/2006/07/23/stiff-asks-great-programmers-answers/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




scim creates a zombie process

2006-08-16 Thread Brent Russell Langille Carter
Hello,

I have my default input set to scim with im-switch -z en_CA -s scim so
that when I log into my desktop (gnome) I can use either Hangul (Korean)
or English. 

the output of ps -al | grep 'Z'  gives 

F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTY  TIME CMD
0 Z  1000  3082  3037  0  76   0 - 0 exit   ?00:00:00 scim
defunct

where the parent process id is gnome-session. Everything seems to work
fine but it is strange that it always ends up with a zombie process is
it not?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Target filesystem doesnt have /sbin/init

2006-08-01 Thread Brent Clark

Hi

Yesterday I run apt-get install linux-image.2.6.17 (average idea of the 
command).

Obviously all dependants etc were satisfied and this morning on rebooting my 
machine boot and then fell on a busybox screen.

I wrote the messages down, but I hope someone can help me with this and this is 
the second time this has happened. Im upgrading from 2.6.8 and I run testing on 
my machine.

Begin moutning root file system
Begin Running /scripts/local-top
Done
Begin Running /scripts/local-premount
Done
mount: mounting /dev/root on /root failed No such device
Begin Running /scripts/local-bottom
Done
Done
Begin running /scripts/init-bottom
mount: mounting /root/dev/ on /dev.static/dev/ failed No such file or device
mount: mounting /sys on /root/sys failed no such file or device
Target filesystem doesnt have /sbin/init

My question is, when on reinstalling debian and installing 2.6.17 and this 
happens again.

My question is, how or what do I edit to force it to work.

If anyone can assit, this would greatfully be appreciated.

Kind Regards
Brent


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Target filesystem doesnt have /sbin/init

2006-08-01 Thread Brent Clark

shell wrote:

Can u tell us how ur /boot/grub/menu.lst set? Most importent is boot 
param, esp boot=  root=. Did u regenerted initrd.img?




Hi

Thanks for replying.

I use Lilo and I did not regenerted initrd.img.
But if im not mistaken by apt-getting the linux-image package it does it doe 
you.

Thanks again for replying.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Target filesystem doesnt have /sbin/init

2006-08-01 Thread Brent Clark

shell wrote:


Looks like script init in initrd.img can't mount root fs in ur system.
The init script will get root= in boot param as root. So check if u get 
right param when boot up kernel.
BTW, If I'm right, local script will wait for 1800s before root device 
setup, did u really wait so long?




Hi

I dont know version of initramfs you running but on testing and on my machine 
it did not take long at all.
Took a few seconds for my machine to get to the initrmfs prompts.

Thanks again for replying.

Brent


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




dpkg-reconfigure

2006-07-26 Thread Brent Clark

Hi

You know when you install debian and debconf a screen whereby you can add more 
sources to the sources.list file etc.

Is there a dpkg-reconfigure option for that.

also, apart from using dpkg -l to see what packages are installed. How would I 
know what software / packages I can use dpkg-reconfigure with.
Is there a list somewhere or something

Just something I was wondering.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Moving web server to new IP

2006-07-26 Thread Brent Clark

Simon wrote:

I need to move our web server to a new IP range. This is hosting
around 300 websites, about 250 on 2-3 IPS (standard name based virtual
hosts) and the rest on their own IPs (SSL hosts). All running on
apache/php/mysql.


Hi

Just a suggestion, start by shortening the TTL, therefore any changes made will 
have a more quicker ripple effect.

HTH

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Just one share that any and all my users can write / delete from it - samba wont hear of it

2006-07-26 Thread Brent Clark

Hi all

For the likes of me, I cant get samba to allow write access to a share.

I have a very basic setup.

Just one share that any and all my users can write / delete from it.

Here is a copy of my testparam output:
fileserver:/# testparm
Load smb config files from /etc/samba/smb.conf
Processing section [SDRIVE]
Loaded services file OK.
WARNING: passdb expand explicit = yes is deprecated
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

[global]
workgroup = WORKGROUP
netbios name = ECCOFILESERVER
server string = %h server (Samba %v)
security = SHARE
obey pam restrictions = Yes
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
name resolve order = wins bcast host lmhosts
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
load printers = No
show add printer wizard = No
preferred master = Yes
dns proxy = No
wins support = Yes
panic action = /usr/share/samba/panic-action %d
invalid users = root

[SDRIVE]
path = /eccofiles/sdrive
guest ok = Yes
fileserver:/#

Here are my directory permissions

fileserver:/# ls -lar eccofiles/*
eccofiles/sdrive:
total 8
drwxrwxrwx 4 root root 4096 2006-07-26 12:53 ..
drwxrwxrwx 2 root root 4096 2006-07-26 11:44 .

eccofiles/lost+found:
total 52
drwxrwxrwx 4 root root  4096 2006-07-26 12:53 ..
drwxr-xr-x 2 root root 49152 2006-07-25 18:58 .
fileserver:/# ls -lar eccofiles*
total 60
drwxrwxrwx  2 root root  4096 2006-07-26 11:44 sdrive
drwxr-xr-x  2 root root 49152 2006-07-25 18:58 lost+found
drwxr-xr-x 22 root root  4096 2006-07-26 10:37 ..
drwxrwxrwx  4 root root  4096 2006-07-26 12:53 .
fileserver:/#

If anyone could assist, I would be most grateful.

Kind Regards
Brent Clark






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cant compile kernel

2006-07-25 Thread Brent Clark

Hi all

Would anyone please assist me with as I cant compile make menuconfig

[EMAIL PROTECTED]:/usr/src/kernel-source-2.6.8# make menuconfig
  HOSTCC  scripts/kconfig/mconf.o
scripts/kconfig/mconf.c:91: error: static declaration of 'current_menu' follows 
non-static declaration
scripts/kconfig/lkc.h:63: error: previous declaration of 'current_menu' was here
make[1]: *** [scripts/kconfig/mconf.o] Error 1
make: *** [menuconfig] Error 2
[EMAIL PROTECTED]:/usr/src/kernel-source-2.6.8#

I have ncurses installed.

If anyone could assist, I would be most grateful.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




(no subject)

2006-07-14 Thread Brent Clark

Hey all

With the hack on Debian,s gluck machine and the writes up about it.
In the 5th paragraph of the following link:

http://www.zdnet.com.au/news/security/soa/Debian_locks_out_developers_after_server_hack/0,261744,39263432,00.htm

It reads
An investigation of developer passwords revealed a number of weak passwords whose 
accounts have been locked in response, Schulze wrote.

My question is, how would they go about that? What tools or tests were needed 
to test whether an account has a strong or weak password.

The only thing I can think of is a foreach on the usernames and some type of 
brute force / dictionary attack. I suppose it would have been nice if they
mentioned the service / protocal that was compromised.

Just something I was thinking.

Kind Regards
Brent Clark



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




SMTP data timeout

2006-07-13 Thread Brent Clark

Hi

Is anyone experiencing SMTP problems from the Uk.

I seem to be experiencing issues whereby every now and again where Exim gives 
me a message like so:
SMTP data timeout (message abandoned) on connection from mra04.ch.as12513.net 
[82.153.254.72] F=[EMAIL PROTECTED]

Weird thing is that I subscribe to quite a few mailing list etc (Exim include), 
and yet a few servers are having problems connecting to my mail server.
Even US and local traffic is not a problem, just the UK.

If I perform tcptraceroutes  (and too from my foreign shell back home), I have 
no problems connecting to remote mail server.

Kind Regards
Brent Clark



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




removal of event-rpc-perl

2006-07-11 Thread Brent Clark

Hi all

I seem to be struggling with event-rpc-perl

snippit1

The following packages will be REMOVED
  event-rpc-perl
The following NEW packages will be installed
  gcc-3.4-base lapack3 libevent-rpc-perl libg2c0 libmdbtools libufsparse 
refblas3
The following packages have been kept back:
  dvdrip libdvd0 shrinkta
The following packages will be upgraded:
  anyevent-perl libcairo2 libiterm1 libquicktime0 libtasn1-3 libxiterm1 
openoffice.org openoffice.org-base openoffice.org-calc openoffice.org-common 
openoffice.org-core openoffice.org-draw openoffice.org-impress 
openoffice.org-java-common
  openoffice.org-l10n-en-us openoffice.org-math openoffice.org-writer 
po-debconf python-central python-uno ttf-opensymbol xiterm
22 upgraded, 7 newly installed, 1 to remove and 3 not upgraded.

/snippit1

snippit2
Fetched 80.9MB in 38m10s (35.3kB/s)
Preconfiguring packages ...
(Reading database ... 71168 files and directories currently installed.)
Unpacking libevent-rpc-perl (from .../libevent-rpc-perl_0.90-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/libevent-rpc-perl_0.90-1_all.deb 
(--unpack):
 trying to overwrite `/usr/share/perl5/Event/RPC.pm', which is also in package 
event-rpc-perl
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libevent-rpc-perl_0.90-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
[EMAIL PROTECTED]:~$

/snippit

Would anyone know how I can force this.

I tried --force-yes, but alas this does not work.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Problems with module-assistant build shfs

2006-07-05 Thread Brent Clark

Hey all

I seem to be experiencing problems with module-assistant

I run module-assistant build shfs

and I get the following


member named 
`d_u'
  x 
/usr/src/modules/shfs/Linux-2.6/dcache.c:104: warning: type defaults toa
  x `int' in 
declaration of `__mptr'   a
  x 
/usr/src/modules/shfs/Linux-2.6/dcache.c:104: warning: initialization  a
  x from 
incompatible pointer type a
  x 
/usr/src/modules/shfs/Linux-2.6/dcache.c:104: error: structure has no  a
  x member named 
`d_u' a
  x make[4]: *** 
[/usr/src/modules/shfs/Linux-2.6/dcache.o] Error 1a
  x make[3]: *** 
[_module_/usr/src/modules/shfs/Linux-2.6] Error 2 a
  x make[3]: 
Leaving directory `/usr/src/kernel-headers-2.6.8-2-686'   a
  x make[2]: *** 
[default] Error 2 a
  x make[2]: 
Leaving directory `/usr/src/modules/shfs/Linux-2.6'   a
  x make[1]: *** 
[binary-modules] Error 2  a
  x make[1]: 
Leaving directory `/usr/src/modules/shfs'
  x make: *** 
[kdist_build] Error 2

If anyone could assist, I would gratefully appreciate it.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Dapper Drake verdict: It sucks

2006-06-14 Thread Brent Clark

Sorry, couldnt resist

http://www.tectonic.co.za/view.php?id=1026


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Target filesystem

2006-06-09 Thread Brent Clark

Hey all

I seem to be experiencing problems booting up (Thank goodness for Knoppix)

There are a host of errors, but the end message is:

Target filesystem doesn't have /sbin/init
/bin/sh: can't access tty; job control turned off

From googling this seems a common problem.

Would anyone know how to force this to work?

From what I gather it cant detect the filesystem.

If anyone can assist, it would be most appreciated.

Kind Regards
Brent Clark



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Target filesystem

2006-06-09 Thread Brent Clark

Jon Dowland wrote:


At 1149839151 past the epoch, Brent Clark wrote:
 


I seem to be experiencing problems booting up (Thank goodness for Knoppix)

There are a host of errors, but the end message is:

Target filesystem doesn't have /sbin/init
/bin/sh: can't access tty; job control turned off
   



If you boot to knoppix and mount said filesystem, are sbin/init and
/bin/sh present?

 


Hi Jon

[EMAIL PROTECTED] sudo mount /dev/hdb1 /mnt
[EMAIL PROTECTED] ls -la /mnt/ | grep bin
drwxr-xr-x2 root root  4096 Jun  9 02:27 bin
drwxr-xr-x2 root root  4096 Jun  9 02:27 sbin
[EMAIL PROTECTED] ls -la /bin/s 
sash   sedsetpci setserial  sh sleep  
stty   su sync  
[EMAIL PROTECTED] ls -la /bin/s*

-rwxr-xr-x  1 root root 551064 Feb  5  2005 /bin/sash
-rwxr-xr-x  1 root root  41336 Feb 10  2005 /bin/sed
lrwxrwxrwx  1 root root 15 May  3  2005 /bin/setpci - /usr/bin/setpci
-rwxr-xr-x  1 root root  20816 May 25  2005 /bin/setserial
lrwxrwxrwx  1 root root  4 May 26  2005 /bin/sh - bash
-rwxr-xr-x  1 root root  14424 Jul 16  2004 /bin/sleep
-rwxr-xr-x  1 root root  36856 Jul 16  2004 /bin/stty
-rwsr-xr-x  1 root root  23248 Jul 25  2005 /bin/su
-rwxr-xr-x  1 root root  12216 Jul 16  2004 /bin/sync
[EMAIL PROTECTED] ls -la /sbin/ini*
-rwxr-xr-x  1 root root 50816 Sep 23  2005 /sbin/init
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Round robin DNS type of service

2006-06-08 Thread Brent Clark

Hey all

If you look @ google

[EMAIL PROTECTED]:~$ dig www.google.com +short
www.l.google.com.
216.239.37.104   This is First
216.239.37.99
[EMAIL PROTECTED]:~$ dig www.google.com +short
www.l.google.com.
216.239.37.99
216.239.37.104   Now its second
[EMAIL PROTECTED]:~$

This my question, I want to do the same OR

What I really want is:
I want to purchase ANOTHER dedicated server and make it so that if on someone 
types in the browser www.eccotours.biz, obviously it will resolve to
one of the IPs. BUT how will I handle if one of the machines is down. How can I 
get around this.
Or will the client first try one IP, if on failure, try the next one.

Brent


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Where can I check the system log files?

2006-06-07 Thread Brent Clark

Nay Oo wrote:

Hi

Today, I installed telnetd program in Sarge and system freezed totally 
at gdm login screen after reboot.
After that, I booted the system in recovery mode and uninstalled 
telnetd program. Only after that, it worked normally.


I want to check the log files? May I know where/which are the log files 
I need to check to investigate problems? Where are the locations of the 
log files in Debian where users can check when something strange things 
happen like that.


Any helps or suggestions will be very much appreciated.

Thank you,
Nay Oo



Hi

Is this like a joke.

cd /var/log/

Also why you installing telnetd (old and not a secure method of remoting to a 
machine)

Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




PHP Warning: mime_magic:

2006-06-06 Thread Brent Clark

Hi all

Im not sure if this is a type or bug, but for sometime I have been seeing the 
following.

PHP Warning:  mime_magic: type regexBEGIN[[:space:]]*[{]
application/x-awk invalid in Unknown on line 0

I initially thought it was just my machine, but looking on my other debian 
machines (all my machines run testing) , its the same problem.

I wonder if the maintainer knows about this.

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




rsync to port 8080

2006-05-19 Thread Brent Clark

Hi

Could anyone please help me with rsync

Im running ssh on port 8080, and I cant get rsync to connect.

Ive tried

rsync -a --port=8080 [EMAIL PROTECTED]:/spare2/wayne_mail..tar.gz 
wayne_mail..tar.gz

rsync -a -e ssh [EMAIL PROTECTED]:8080:/spare2/wayne_mail..tar.gz 
wayne_mail..tar.gz

Kind Regards
Brent Clark


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




  1   2   3   >