Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2008 #860

From: <debian-user-digest-request(at)lists.debian.org>
Date: Tue Apr 29 2008 - 23:52:47 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2008 : Issue 860

Today's Topics:

  Re: problem setting user and group o  [ Mark Clarkson  ]
  Re: /dev/null > /dev/sdb1 !           [ "Douglas A. Tutty"  ]
  Re: Network FUBAR                     [ Ron Johnson  ]
  Re: Help - /usr not mounting!         [ "Douglas A. Tutty"  ]
  kerbros or not                        [ Alex Samad  ]
  Re: f/oss routing solution            [ "Douglas A. Tutty"  ]
  Re: problem setting user and group o  [ NN_il_Confusionario 

Date: Wed, 30 Apr 2008 00:06:30 +0100
From: Mark Clarkson <mark.clarkson@smorg.co.uk> To: Chris <list.hurschler@gmx.de>
Cc: debian-user@lists.debian.org
Subject: Re: problem setting user and group on mounting a cifs share

Message-Id: <1209510390.6928.34.camel@linbook>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Tue, 2008-04-29 at 22:46 +0200, Chris wrote:
> it only works with -ruv but not with -t. The time stamp is somehow
> not in the=20
> cards. Thus the files on the target all have the copy date. Not
> nice.

No, not nice. I backup a W***ws server over smb nightly, which works well, but on the linux machine I use fusesmb. I also use the rsync option '-av --no-p'. I do the copy as root in a crontab, but I'm pretty sure it mounts as the user that invokes it, so this might be the alternative you're looking for? Hopefully it behaves as well with your NAS. I remember it being a bit of a pain to get working as I glossed over the documentation a bit quickly so below are two snippets to hopefully save you some time (naturally it needs the fuse kernel module, and fusesmb which is in apt.):

=EF=BB=BF-------------------------------------------------------------

$ mkdir ~/.smb/
$ cat <<End > ~/.smb/fusesmb.conf
; Global settings
[global]
; Default username and password
username=3D
password=3D

Do you need help?X

; List hidden shares
;showhiddenshares=3Dtrue

; Connection timeout in seconds
timeout =3D 10

;Interval for updating new shares in minutes ;You may want to set this lower - if you are adding/removing shares a lot.
interval =3D 10

; Share-specific settings
[WORKGROUOP/MACHINE/SHARE]
username=3Duser
password=3Duserpassword

End


$ =EF=BB=BFchmod 0600 ~/.smb/fusesmb.conf
Do you need more help?X
$ mkdir ~/net $ fusesmb ~/net =EF=BB=BF-------------------------------------------------------------

Hope this helps.

Cheers
Mark.

Can we help you?X

Date: Tue, 29 Apr 2008 23:54:06 +0000
From: Daniel D Jones <ddjones@riddlemaster.org> To: debian-user@lists.debian.org
Subject: Network FUBAR
Message-Id: <200804292354.07101.ddjones@riddlemaster.org> Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

I'm trying to move my server to another system without reinstalling. The old system is a cheap whitebox running generic components. The new system is an IBM eserver 325. I did a deep copy of the entire old system harddrive and put it in the new server, booted from a rescue CD, installed grub on the MBR, then rebooted the new system. Everything seems to be working fine except for networking, which is deeply and perplexingly hosed.

The current symptoms are that I have no connectivity. I can bring up the interface and it shows connected. I can ping the IP assigned to the interface from the computer. The input and output counters increment when I show the interface. But I can't ping another computer on the same subnet plugged into the same switch. I get "destination host unreachable" back from the IP assigned to the interface.

The relevant subnet is in the server's routing table, as is a default route. I've even tried adding static routers pointing directly to the IP of the other machines.

The computer is plugged into a 16 port switch module installed in a Cisco router. Looking at the interface from the router, it shows connected and the counters on the interface increment as well. The IP address for the server appears in the router's ARP table with a hardware address of "incomplete" and blank under the associated interface. I have multiple devices plugged into the switch, and I've swapped the cables and the switchports around. The other devices have no connectivity issues, and this server has no connectivity, regardless of where it's connected. That seems to pretty much eliminate an external layer 1 issue or something silly like being in the wrong VLAN. (For thoroughness, let me add that there are no access lists or other configs on the router that could even conceivably interfere with the server's connectivity.)

The server has two onboard Broadcom NetXtreme NICs, which both behave identically. They may very well share common hardware, so I installed a Netgear RTL81695 based NIC. Completely different hardware, using a completely different driver. It behaves identically to the onboard NICs. That seems to rule out a hardware issue, but I'm at a loss as to what software issue could cause these symptoms either.

Anyone have any ideas before I wipe the hard drive and start from scratch?

Can't find what you're looking for?X

Date: Tue, 29 Apr 2008 19:14:20 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: Question on setting up NFS

Message-ID: <20080429231420.GA6744@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Tue, Apr 22, 2008 at 01:48:32AM +1000, Owen Townend wrote:
> On 22/04/2008, Pete Kay <petedao@gmail.com> wrote:
 

> Googling a little finds others that have had the same issue and resolved
> it inexplicably by reinstalling nfs-common.

I'll throw out this suggestion since I've sometimes got caught:

Do you have a firewall running on either box that is trapping the RPC/NFS/whatever packets or connection attempts?

What about /etc/host.allow:

8>--

# /etc/hosts.allow: list of hosts that are allowed to access the system.
#                   See the manual pages hosts_access(5), hosts_options(5)
#                   and /usr/doc/netbase/portmapper.txt.gz
#
# Example:    ALL: LOCAL @some_netgroup
#             ALL: .foobar.edu EXCEPT terminalserver.foobar.edu
#
# If you're going to protect the portmapper use the name "portmap" for the
# daemon name. Remember that you can only use the keyword "ALL" and IP
# addresses (NOT host or domain names) for the portmapper. See portmap(8)
# and /usr/doc/portmap/portmapper.txt.gz for further information.
#
ALL:		192.168.
ALL:		127.0.0.1
portmap:	192.168.
statd:		192.168.

8>--

Don't know where to look next?X

Doug.

Date: Tue, 29 Apr 2008 18:57:58 -0500
From: "=?ISO-8859-1?Q?Jordi_Guti=E9rrez_Hermoso?=" <jordigh@gmail.com> To: Igor <k.igor.k@gmail.com>
Cc: debian-user@lists.debian.org
Subject: Re: Replace Ubuntu with Debian

Message-ID: <9543b3a40804291657j3ca960aara638eaf7dacca2eb@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 29/04/2008, Igor <k.igor.k@gmail.com> wrote:
> I just purchased a Dell laptop with Ubuntu 7.10 preinstalled.
[snip]
> However, I prefer the Debian package selection and frequency of
> updates (I usually run unstable).

I bought one of the same ones. I simply wiped the hard drive and installed Debian on it. I managed to get everything working with Debian, except suspend and hibernate (although I don't care too much about that), although it took some tweaking. I bet if I tweaked it some more, I could get suspend and hibernate too, but I haven't really bothered.

Is it an Inspiron 1420 or an XPS? I'm not sure what the XPS is shipping with nowdays, but a hint with the Inpsiron 1420: Compiz does work on it, and it works beautifully, but you have to unblacklist your card, and you'll have to disable Xv in the apps that use it (disable it from gstreamer-properties).

Btw, I'd love to compare notes with you. Here's what I wrote about the laptop:

     http://everything2.com/title/Dell%20Ubuntu%20Laptop

Confused? Frustrated?X

Cheers,
- Jordi G. H.

Date: Tue, 29 Apr 2008 18:50:48 -0600
From: John Craig <jc-mailinglist@alphagconsulting.com> To: debian-user@lists.debian.org
Subject: Built LSI SAS RAID driver: unknown symbol error at load

Message-ID: <4817C268.8020101@alphagconsulting.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi Folks,

I'm attempting to get the RAID controller (and the SAS drives hooked to it that I paid so much money for [sigh]) visible to Debian.

The kernel version is:
2.6.18-6-amd64 #1 SMP Sun Feb 10 17:50:19 UTC 2008 x86_64 GNU/Linux

Running on a Supermicro *H8DM3-2 motherboard (with on-board *LSI SAS1068E Controller)

lspci reports the controller as:
02:00.0 SCSI storage controller: LSI Logic / Symbios Logic Unknown device 0059 (rev 04)

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

LSI provides a source tar ball (good for them!) and although the driver source apparently compiled successfully, it would not load.

/var/log/kern.log says:
 mptbase: no version for "struct_module" found: kernel tainted. Fusion MPT base driver 4.00.21.00
Copyright (c) 1999-2007 LSI Corporation
mptsas: Unknown symbol scsi_is_sas_phy_local mptsas: Unknown symbol scsi_is_sas_phy_local Fusion MPT SPI Host driver 4.00.21.00
Fusion MPT misc device (ioctl) driver 4.00.21.00

mptctl: Registered with Fusion MPT base driver
mptctl: /dev/mptctl @ (major,minor=10,220)
mptsas: Unknown symbol scsi_is_sas_phy_local
mptctl: Deregistered /dev/mptctl @ (major,minor=10,220)

Any suggestions most appreciated.

(A side note: The mptsas driver supplied with the etch release loads fine, but, apparently doesn't support the controller: modinfo mptsas
suggests it does not support the model 0059. Lists 0050, 0054, 0056, 0058, & 0062.)

Thanks!

John

Date: Tue, 29 Apr 2008 21:05:41 -0400
From: Andrew Reid <reidac@bellatlantic.net> To: debian-user@lists.debian.org
Subject: Re: Network FUBAR

Message-id: <200804292105.41959.reidac@bellatlantic.net>
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 7bit
Content-disposition: inline
Do you need help?X

On Tuesday 29 April 2008 19:54, Daniel D Jones wrote:

[ Much snippage ]
> Anyone have any ideas before I wipe the hard drive and start from scratch?

  Two possibilities:

  One: Device name. Maybe the interface isn't "eth0" anymore, because of the hardware change. This seems improbable to me, because you said the interface was up and in the routing table. I *have* seen a system come up with only one network card, and with it being named "eth1", don't know what causes that.

  Two: MAC addresses. These will have changed with the hardware. Does your network have a MAC whitelist or filter somewhere? Is there a local config file that depends on the MAC address being right, e.g. to assign device names to interfaces? Does your firewall do MAC filtering?

  That's all I can think of.

  • A. -- Andrew Reid / reidac@bellatlantic.net

Date: Tue, 29 Apr 2008 19:31:07 -0500
From: "Mumia W.." <paduille.4061.mumia.w+nospam@earthlink.net> To: Debian User List <debian-user@lists.debian.org> Subject: Re: Help needed: Evolution doesn't start!!

Message-ID: <4817BDCB.8080202@earthlink.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Do you need more help?X

On 04/29/2008 05:18 PM, Marcelo Chiapparini wrote:
>
> I would like to add that If I run the clock applet from the command line
> I get
>
> marcelo@nostromo2:~$ /usr/lib/gnome-panel/clock-applet
> Bus error
>
> the same message as with Evolution. May be both problems are related? I
> forgot to mention that yesterday, besides the upgrade, I shutdown the
> machine in a unclear way by accident, simply pressing the power-off
> button... may be this corrupted something?
>
> again, any help will be very appreciated
>
> regards
>
> Marcelo
>

When I upgrade or install, I run aptitude from within a "script" session. Aptitude also maintains a log file at /var/log/aptitude (in Etch).

You probably want to boot in single-user mode, mount read-only and do an e2fsck (or whatever your filesystem requires for checking). See "man e2fsck" if you're using ext2/3.

Date: Tue, 29 Apr 2008 20:24:40 -0500 (CDT) From: Jude DaShiell <jdashiel@shellworld.net> To: debian-user@lists.debian.org
Subject: aptitude question
Message-ID: <Pine.BSF.4.64.0804292022560.97245@freire2.furyyjbeyq.arg> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

why doesn't aptitude offer a check option like apt-get offers?

Date: Wed, 30 Apr 2008 01:21:24 +0000
From: fourat <fourat@gmail.com>
To: debian-user@lists.debian.org
Subject: fourat wants to keep up with you on Twitter Message-Id: <4817c9949582d_3af6155558a680fc24334@twitter-web057.twitter.com.tmail> Content-Type: text/plain; charset=utf-8

Can we help you?X

To find out more about Twitter, visit the link below:

http://twitter.com/i/4f17b32251fd810695d2cbf527def8b4b0621458

Thanks,
-The Twitter Team

About Twitter

Twitter is a unique approach to communication and networking based on the simple concept of status. What are you doing? What are your friends doing—right now? With Twitter, you may answer this question over SMS, IM, or the Web and the responses are shared between contacts.

Date: Tue, 29 Apr 2008 22:35:15 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: /dev/null > /dev/sdb1 !

Message-ID: <20080430023515.GC7691@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Can't find what you're looking for?X
Content-Disposition: inline

On Fri, Apr 25, 2008 at 08:41:45PM +0800, paragasu wrote:  

Don't know where to look next?X

> Or simply because the hard disk it quite old. I buy it second hand because
> my bios only
> support 2GB. That hard disk is quite rare nowadays. And if it dies, now
> might be the right
> time for the hard disk but not the right time for me though. =p

You may wish to consider an industrial-quality compact flash drive. The CF adapter plugs in just like a drive and the I-Q CF cards come with a 5 year warranty and testing by OpenBSD-types (who do a lot of embedded devices using CF cards) shows that for many uses they are very reliable.

Doug.

Date: Tue, 29 Apr 2008 22:40:22 -0400
From: Igor <k.igor.k@gmail.com>
To: debian-user@lists.debian.org
Cc: "=?ISO-8859-1?Q?Jordi_Guti=E9rrez_Hermoso?=" <jordigh@gmail.com> Subject: Re: Replace Ubuntu with Debian

Message-ID: 
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Howdy, Jordi!

On Tue, Apr 29, 2008 at 7:57 PM, Jordi Guti=E9rrez Hermoso <jordigh@gmail.com> wrote:
> On 29/04/2008, Igor <k.igor.k@gmail.com> wrote:
> > I just purchased a Dell laptop with Ubuntu 7.10 preinstalled.
> [snip]

>

> > However, I prefer the Debian package selection and frequency of
> > updates (I usually run unstable).
>

> I bought one of the same ones. I simply wiped the hard drive and
> installed Debian on it. I managed to get everything working with
> Debian, except suspend and hibernate (although I don't care too much
> about that), although it took some tweaking. I bet if I tweaked it
> some more, I could get suspend and hibernate too, but I haven't really
> bothered.

The laptop is XPS M1330. It's been configured with the hibernate/suspend, wireless networking, cpu frequency scaling, webcam, and some other features working out of the box. I haven't tried the fingerprint reader yet. I don't really want to spend time breaking and restoring these features. That's why I'd prefer not to do a clean wipe.

Confused? Frustrated?X

I've already changed the apt sources list to point to Debian repositories. So far, none of the extra packages that I installed have complained. But, I have yet to do a dist-upgrade, so I don't know if that will introduce any problems (one step at a time :-).

I just noticed an unfortunate circumstance, though. Dell installed a 32-bit OS on my 64-bit machine. In my opinion, that is a rather dumb thing to do. It also means that I might have to also figure out a way to migrate to a 64-bit environment. I'm not quite sure how to go about that yet. So, suggestions still welcome.

Thanks in advance.

Igor

Date: Tue, 29 Apr 2008 21:57:00 -0500
From: Ron Johnson <ron.l.johnson@cox.net> To: debian-user@lists.debian.org
Subject: Re: Network FUBAR

Message-ID: <4817DFFC.7070605@cox.net>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/29/08 20:05, Andrew Reid wrote:
> On Tuesday 29 April 2008 19:54, Daniel D Jones wrote:
>
>
> [ Much snippage ]

>> Anyone have any ideas before I wipe the hard drive and start from scratch?

>
> Two possibilities:
>
> One: Device name. Maybe the interface isn't "eth0" anymore,
> because of the hardware change. This seems improbable to me,
> because you said the interface was up and in the routing table.
> I *have* seen a system come up with only one network card,
> and with it being named "eth1", don't know what causes that.
>
> Two: MAC addresses. These will have changed with the
> hardware. Does your network have a MAC whitelist or filter
> somewhere? Is there a local config file that depends on the
> MAC address being right, e.g. to assign device names to
> interfaces? Does your firewall do MAC filtering?
>
Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

Those are good points. Look in /var/log/syslog and also in /etc/udev/rules.d/z25_persistent-net.rules.

  • -- Ron Johnson, Jr. Jefferson LA USA

We want... a Shrubbery!!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIF9/8S9HxQb37XmcRAi9ZAJ4gcVICFmQWuUWPaU60VdYLKVzV7wCgsN57 4+CacSlQtW4x6u8y/o9oy+s=
=AoXC
-----END PGP SIGNATURE-----

Date: Tue, 29 Apr 2008 22:57:16 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: Help - /usr not mounting!

Message-ID: <20080430025716.GD7691@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Wed, Apr 23, 2008 at 06:16:36AM +0000, Peter Tynan wrote:
> I'm currently operating from a live CD as my /usr partition is
> refusing to mount at boot.
>
> fsck is not working - output below.
>
> # fsck -r /dev/hda5
> fsck 1.38 (30-Jun-2005)
> fsck.jfs version 1.1.10, 19-Oct-2005
> processing started: 4/23/2008 6.10.34
> The current device is: /dev/hda5
> Block size in bytes: 4096
> Filesystem size in blocks: 1833410
> **Phase 0 - Replay Journal Log
> ujfs_rw_diskblocks: read 0 of 4096 bytes at offset 1428656128
> logredo failed (rc=-242). fsck continuing.
> **Phase 1 - Check Blocks, Files/Directories, and Directory Entries
> ujfs_rw_diskblocks: read 4096 of 16384 bytes at offset 1428652032
> Unrecoverable error reading M from /dev/hda5. CANNOT CONTINUE.
> fsck.jfs /dev/hda5 failed (status 0x8). Run manually!
>
> the -a and -p options give the same output.

I don't have fsck.jfs installed so I can't check the man page. I used to run jfs and never had a problem, until I heard that IBM was dropping support.

What does the -y option give?

Do you have backups?

Do you need help?X

What does SMART data show on this drive?

What does /var/log/syslog show? Are there any errors? IOW, is this a hardware problem?

If you are running fsck from the liveCD, it may be incompatible with the actual file system. Try instead to boot the real system but add to the kernel command line: init=/bin/sh

This will bring up your kernel with only the / fs mounted ro and nothing else done, not even init runing. You can then manually run fsck.jfs directly (read its man page somewhere first since its on your /usr fs) using the fsck which matches the fs.

Good luck.

Doug.

Date: Tue, 29 Apr 2008 23:04:39 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: Force process to swap?

Message-ID: <20080430030439.GE7691@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Do you need more help?X

On Thu, Apr 24, 2008 at 11:06:25AM -0500, Ron Johnson wrote:
> On 04/24/08 10:09, Hugo Vanwoerkom wrote:
> > Ron Johnson wrote:
> >> On 04/24/08 01:34, Rich Healey wrote:
 >
> > An improvement to swapping:
> >
> > http://ck.wikia.com/wiki/SwapPrefetch
>
> Is this in the mainline?
>
> > http://en.wikipedia.org/wiki/Paging
>
> I use "swap" in the generic sense, but really mean "page". Does
> Linux even *do* process swapping?

I've never seen Linux swap out idle processes.

Doug.

Date: Wed, 30 Apr 2008 13:16:38 +1000
From: Alex Samad <alex@samad.com.au>
To: debian-user@lists.debian.org
Subject: Re: Network FUBAR
Message-ID: <20080430031638.GN6276@samad.com.au> Content-Type: multipart/signed; micalg=pgp-sha1;

        protocol="application/pgp-signature"; boundary="sdJFN6SSISdF2ksn" Content-Disposition: inline

--sdJFN6SSISdF2ksn

Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Apr 29, 2008 at 11:54:06PM +0000, Daniel D Jones wrote: [snip]

Can we help you?X

> Anyone have any ideas before I wipe the hard drive and start from scratch?
>=20
have you tried tcpdumping on the new machien to see if you see any arp packets.

I am guessing that it is going to be either a udev thing or a modprobe thing - something is hard coded from the old setup that isn't working on the new machine.

the only thing that would change as far as the os is concerned is nic - different driver and different mac

>=20
>=20
>=20

> --=20
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org=20
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian=
=2Eorg
>=20
>=20

--=20
"Border relations between Canada and Mexico have never been better."

  • George W. Bush 09/24/2001 in a press conference with Canadian Prime Minister Jean Chretien

--sdJFN6SSISdF2ksn

Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIF+SWkZz88chpJ2MRAvb8AKDnGcd/4+cxGVgLIGWQjvSNyB/y4ACgw0xA As0l08N800d4G/cTKfU1wT8=
=fC23
-----END PGP SIGNATURE----- --sdJFN6SSISdF2ksn--

Can't find what you're looking for?X

Date: Wed, 30 Apr 2008 13:21:23 +1000
From: Alex Samad <alex@samad.com.au>
To: Debian Users <debian-user@lists.debian.org> Subject: kerbros or not
Message-ID: <20080430032123.GO6276@samad.com.au> Content-Type: multipart/signed; micalg=pgp-sha1;

        protocol="application/pgp-signature"; boundary="73fGQZLCrFzENemP" Content-Disposition: inline

--73fGQZLCrFzENemP

Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi

I have a small network <10 server over 3 locations. Currently I have ldap libnss libpam as my distributed security.

I have just read this article on kerbros http://www.debian-administration.org/articles/570.

This is all cool, but what am I missing with my setup that I have (presuming I use ldaps and certs on client and server)

Alex

Don't know where to look next?X

--=20
Must I hold a candle to my shames?

  • William Shakespeare, "The Merchant of Venice"

--73fGQZLCrFzENemP

Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIF+WykZz88chpJ2MRAtl2AJ9EVZ3bh6OSv44T4Rsbt58YRYT6sACggTe6 H7FSEGFO5z+f3h/MlFPMK+0=
=ptXl
-----END PGP SIGNATURE----- --73fGQZLCrFzENemP--

Date: Tue, 29 Apr 2008 23:27:29 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: f/oss routing solution

Message-ID: <20080430032729.GF7691@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sun, Apr 27, 2008 at 10:23:33AM -0700, Rogelio wrote:
> I'm looking for an open source router solution, and someone from the list
> recently recommended zebra (www.zebra.org). I haven't yet identified all my
> needs, but I'm guessing that it will do all my routing needs for a, say,
> class C set of IP addresses, particularly if I ever have to do anything
> BGP-related.
>
> Anyone have any pointers before I delve in? Or possibly a recommendation
> for another open source routing solution? Yeah, I know about Cisco stuff,
> but I'm hoping to limp along on a shoestring budget until I get a few more
> things in place, then I'll rethink everything.

Get a box with enough power for whatever you need to do (what speed NICs, etc) and either put debian on it and run shorewall, or put OpenBSD on it and run pf. The OpenBSD option will take less disk space, be faster to install (since everything you'll need is in OpenBSD base).

Confused? Frustrated?X

Doug.

Date: Tue, 29 Apr 2008 22:28:53 -0500
From: Ron Johnson <ron.l.johnson@cox.net> To: debian-user@lists.debian.org
Subject: Re: Force process to swap?

Message-ID: <4817E775.30204@cox.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/29/08 22:04, Douglas A. Tutty wrote:
> On Thu, Apr 24, 2008 at 11:06:25AM -0500, Ron Johnson wrote:

>> On 04/24/08 10:09, Hugo Vanwoerkom wrote:
>>> Ron Johnson wrote:
>>>> On 04/24/08 01:34, Rich Healey wrote:

> >
>>> An improvement to swapping:
>>>
>>> 
http://ck.wikia.com/wiki/SwapPrefetch
>> Is this in the mainline?
>>
>>> 
http://en.wikipedia.org/wiki/Paging
>> I use "swap" in the generic sense, but really mean "page".  Does
>> Linux even *do* process swapping?

>
> I've never seen Linux swap out idle processes.

I'm surprised. Seems to me that an idle process and it's allocated memory would be the *perfect* candidates to be swapped out. And anthropomorphized vm systems might say, "I need RAM, and you're 5,000 pages are the least recently used, so I'll just push you on out to disk to make room for actively used data."

  • -- Ron Johnson, Jr. Jefferson LA USA

We want... a Shrubbery!!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIF+d1S9HxQb37XmcRAkYqAJ46rZMplUHpJoEG1sn8O3uwFPKYQgCeOQcd 0xK6oEy53dcVeIENzNuS2cY=
=z4ZC
-----END PGP SIGNATURE-----

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

Date: Wed, 30 Apr 2008 05:33:18 +0200
From: NN_il_Confusionario <pinkof.pallus@tiscalinet.it> To: debian-user@lists.debian.org
Subject: Re: problem setting user and group on mounting a cifs share

Message-ID: <20080430033318.GQ24273@ibook99>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Do you need help?X

On Tue, Apr 29, 2008 at 10:48:40PM +0200, Chris wrote:
> On Tuesday 29 April 2008, NN_il_Confusionario wrote:
> > Or try NFS instead of cifs
>
> I want others (windows) to be able to read the data - that's what I have a NAS
> for.

you could use NFS when mounting from linux and the Microsoft protocol when using the NAS from windows (however, note that Microsoft's SFU are downloadable at no cost and support NSF as client and as server, from 2000 onwards).

But if the cause of the problem with timestamps is the filesystem on the disk of the NAS, then it is possible that no full solution really exists (unless you hack the NAS; wikipedia seem to imply that something like debian can be installed on your device).

-- 
Chi usa software non libero avvelena anche te. Digli di smettere.
Informatica=arsenico: minime dosi in rari casi patologici, altrimenti letale.
Informatica=bomba: intelligente solo per gli stupidi che ci credono.

End of debian-user-digest Digest V2008 Issue #860
*************************************************
Received on Tue Apr 29 23:53:18 2008

This archive was generated by hypermail 2.1.8 : Sun Jul 20 2008 - 07:33:44 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library