Re: building 2.6.35

2010-08-07 Thread Bob Proulx
I should also say that I have the following in my ~/.devscripts file
so as to always customize dpkg-buildpackage.

  DEBUILD_DPKG_BUILDPACKAGE_OPTS="-uc -us"

That avoids signing the source or changes files.  Which IMNHO really
shouldn't be done as part of the build but only later when you are
ready to sign off on the package.  You can use debsign when ready.

Bob


signature.asc
Description: Digital signature


Re: building 2.6.35

2010-08-07 Thread Bob Proulx
Alexander Samad wrote:
> I have had a look here
> http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage,
> there is a section on building linux-kbuild - but guess what the svn
> co downloads the 2.6.34 version :(
> 
> I found this http://www.linuxconfig.org/building-kernels-the-debian-way
> - the comment down the bottom with the script - looks promising. going
> to give this a try.

See also the old newbiedoc too.

  http://newbiedoc.sourceforge.net/system/kernel-pkg.html

> sudo CONCURRENCY_LEVEL=4 make-kpkg --initrd kernel_image

You shouldn't compile using root permissions.  You don't need to use
sudo there and it is not desired.

> kernel_headers modules_image <- this seems todo most of the work
> 
> So my thoughts were to start out with .config from 2.6.34 make
> olconfig it and then customise it from there.

Yes.  Start out using the previous config and then build the new
kernel using that as a starting point.  I have previously built
kernels using a command line like this (where "-2" is the second
custom build):

  $ fakeroot make-kpkg --append_to_version -2-686-custom modules_image

If you want to set the concurrency level then the right shell syntax
is to put that first on the command line.

  $ CONCURRENCY_LEVEL=4 fakeroot make-kpkg --append_to_version -3-686-custom 
modules_image

Bob


signature.asc
Description: Digital signature


Re: how to dual boot debian with redhat?

2010-08-07 Thread hadi motamedi
On Tue, Aug 3, 2010 at 5:55 PM, Joao Ferreira gmail <
joao.miguel.c.ferre...@gmail.com> wrote:

> On Tue, 2010-08-03 at 16:22 +0430, hadi motamedi wrote:
> > Dear All
> > On my debian machine, I need to install redhat on one of its
> > partitions and so make it dual boot . Can you please let me know how
> > this can be accomplished?
>
> Hello,
>
> the process should be quite straightforward.
>
> 1st u need to make sure you have a free partition with no relevant data
> on it (partition to instal RH).
>
> then you simply start installing RedHat on the machine and (this is the
> critical part) make absolutelly sure you tell the installer to choose
> the correct partition (the partition you choose for RH will be formated
> and any data in it will be lost).
>
> in the end you can choose to instal the bootloader (GRUB possibly) and
> it will detect you have Debian too and do all the magic for you. grub
> usually does a very good job finding you other operatin systems and
> automagically configuring the dual-boot...
>
> It's usually a very simple process with no expert knowledge involved.
>
> Just make sure you know exactly which is the partition that is empty
> when the RH installer asks you to format the disk. you need to be 100%
> sure of this. If you're not just power off the machine.
>
> also make sure GRUB (or LILO, I0'm not sure) is installed in the end.
> The normal installation process should probably do this for you. Just
> read the messages. there should be no problem.
>
> But... just in case... make a backup of all you important stuff in
> Debian.
>
> Cheers
> jmf
>
> > Thank you
> >
> >
> >
>
> Sorry. I selected to partition it with Disk Druid but I lost my original
installation. Can you please let me know what is the correct procedure for
your proposed method to make it dual-boot ?


building 2.6.35

2010-08-07 Thread Alexander Samad
Hi

I am looking at how to build 2.6.35 the debian way so I end up with
deb packages. the current situation is 2.6.35 is avail in experimental
(>?!) with out a linux-kbuild packages - last time I asked about this
it was because they only wanted people who understood how to build to
play with the new linux-image.  what ever the reason thats cool. I
would like to install and play with the new kernel and I need headers.
So

I have had a look here
http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage,
there is a section on building linux-kbuild - but guess what the svn
co downloads the 2.6.34 version :(

I found this http://www.linuxconfig.org/building-kernels-the-debian-way
- the comment down the bottom with the script - looks promising. going
to give this a try.

sudo CONCURRENCY_LEVEL=4 make-kpkg --initrd kernel_image
kernel_headers modules_image <- this seems todo most of the work

So my thoughts were to start out with .config from 2.6.34 make
olconfig it and then customise it from there.


I seem to remember you could some how get the src package for
linux-kbuild of experimental and thus just build it from there

Any help comments would be appreciated

Alex


-- 
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/aanlkti=syfcoxrdcp8xinn6snn9cg3yib0sfjdzdm...@mail.gmail.com



Re: Re: Can only access Debian website through proxy: SUCCESS

2010-08-07 Thread pierre


Resending to the list, again :-)

Pierre, remember to send your replies to the list, not the user.

>snip snip snip

> Still unable to use web browser to go to www.debian.org without proxy

Yes, because you are being redirected to an "unknow"? host :-?

A quick try: use openDNS dns servers instead your router's ones.

Greetings,

--
Camaleón 
  


Sorry, I can only send where proxy permits me to send..

Ok, reconfiguring router with alternate dns for opendns...Router 
rebooting...  typing www.debian.org (no proxy) into Iceweasel.


*SUCCESS I am now on the webpage and navigating !

Why am I the only one on this network who needs opendns to access 
debian--- WHO CARES--  This community is what makes debian so great.


Thank you very much :-)


--
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/4c5e0d5e.4020...@ans.com.au



Re: What is the "real GRUB"?

2010-08-07 Thread Tom H
On Sat, Aug 7, 2010 at 7:53 PM, Thomas H. George  wrote:
> Quote from /etc/default/grub:
> "...you can only use modes which your graphic card supports via VBE
> you can see them in real GRUB with the command vbeinfo."

No idea why it is referred to as "real grub" but I suspect that the
writer means the grub cli that you get by pressing "c" at the grub
menu.


-- 
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/aanlktinhzdtzsnsz86rggmbg9er4fk30v8z1yho=r...@mail.gmail.com



Re: Missing many packages and libraries

2010-08-07 Thread Brett Mahar
On 7 August 2010 22:00, Timo Juhani Lindfors  wrote:

> These are wrong. Try with a sources.list that only has
>
> deb http://ftp.de.debian.org/debian/ lenny main
> deb http://security.debian.org/ lenny/updates main
>
> and nothing else. Then post the output of apt-get update and apt-get
> install gstreamer-tools.
>

Thanks, Timo, this worked.


-- 
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/aanlktim7awhu-f+vdb9ivo75_xyzay=uirs3iswy8...@mail.gmail.com



What is the "real GRUB"?

2010-08-07 Thread Thomas H. George
Quote from /etc/default/grub:

"...you can only use modes which your graphic card supports via VBE
you can see them in real GRUB with the command vbeinfo."

?

Tom


-- 
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/20100807235318.gb5...@tomgeorge.info



Re: No Consoles???

2010-08-07 Thread Alan Ianson
On Sun, 2010-08-08 at 00:18 +0200, mar...@martin52.demon.nl wrote:
> Hi,
> 
> On my lenny (debian stable) I use F? to switch to a
> full-screen console and I use F? to switch the desktops.
> On my squeeze (debian testing) it works the same way.

I'm running sid ATM, and I do it the same way. This always worked as
expected when I was using the nvidia driver with my nvidia card. Since
my nvidia card died I can't switch to a console or my monitor goes off.
Right now I'm using the onboard radeon x1200 series video output on this
box with "ati" or "radeon" specified in a minimal xorg.conf.

I'll be back to nvidia ASAP, but I do hope this can be sorted before
squeeze is released.

I get bad results with ubuntu as well with the ati output on this box
whereas the nvidia card always worked well.

> These distro's run on the same AMD64 p.c., on different partitions.
> 
> Greetings,
> Martin.
> 
> Alan Ianson schreef:
> > On Sat, 2010-08-07 at 08:29 -0500, hugo vanwoerkom wrote:
> >> John W Foster wrote:
> >>> Just got my new AMD 64 bit system to working well. Still have an issue
> >>> with NO CONSOLES using F1 F2 etc. I really miss this ability using
> >>> testing dist. I am VERY used to using a console screen to manage my
> >>> system. Something has disabled thosr consoles. Any tips to correct are
> >>> appreciated.
> >>
> >> What is the contents of /etc/inittab?
> > 
> > In my case the consoles work as expected at boot up and I can use them,
> > but after some period of time after I have been using the desktop when I
> > press  F? my monitor goes off and when I switch back to the
> > desktop it comes on again.
> > 
> > I'm using "ati" in my xorg.conf with the built in video output on this
> > box. If I don't use "ati" in the driver section of my xorg.conf the
> > monitor goes off at almost anytime, desktop or console. 
> > 
> > 
> > 
> 
> 



-- 
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/1281226974.8897.8.ca...@debian.ok.shawcable.net



Re: Partition 1 does not end on cylinder boundary.

2010-08-07 Thread Thomas H. George
On Sat, Aug 07, 2010 at 12:21:52PM -0400, 郭家华 wrote:
> Yes, I think I must fix it.
> But I don't know how to fix it.
> Can you help me?
> 
It may not be relavant but I encountered the error message partition
does not end on cylinder boundary when trying to install linux-base.
The installation invoked dosfslabel which crashed with this message.

e2fsck reported every partition was clean.  I deleted the suspect
partiion (determined by running dosfslabel on each partition) and used
every method (parted, gparted, fdisk, cfdisk) create a new partition
without eliminating the problem.

Finally I deleted every entry from /etc/fstab except those defining hard
drive partitions.  Then linux-base installed without a wimper.  I
believe running verify after creating the new partition still produced
the error message partition does not end on cylinder boundary but
e2fsck finds no fault with the partitions and I have not encountered any
problems with my system.

Tom
> >


-- 
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/20100807234638.ga5...@tomgeorge.info



Re: Java applications and font size

2010-08-07 Thread Andreas Goesele
Camaleón  writes:

> Have you checked (inside the java app) for a setting to define the 
> interface layout to use in the program?
>
> I can select from various flavours, each of one using different fonts:
>
> [x] System native (which seems to use the same font type and size as the 
> other desktop applications)
> [ ] CDE/Motif
> [ ] GTK+
> [ ] Metal
> [ ] Nimbus

I don't see how I could dee this inside the java apps I use, but the
corresponding
-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel indeed
did improve things for one of the applications I use. But still there
are some fonts which are too small. Other applications don't react to
that option.

> Also, you could check that your whole desktop DPI setting is not
> defined at a very low value.

As a matter of fact the automatic setting resultet in dpi=86, somewhat
too small. But even if I set a higher dpi, the java apps I use are not
affected. (Other applications - like kde apps - are changing font
sizes.)

Thanks for your suggestions!

Andreas Gösele

-- 
Omnis enim res, quae dando non deficit, dum habetur et non datur,
nondum habetur, quomodo habenda est.
  Augustinus, De doctrina christiana


-- 
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/87wrs29gw3@debian.igp



Re: backup system for servers

2010-08-07 Thread Rob Owens
On Sat, Aug 07, 2010 at 05:46:57PM +0200, xserver80 wrote:
> Hi All
> I need to schedule the data backup for 3 servers (2 Debian and 1
> Windows) into a dedicated server.
> The problem is that I can't install any software in none of the data
> source servers (2 Debian and 1 Windows).
> The object of my backup are the data exported with samba (2 Debian
> Server) and ftp server (Win Server).
> That system should mounted the shares (samba and ftp) for download and
> check data in other system server.
> In the future my boss will ask me for the copy of data backup
> exsisting in the dedicated server backup in the  LTO type carthage (or
> similar).
> Now I am looking for a software or hardware system to do that.
> If I don't find any dedicated hardware system I will prepare a
> dedicate server with big area storage inside.
> I don't think that a script is a good idea, because I need to keep
> data saved for long tine and I need to check data during or after each
> backup cicle. (check data transfer and dada consistance).
> Can you help me to find a solutions?
> I will evaluate all solutions thet you post me. Whatever, software and
> hardware, commercial or free.
> I must show to my boss the best solution. :-)
> 
I like BackupPC.  It's in the Debian repositories.  It'll do most of
what you're asking (I'm not sure about the "check data transfer" part).
It saves files to a hard disk, but using the "archive" feature can
export to a tape drive or other removable media.

It has a nice web interface and you can give users rights to restore
their own data, if you want to.

-Rob


-- 
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/20100807225632.ga27...@aurora.owens.net



Re: No Consoles???

2010-08-07 Thread mar...@martin52.demon.nl

Hi,

On my lenny (debian stable) I use F? to switch to a
full-screen console and I use F? to switch the desktops.
On my squeeze (debian testing) it works the same way.
These distro's run on the same AMD64 p.c., on different partitions.

Greetings,
Martin.

Alan Ianson schreef:

On Sat, 2010-08-07 at 08:29 -0500, hugo vanwoerkom wrote:

John W Foster wrote:

Just got my new AMD 64 bit system to working well. Still have an issue
with NO CONSOLES using F1 F2 etc. I really miss this ability using
testing dist. I am VERY used to using a console screen to manage my
system. Something has disabled thosr consoles. Any tips to correct are
appreciated.


What is the contents of /etc/inittab?


In my case the consoles work as expected at boot up and I can use them,
but after some period of time after I have been using the desktop when I
press  F? my monitor goes off and when I switch back to the
desktop it comes on again.

I'm using "ati" in my xorg.conf with the built in video output on this
box. If I don't use "ati" in the driver section of my xorg.conf the
monitor goes off at almost anytime, desktop or console. 







--
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/4c5ddb99.9050...@martin52.demon.nl



read ext3 w/inodes>128 from XP

2010-08-07 Thread Freeman
Hi,

I have been looking at windows apps to read/write ext3 partitions.  Odd
reasons comes up frequently enough that having a ntfs "scratch" partition
doesn't resolve, when I have to be booted into XP--such as getting the
address to the latest stream I subscribed to.

None seem to work on ext2/ext3 partitions with 256 inodes. 

My favorite, Ext2 IFS, calls >128 inodes a new feature of the latest kernel.

The suggested workaround:

|Currently there is only one workaround: Please backup the files and create
|the Ext3 file system again.  Give the mkfs.ext3 tool the I 128 switch. 
|Finally, restore all files with the backup.

http://www.fs-driver.org/relnotes.html

How inadvisable returning to 128 inodes?

-- 
Kind Regards,
Freeman

"Microsoft is not the answer. Microsoft is the question. NO (or Linux) is the
answer." --Somebody


-- 
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/20100807204700.ga25...@europa.office



Wifi GNOME network manager version into KUbuntu, Debian "pinning method, etc. ; jor debian

2010-08-07 Thread giovanni_re
KUbuntu 10.4,

=
Failing to get wifi to connect to access point.  It can see APs, but
fails to get dhcp via command mode, & fails connect with wicd.

=
It has been suggested (on KUbuntu list?) to remove the KU network
manager package, & that might get wicd & console command wifi working.

Previously, I was told that there is more networking success if one
installs Ubuntu (not KUbuntu) [to get the Ubuntu/Gnome network manager
sw], then install KDE on top of that.

=
For a system that was installed as KUbuntu:

Might it be possible to use something like Debian "pinning" to hold back
the KU network manager package, & then install the Ubuntu NetworkManager
package?  Guess I'd at least have to ad the Ubuntu repositories to
/etc/apt/sources.list.

There might also be another debian method to do this.

=
 Being as Ubuntu is Debian based, is there some way to make this work?

=
I ran Debian from about 2000-2005, so haven't done pinning for a long
time.

=
Thanks :)

==  Join in the Global weekly meetings, via VOIP, about all Free SW HW & Culture
http://sites.google.com/site/berkeleytip/


-- 
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/1281206659.31161.1388795...@webmail.messagingengine.com



Re: backup system for servers

2010-08-07 Thread Jordon Bedwell

On 08/07/2010 11:38 AM, Michael P. Soulier wrote:

On 07/08/10 Jordon Bedwell said:

   

You don't need "Software" all you need is a simple bash script that 1.)
GZIP's everything but: proc, sys and others, 2.) signs said backup and
then encrypts it and 3.) an SSH cert to the other server and the time to
make said simple script. You can even use Perl or PHP, both of which
support being daemonized so you can do incremental backups or backups of
specific files based on changes.  I usually prefer the Perl method, but
sometimes am forced to use PHP and when clients flat out refuse to let
me daemonize I tell them to do it themselves since it's not my problem
anyways I was just being nice and send them an SH script that does
exactly what I described.
 

Personally I pipe tar over ssh so I'm not dependent on enough disk space on
the machine being backed-up to create a local archive. Plus, it's only one
command that way.

Mike
   


I prefer it too but my clients need verbose lists of files that were 
backed up in certain places and we grep that out for their automatic emails.
In case the OP wants to know what we're on about, and so we don't stray 
to far off topic here is an example of piping tar to SSH:


tar cvpjf server_backup.tar.bz2 --same-owner \
--exclude=/proc/* \
--exclude=/media/* \
--exclude=/dev/* \
--exclude=/mnt/* \
--exclude=/sys/* \
--exclude=/tmp/* \
--exclude=/usr/tmp/* \
--exclude=/lost+found/* \
--exclude=/server_backup.tar.bz2 | ssh client_opera...@backup.domain.com 
"dd of=server_backup.tar.bz2"


Also, to make things more secure, and so you can give clients access to 
their own shares, if this is the case, you can easily Chroot SSH to 
their client share. And just give them the SSH certificate (which 
they'll easily be able to get anyways if they're not dumb so it's better 
you go ahead and Chroot ahead of time) so they can pull down their own 
backups.



--
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/4c5d9566.10...@envygeeks.com



Re: Reklama w serwisie

2010-08-07 Thread Jordon Bedwell

On 08/07/2010 11:38 AM, Alois Mahdal wrote:


...I can't speak Polish, but if I can get the point, she is asking
about putting paid advertisement on debian.org :-)

I guess she might understand Czech at least as I "do" Polish:


Oh oh oh, I can speak some Czech! The second person said something along 
the lines of: "Debian does not accept advertisements since they are 
non-profit ~ This is an English speaking list ~ Post your messages in 
English" and of course you can translate the links for yourself :P



--
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/4c5d8fb5@envygeeks.com



Re: Partition 1 does not end on cylinder boundary.

2010-08-07 Thread Klaus Wolf
Hi,

o.k., try to help.

I need some information from you. I think you have debian on sda6. Can
you start this? Or, otherwise, what medium you used for install debian?

klaus 

Am Samstag, den 07.08.2010, 12:21 -0400 schrieb 郭家华:
> Yes, I think I must fix it.
> But I don't know how to fix it.
> Can you help me?
> 
> 2010/8/7 Klaus Wolf 
> Hi,
> 
> I think, there i an error by partitioning your disk.
> 
>sda1 end on cyl 3825
>sda2 bgins on   3825
>sda 2 ends on  36988
>sda 3 begins on 36988
> 
> So you used cyl 3825 and cyl 36988 twice.
> 
>sda5 6 and 7 shows correct
>20397 ==> 20398
>36308 ==> 36309
> 
> So you have to resize sda 2 to cyl 3826 to 36987
> 
> best regards and a nice day
> 
> klaus
> 
> Am Samstag, den 07.08.2010, 04:35 -0400 schrieb 郭家华:
> 
> > cfdisk
> > FATAL ERROR: Bad primary partition 2: Partition ends in the
> final
> > partial cylind
> >   Press any key to exit cfdisk
> > 
> >
> > fdisk /dev/sda -l
> >
> > Disk /dev/sda: 320.0 GB, 320072933376 bytes
> > 255 heads, 63 sectors/track, 38913 cylinders
> > Units = cylinders of 16065 * 512 = 8225280 bytes
> > Disk identifier: 0xbf5fbf5f
> >
> >Device Boot  Start End  Blocks   Id
>  System
> > /dev/sda1   *   1382530727
>  HPFS/NTFS
> > Partition 1 does not end on cylinder boundary.
> > /dev/sda23825   36988   266378209f  W95
> Ext'd
> > (LBA)
> > Partition 2 does not end on cylinder boundary.
> > /dev/sda3   36988   3891415471960   12
>  Compaq
> > diagnostics
> > Partition 3 does not end on cylinder boundary.
> > /dev/sda53825   20397   1331178477
>  HPFS/NTFS
> > /dev/sda6   20398   36308   127804416   83
>  Linux
> > /dev/sda7   36309   36988 5454848   82
>  Linux swap /
> > Solaris
> >
> > 
> >
> > I don't know what does the error means. And I wander how to
> solve it.
> > THX
> 
> 
> 
> 
> --
> L I N U X W O L F
> Klaus Wolf
> Dresdner Straße 3
> 0 8 1 3 2 Muelsen
> 
> 

-- 
L I N U X W O L F
Klaus Wolf
Dresdner Straße 3
0 8 1 3 2 Muelsen


--
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/1281192599.7384.5.ca...@localhost



Re: Onboard ethernet adapter lights not flash anymore... Network not connect too!

2010-08-07 Thread Camaleón
On Fri, 06 Aug 2010 19:31:26 -0300, Marcelo Laia wrote:

> I think my car is died :(
> 
> I have a Dell Latitude D630 and here is the commands outputs:

http://kmuto.jp/debian/hcl/DELL/Latitude+D630

> marc...@laia:~$ /usr/bin/lspci | grep Ethernet 09:00.0 Ethernet
> controller: Broadcom Corporation NetXtreme BCM5755M Gigabit Ethernet PCI
> Express (rev 02) 

At least is detected by the system.

> marc...@laia:~$ /sbin/ifconfig
> eth0  Link encap:Ethernet  Endereço de HW 00:1e:4f:fd:9a:de
>   UP BROADCASTMULTICAST  MTU:1500  Métrica:1 RX packets:0
>   errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0
>   dropped:0 overruns:0 carrier:0 colisões:0 txqueuelen:1000
>   RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B) IRQ:17

Have you configured the network adapter? Do you use a DHCP server to get 
the adapter data? What does "/etc/network/interfaces" looks like? How 
about the logs (dmesg | grep eth0)?

Maybe you just need a firmware or load the correct module :-?

Please, provide more information about your network setup.

Greetings,

-- 
Camaleón


-- 
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/pan.2010.08.07.16.42...@gmail.com



Re: Onboard ethernet adapter lights not flash anymore... Network not connect too!

2010-08-07 Thread Jordon Bedwell

On 08/06/2010 05:31 PM, Marcelo Laia wrote:

Hi

I think my car is died :(

I have a Dell Latitude D630 and here is the commands outputs:


marc...@laia:~$ /usr/bin/lspci | grep Ethernet
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5755M
Gigabit Ethernet PCI Express (rev 02)
marc...@laia:~$ /sbin/ifconfig
eth0  Link encap:Ethernet  Endereço de HW 00:1e:4f:fd:9a:de
   UP BROADCASTMULTICAST  MTU:1500  Métrica:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   colisões:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
   IRQ:17
...



Have you any idea about this?

My card is onboard.

Is an usb ethernet adapter suitable? Like this http://is.gd/e6BR7

thank you.

   


You called an engineer or computer tech in your area and had them look 
at it? They'll let you know what's wrong and if it's cheap to replace 
the part? It might not be worth it anyways since I remember seeing that 
laptop back in 200(7-8).  I came in too late, but have you tried 
switching to the wireless chipset?  Technically, unless you're doing 
network transfers your wireless G can out speed your public facing 
connection anyways (unless you're on Gigabit, FiOS [depending], etc...) 
so it might be worth it.  Anyways, be careful of which usb ethernet 
cable you use.



--
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/4c5d8ce0.80...@envygeeks.com



Re: Reklama w serwisie

2010-08-07 Thread Alois Mahdal


...I can't speak Polish, but if I can get the point, she is asking
about putting paid advertisement on debian.org :-)

I guess she might understand Czech at least as I "do" Polish:

---
Dobrý den,

On Thu, 15 Jul 2010 14:05:39 +0200, Marta Pęczek  wrote:

Chciałabym się dowiedzieć, czy istnieje możliwość umieszczenia płatnej
reklamy w serwisie debian.org.


  Reklama na stránkách Debianu není možná. Stránky jsou provozovány
neziskovou (Organizacja non-profit) organizací SPI Inc.

  Navíc, tato diskuzní skupina je určena výhradně pro komunikaci v  
Angličtině.


  ... "Wysyłaj wszystkie wiadomości w języku angielskim."[2]

[1] http://pl.wikipedia.org/wiki/Software_in_the_Public_Interest
[2] http://www.debian.org/MailingLists/index.pl.html

S pozdravem,
Alois Mahdal

--
Alois Mahdal using Opera's revolutionary e-mail client:  
http://www.opera.com/mail/



--
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/op.vg2tt0ty53t...@aloism.cz.avg.com



Re: backup system for servers

2010-08-07 Thread Michael P. Soulier
On 07/08/10 Jordon Bedwell said:

> You don't need "Software" all you need is a simple bash script that 1.)  
> GZIP's everything but: proc, sys and others, 2.) signs said backup and  
> then encrypts it and 3.) an SSH cert to the other server and the time to  
> make said simple script. You can even use Perl or PHP, both of which  
> support being daemonized so you can do incremental backups or backups of  
> specific files based on changes.  I usually prefer the Perl method, but  
> sometimes am forced to use PHP and when clients flat out refuse to let  
> me daemonize I tell them to do it themselves since it's not my problem  
> anyways I was just being nice and send them an SH script that does  
> exactly what I described.

Personally I pipe tar over ssh so I'm not dependent on enough disk space on
the machine being backed-up to create a local archive. Plus, it's only one
command that way.

Mike
-- 
Michael P. Soulier 
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein


signature.asc
Description: Digital signature


Re: backup system for servers

2010-08-07 Thread Miles Fidelman

Jordon Bedwell wrote:

On 08/07/2010 10:46 AM, xserver80 wrote:

Hi All
I need to schedule the data backup for 3 servers (2 Debian and 1
Windows) into a dedicated server.
The problem is that I can't install any software in none of the data
source servers (2 Debian and 1 Windows).
The object of my backup are the data exported with samba (2 Debian
Server) and ftp server (Win Server).
That system should mounted the shares (samba and ftp) for download and
check data in other system server.

You don't need "Software" all you need is a simple bash script that 
1.) GZIP's everything but: proc, sys and others, 2.) signs said backup 
and then encrypts it and 3.) an SSH cert to the other server and the 
time to make said simple script. You can even use Perl or PHP, both of 
which support being daemonized so you can do incremental backups or 
backups of specific files based on changes.  I usually prefer the Perl 
method, but sometimes am forced to use PHP and when clients flat out 
refuse to let me daemonize I tell them to do it themselves since it's 
not my problem anyways I was just being nice and send them an SH 
script that does exactly what I described.
Assuming you have access to the destination server, and can mount the 
directories, you might consider running rdiff-backup - to save some 
space and bandwidth (despite the "r" in the name, it will work fine 
across filesystems on the same machine).  There's a nice little utility 
called backupninja that handles setting up all the options and cron jobs 
- details at https://labs.riseup.net/code/projects/show/backupninja -- I 
moved from a simple bash script to backup-ninja and have been very happy 
with the results.  There's also a longer list of backup tools at 
http://www.debianhelp.co.uk/backuptools.htm


Miles Fidelman

--
In theory, there is no difference between theory and practice.
In  practice, there is.    Yogi Berra



--
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/4c5d89ba.4000...@meetinghouse.net



Re: Partition 1 does not end on cylinder boundary.

2010-08-07 Thread 郭家华
Yes, I think I must fix it.
But I don't know how to fix it.
Can you help me?

2010/8/7 Klaus Wolf 

> Hi,
>
> I think, there i an error by partitioning your disk.
>
>sda1 end on cyl 3825
>sda2 bgins on   3825
>sda 2 ends on  36988
>sda 3 begins on 36988
>
> So you used cyl 3825 and cyl 36988 twice.
>
>sda5 6 and 7 shows correct
>20397 ==> 20398
>36308 ==> 36309
>
> So you have to resize sda 2 to cyl 3826 to 36987
>
> best regards and a nice day
>
> klaus
>
> Am Samstag, den 07.08.2010, 04:35 -0400 schrieb 郭家华:
> > cfdisk
> > FATAL ERROR: Bad primary partition 2: Partition ends in the final
> > partial cylind
> >   Press any key to exit cfdisk
> > 
> >
> > fdisk /dev/sda -l
> >
> > Disk /dev/sda: 320.0 GB, 320072933376 bytes
> > 255 heads, 63 sectors/track, 38913 cylinders
> > Units = cylinders of 16065 * 512 = 8225280 bytes
> > Disk identifier: 0xbf5fbf5f
> >
> >Device Boot  Start End  Blocks   Id  System
> > /dev/sda1   *   1382530727  HPFS/NTFS
> > Partition 1 does not end on cylinder boundary.
> > /dev/sda23825   36988   266378209f  W95 Ext'd
> > (LBA)
> > Partition 2 does not end on cylinder boundary.
> > /dev/sda3   36988   3891415471960   12  Compaq
> > diagnostics
> > Partition 3 does not end on cylinder boundary.
> > /dev/sda53825   20397   1331178477  HPFS/NTFS
> > /dev/sda6   20398   36308   127804416   83  Linux
> > /dev/sda7   36309   36988 5454848   82  Linux swap /
> > Solaris
> >
> > 
> >
> > I don't know what does the error means. And I wander how to solve it.
> > THX
>
>
>
> --
> L I N U X W O L F
> Klaus Wolf
> Dresdner Straße 3
> 0 8 1 3 2 Muelsen
>
>


Re: backup system for servers

2010-08-07 Thread Jordon Bedwell

On 08/07/2010 10:46 AM, xserver80 wrote:

Hi All
I need to schedule the data backup for 3 servers (2 Debian and 1
Windows) into a dedicated server.
The problem is that I can't install any software in none of the data
source servers (2 Debian and 1 Windows).
The object of my backup are the data exported with samba (2 Debian
Server) and ftp server (Win Server).
That system should mounted the shares (samba and ftp) for download and
check data in other system server.
In the future my boss will ask me for the copy of data backup
exsisting in the dedicated server backup in the  LTO type carthage (or
similar).
Now I am looking for a software or hardware system to do that.
If I don't find any dedicated hardware system I will prepare a
dedicate server with big area storage inside.
I don't think that a script is a good idea, because I need to keep
data saved for long tine and I need to check data during or after each
backup cicle. (check data transfer and dada consistance).
Can you help me to find a solutions?
I will evaluate all solutions thet you post me. Whatever, software and
hardware, commercial or free.
I must show to my boss the best solution. :-)

I thank everybody in advance.
Alex


   


You don't need "Software" all you need is a simple bash script that 1.) 
GZIP's everything but: proc, sys and others, 2.) signs said backup and 
then encrypts it and 3.) an SSH cert to the other server and the time to 
make said simple script. You can even use Perl or PHP, both of which 
support being daemonized so you can do incremental backups or backups of 
specific files based on changes.  I usually prefer the Perl method, but 
sometimes am forced to use PHP and when clients flat out refuse to let 
me daemonize I tell them to do it themselves since it's not my problem 
anyways I was just being nice and send them an SH script that does 
exactly what I described.


Here is an example to start you off:

#!/bin/bash -e

echo $(date): [Info] Starting backup of server_name >> /var/log/backups.log
tar cvpjf server_backup.tar.bz2 --same-owner \
--exclude=/proc/* \
--exclude=/media/* \
--exclude=/dev/* \
--exclude=/mnt/* \
--exclude=/sys/* \
--exclude=/tmp/* \
--exclude=/usr/tmp/* \
--exclude=/lost+found/* \
--exclude=/server_backup.tar.bz2

You'll of course want to remove server_backup.tar.bz2, generate a 
certificate to sign and encrypt and move that certificate to your 
personal PC too and make more log entries throughout the process so you 
can diagnose a missed backup, but other than that it's pretty simple.  
Good luck.



--
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/4c5d877d.3070...@envygeeks.com



Re: backup system for servers

2010-08-07 Thread Eero Volotinen
2010/8/7 xserver80 :
> Hi All
> I need to schedule the data backup for 3 servers (2 Debian and 1
> Windows) into a dedicated server.
> The problem is that I can't install any software in none of the data
> source servers (2 Debian and 1 Windows).
> The object of my backup are the data exported with samba (2 Debian
> Server) and ftp server (Win Server).
> That system should mounted the shares (samba and ftp) for download and
> check data in other system server.
> In the future my boss will ask me for the copy of data backup
> exsisting in the dedicated server backup in the  LTO type carthage (or
> similar).
> Now I am looking for a software or hardware system to do that.
> If I don't find any dedicated hardware system I will prepare a
> dedicate server with big area storage inside.
> I don't think that a script is a good idea, because I need to keep
> data saved for long tine and I need to check data during or after each
> backup cicle. (check data transfer and dada consistance).
> Can you help me to find a solutions?
> I will evaluate all solutions thet you post me. Whatever, software and
> hardware, commercial or free.
> I must show to my boss the best solution. :-)
>
> I thank everybody in advance.

how about amanda or bacula?

--
Eero


--
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/aanlktikutcxtbjffg1_pykhhhf58uekicf_pcc9yy...@mail.gmail.com



Re: Java applications and font size

2010-08-07 Thread Camaleón
On Sat, 07 Aug 2010 13:45:25 +0200, Andreas Goesele wrote:

> after I switched to 1280x1024 as resolution fonts in Java-Applications
> are too small for me.

Have you checked (inside the java app) for a setting to define the 
interface layout to use in the program?

I can select from various flavours, each of one using different fonts:

[x] System native (which seems to use the same font type and size as the 
other desktop applications)
[ ] CDE/Motif
[ ] GTK+
[ ] Metal
[ ] Nimbus

Also, you could check that your whole desktop DPI setting is not defined 
at a very low value.

Greetings,

-- 
Camaleón


-- 
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/pan.2010.08.07.16.04...@gmail.com



backup system for servers

2010-08-07 Thread xserver80
Hi All
I need to schedule the data backup for 3 servers (2 Debian and 1
Windows) into a dedicated server.
The problem is that I can't install any software in none of the data
source servers (2 Debian and 1 Windows).
The object of my backup are the data exported with samba (2 Debian
Server) and ftp server (Win Server).
That system should mounted the shares (samba and ftp) for download and
check data in other system server.
In the future my boss will ask me for the copy of data backup
exsisting in the dedicated server backup in the  LTO type carthage (or
similar).
Now I am looking for a software or hardware system to do that.
If I don't find any dedicated hardware system I will prepare a
dedicate server with big area storage inside.
I don't think that a script is a good idea, because I need to keep
data saved for long tine and I need to check data during or after each
backup cicle. (check data transfer and dada consistance).
Can you help me to find a solutions?
I will evaluate all solutions thet you post me. Whatever, software and
hardware, commercial or free.
I must show to my boss the best solution. :-)

I thank everybody in advance.
Alex


-- 
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/aanlktim+r1rbr+1urgme19st5_5+rwznrxmqzixp4...@mail.gmail.com



Re: Tiny Console Fonts - Almost Fixed

2010-08-07 Thread Roger Leigh
On Thu, Aug 05, 2010 at 09:12:20AM -0500, Jordon Bedwell wrote:
> Edit:
> kernel /boot/blah-blah-kernel root=/my/device ro quiet splash
>
> Add:
> vga=HEX
>
>
> Size 640x400 640x480 800x600 1024x768 1152x864 1280x1024 1600x1200
> +--
>  8 bits |  0x300   0x301   0x3030x3050x1610x307 0x31C
> 15 bits |? 0x310   0x3130x3160x1620x319 0x31D
> 16 bits |? 0x311   0x3140x3170x1630x31A 0x31E
>
> In otherwords, changing the console resolution should solve your  
> problem.  You just have to be careful because you could end up with  
> squishy text but it will be bigger.

But, isn't this the wrong solution to the problem?  Changing to a lower
resolution and keeping the same font size is not as good as using the
native or maximal resolution of the monitor together with a larger,
clearer font.

While it's still possible to use the VGA= option, I've not seen
a graphics card where the resolution couldn't be specified directly
with video= for some time.  For example:
  video=radeonfb:1680x1050...@60
which allows the x and y resolution, bit depth and refresh rate to
all be specified.  I'm not sure if this still works with KMS since
it gets the correct values using DPMS, but I'm sure there's an
equivalent.

Overall, KMS seems to be a very good thing albeit with a few rough
edges for some users.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: Tiny Console Fonts - Almost Fixed

2010-08-07 Thread Roger Leigh
On Fri, Aug 06, 2010 at 09:29:30AM -0400, Thomas H. George wrote:
> I gave up and installed kbd.  On boot up the initial font was large.
> About half way through the boot up the scripts changed to tiny fonts and
> then after a half dozen lines switched back to large fonts.  The console
> is now very readable but when mutt displays the threaded list of
> postings the lines and arrows are replaces by strange characters.

This is most likely due to a mismatch between your locale character
set (charmap) and the encoding of the console font.  I'd advise
using UTF-8 for both.  You can check the locale codeset with

% locale -k charmap
==> charmap="UTF-8"

Because the Linux console has a limited number of characters (512 IIRC),
you need to choose a subset of Unicodei, which is why there are
separate Uni1, Uni2 and Uni3 fonts.  I use Uni2 myself.  All have the
basic Latin characters, but different Greek/Cyrillic/Arabic/Symbol
characters.  IIRC Uni2 has more symbols, but try them all out to see
which works best for you.

If you're not using UTF-8, then you'll need to choose the exact same
encoding as your locale charmap.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: No Consoles???

2010-08-07 Thread Alan Ianson
On Sat, 2010-08-07 at 08:29 -0500, hugo vanwoerkom wrote:
> John W Foster wrote:
> > Just got my new AMD 64 bit system to working well. Still have an issue
> > with NO CONSOLES using F1 F2 etc. I really miss this ability using
> > testing dist. I am VERY used to using a console screen to manage my
> > system. Something has disabled thosr consoles. Any tips to correct are
> > appreciated.
> 
> 
> What is the contents of /etc/inittab?

In my case the consoles work as expected at boot up and I can use them,
but after some period of time after I have been using the desktop when I
press  F? my monitor goes off and when I switch back to the
desktop it comes on again.

I'm using "ati" in my xorg.conf with the built in video output on this
box. If I don't use "ati" in the driver section of my xorg.conf the
monitor goes off at almost anytime, desktop or console. 



-- 
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/1281190545.7211.6.ca...@debian.ok.shawcable.net



Re: Netinst ISO fü r eigene belange anpassen

2010-08-07 Thread Sven Hoexter
On Sat, Aug 07, 2010 at 02:25:18PM +0200, Helmut Backhaus wrote:

> Ist es überhaupt sinnvoll, eine eigene Netinst zu erstellen?

Das muss man selber entscheiden. PXE boot ist ggf. einfacher zu handhaben.
Kommt aber auf den Anwendungsfall an.

Was das remastern anbelangt guck dir debian-cd an. Ggf. lohnt es sich
da auch schonmal sich die aktuellen scripte aus dem svn zu holen.
Dazu brauchst Du dann noch debmirror um einen lokalen Mirror zu erstellen.

http://wiki.debian.org/DebianCustomCD mag vielleicht auch noch nett zu sein
und ein Blick in das ganze "Debian Blends" Umfeld. Bin mir nicht sicher ob
da nicht mitlerweile ggf. noch andere Tools neben debian-cd entstanden sind.

HTH,
Sven
-- 
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
   [The Cardigans - 03:45: No sleep]


-- 
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/20100807140555.ga7...@marvin.lan



Re: Can only access Debian website through proxy

2010-08-07 Thread Camaleón
El 2010-08-07 a las 20:16 +1000, pierre poulos escribió:

(resending to the list)

> On Fri, 2010-08-06 at 16:22 +0300, George-Cristian Bîrzan wrote:
> > On Fri, 2010-08-06 at 16:09 +0300, George-Cristian Bîrzan wrote:
> > > ively, I guess you could add to /etc/modprobe.d/blacklist.conf a
> > > line that says:
> > >
> > > blacklist ipv6
> > >
> > > then reboot. That should prevent the module from being loaded in the
> > > first place. If you compiled your own kernel and built in support for
> > > IPv6
> >
> > Actually, it seems IPv6 support has been builtin in Debian kernels since
> > June last year. Shows how much I use it. :-)
> >
> > Apparently, the proper way to disable IPv6 is to append ipv6.disable=1
> > to your kernel line in grub. If you're using grub legacy, go
> > to /boot/grub/menu.lst and add "ipv6.disable=1" to the line saying:
> >
> > # defoptions=
> >
> > (Leave it commented, and if it already has something, just add a space
> > at the end, then the ipv6.disable=1 bit).
> >
> > If you're using grub2, go to /etc/default/grub and add it to the
> >
> > GRUB_CMDLINE_LINUX="root=/dev/somethin" line, add a space then
> > ipv6.disable=1.
> 
> Sigh. Not my best day today. After you do these, run update-grub to
> actually update the config file, then reboot.
> 
> -- 
> George-Cristian Bîrzan
> 
> Ok, I have done so, then rebooted.. tried Iceweasel- No luck, tried
> Google Chrome- No luck :-(
> 
> Okay guys, thank you all very much for attempting to help me with this
> problem, but I think
> it is a problem I must learn to live with with my current Lenny setup.
> Can anybody suggest a security update entry for my sources.list that
> my apt-get will be able to use ?

Read my last post. Maybe we have found the source of the problem.

Greetings,

-- 
Camaleón 


-- 
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/20100807135545.gb9...@stt008.linux.site



Re: Can only access Debian website through proxy

2010-08-07 Thread Camaleón
El 2010-08-07 a las 19:47 +1000, pierre poulos escribió:

Resending to the list, again :-)

Pierre, remember to send your replies to the list, not the user.

> On Fri, Aug 6, 2010 at 11:11 PM, Camaleón wrote:

(...)

> > > Everything is successful except www.debian.org which needs a proxy.
> >
> > Ouch.
> >
> > Well, that sounds indeed very weird. Even more taking that any problem
> > on the ISP side should be already fixed :-(
> >
> > Does another network tests to that host work or also fail in the same
> > manner? I mean, ping, wget, dig, traceroute... you can try all of these
> > to see how it goes:
> >
> > ping -c 3 www.debian.org
> > wget www.debian.org
> > dig www.debian.org
> > traceroute www.debian.org
> >
> > PING www.debian.org (61.5.210.7) 56(84) bytes of data.
> 64 bytes from www.debian.org (61.5.210.7): icmp_seq=1 ttl=50 time=53.4 ms
> 64 bytes from www.debian.org (61.5.210.7): icmp_seq=2 ttl=50 time=53.9 ms
> 64 bytes from www.debian.org (61.5.210.7): icmp_seq=3 ttl=50 time=51.9 ms
> 
> --- www.debian.org ping statistics ---
> 3 packets transmitted, 3 received, 0% packet loss, time 2008ms
> rtt min/avg/max/mdev = 51.995/53.105/53.903/0.831 ms

Ping looks right.

> ~$ wget www.debian.org
> --2010-08-07 14:45:48--  http://www.debian.org/
> Resolving www.debian.org... 61.5.210.7
> Connecting to www.debian.org|61.5.210.7|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 14341 (14K) [text/html]
> Saving to: `index.html'
> 
> 100%[==>] 14,341  73.0K/s   in
> 0.2s
> 
> 2010-08-07 14:45:49 (73.0 KB/s) - `index.html' saved [14341/14341]

Wget seems also right. It fetches the file, so please, open that file 
and tell us what are you seeing.

> :~$ dig www.debian.org
> 
> ; <<>> DiG 9.6-ESV-R1 <<>> www.debian.org
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18191
> ;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
> ;; WARNING: recursion requested but not available
> 
> ;; QUESTION SECTION:
> ;www.debian.org.INA
> 
> ;; ANSWER SECTION:
> www.debian.org.1INA61.5.210.7
> 
> ;; Query time: 24 msec
> ;; SERVER: 10.1.1.1#53(10.1.1.1)
> ;; WHEN: Sat Aug  7 14:46:07 2010
> ;; MSG SIZE  rcvd: 48

Dig resolver the domain fine. Mmm, wait... wait a minute.

s...@stt008:~$ dig www.debian.org

; <<>> DiG 9.6-ESV-R1 <<>> www.debian.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31857
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.debian.org.IN  A

;; ANSWER SECTION:
www.debian.org. 300 IN  A   194.109.137.218
www.debian.org. 300 IN  A   213.129.232.18
www.debian.org. 300 IN  A   141.76.2.5

;; Query time: 94 msec
;; SERVER: 80.58.0.33#53(80.58.0.33)
;; WHEN: Sat Aug  7 15:51:08 2010
;; MSG SIZE  rcvd: 80

Oops, something is wrong here. We are getting different output for the 
same host >:-?

> ~$ traceroute www.debian.org
> traceroute to www.debian.org (61.5.210.7), 30 hops max, 40 byte packets

(deleted for security reasons)

>  5  vlan307.52gdc76ue3.optus.net.au (61.88.151.197)  40.766 ms  42.633 ms
> 45.038 ms
>  6  ConnectCom.un2.optus.net.au (61.88.171.206)  46.959 ms  38.443 ms
> 40.338 ms
>  7  te2-4.sglebdist02.aapt.net.au (202.10.14.8)  41.939 ms  29.262 ms
> 29.657 ms
>  8  te0-3-1-0.sclarcore01.aapt.net.au (202.10.12.9)  30.632 ms  31.505 ms
> 34.477 ms
>  9  te2-2.sclardist01.aapt.net.au (202.10.12.2)  33.605 ms  34.852 ms
> 35.901 ms
> 10  te2-1.sclarbrdr01.aapt.net.au (202.10.14.3)  38.703 ms  38.944 ms
> 42.448 ms
> 11  off146373-3.gw.connect.com.au (210.8.40.217)  66.406 ms  66.433 ms
> 69.776 ms
> 12  * 202.87.139.122 (202.87.139.122)  72.020 ms *
> 13  * * *
> 14  * * *
> 15  * * *
> 16  * * *
> 17  * * *
> 18  * * *
> 19  * * *
> 20  * * *
> 21  * * *
> 22  * * *
> 23  * * *
> 24  * * *
> 25  * * *
> 26  * * *
> 27  * * *
> 28  * * *
> 29  * * *
> 30  * * *

Let's carefully examine this.

First, www.debian.org has the following addresses:

s...@stt008:~$ host -t a www.debian.org
www.debian.org has address 194.109.137.218
www.debian.org has address 213.129.232.18
www.debian.org has address 141.76.2.5

So... *how* and *from where* are you getting "61.5.210.7"? I can be 
wrong, but that IP does not look to be a Debian host, but a download 
mirror:

s...@stt008:~$ host 61.5.210.7
7.210.5.61.in-addr.arpa domain name pointer depot.nautile.nc.

Compare with my traceroute:

***
traceroute to www.debian.org (194.109.137.218), 30 hops max, 40 byte packets

(deleted)

3  66.Red-80-58-121.staticIP.rima-tde.net (80.58.121.66)  57.263 ms  60.151 ms  
62.426 ms
4  So6-0-0-0-grtmadde2.red.telefonica.wholesale.net (84.16.8.117)  65.942 ms  
68.614 ms  71.091 ms
5  So4-3-0-0-grtlontl3.red.telefonica-wholesale.net (84.16.12.122) 104.215 ms  
106.674 ms So3-3-0-0-g

test mail... Sorry

2010-08-07 Thread xserver80
test mail... Sorry


-- 
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/aanlkti=reyxtcvoo78pl3vmy6bu1z-92naqc0nk5a...@mail.gmail.com



Re: No Consoles???

2010-08-07 Thread hugo vanwoerkom

John W Foster wrote:

Just got my new AMD 64 bit system to working well. Still have an issue
with NO CONSOLES using F1 F2 etc. I really miss this ability using
testing dist. I am VERY used to using a console screen to manage my
system. Something has disabled thosr consoles. Any tips to correct are
appreciated.



What is the contents of /etc/inittab?

Hugo


--
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/i3jn3m$cr...@dough.gmane.org



Re: Partition 1 does not end on cylinder boundary.

2010-08-07 Thread Klaus Wolf
Hi,

I think, there i an error by partitioning your disk.

sda1 end on cyl 3825
sda2 bgins on   3825
sda 2 ends on  36988
sda 3 begins on 36988

So you used cyl 3825 and cyl 36988 twice.

sda5 6 and 7 shows correct
20397 ==> 20398
36308 ==> 36309

So you have to resize sda 2 to cyl 3826 to 36987

best regards and a nice day

klaus

Am Samstag, den 07.08.2010, 04:35 -0400 schrieb 郭家华:
> cfdisk
> FATAL ERROR: Bad primary partition 2: Partition ends in the final
> partial cylind
>   Press any key to exit cfdisk
> 
> 
> fdisk /dev/sda -l
> 
> Disk /dev/sda: 320.0 GB, 320072933376 bytes
> 255 heads, 63 sectors/track, 38913 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
> Disk identifier: 0xbf5fbf5f
> 
>Device Boot  Start End  Blocks   Id  System
> /dev/sda1   *   1382530727  HPFS/NTFS
> Partition 1 does not end on cylinder boundary.
> /dev/sda23825   36988   266378209f  W95 Ext'd
> (LBA)
> Partition 2 does not end on cylinder boundary.
> /dev/sda3   36988   3891415471960   12  Compaq
> diagnostics
> Partition 3 does not end on cylinder boundary.
> /dev/sda53825   20397   1331178477  HPFS/NTFS
> /dev/sda6   20398   36308   127804416   83  Linux
> /dev/sda7   36309   36988 5454848   82  Linux swap /
> Solaris
> 
> 
> 
> I don't know what does the error means. And I wander how to solve it.
> THX



-- 
L I N U X W O L F
Klaus Wolf
Dresdner Straße 3
0 8 1 3 2 Muelsen


--
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/1281178960.7407.9.ca...@localhost



Netinst ISO für eigene belange anpassen

2010-08-07 Thread Helmut Backhaus

Hallo zusammen,
ich ein Problem / eine Idee.
Nur weiß ich nicht, ob das überhaupt möglich ist.

Ich möchte die Netinst CD gerne um einige Packages erweitern,
z.B. sollte openssh, ntp, netdate usw. dazu.

Nun habe ich mal etwas geforscht,  dabei habe ich festgestellt,
dass anscheinen alle Pakete in der Datei 
/dists/lenny/main/binary-i386/Packages
stehen. Weiter glaube ich gefunden zu haben, dass die Installation von 
dort auch

den Pfad zum angegebenen Paket erhält. Auch habe ich dort gesehen, dass
openssh bereits enthalten ist, aber optional. Wenn ich das "optional" in
"standard" ändere, müsste das Paket doch gleich mit Installiert werden, 
oder?


Für Pakete die nicht enthalten sind müsste ich dann wohl so einen Eintrag
erstellen und die .deb dann in den Pfad (Beispiel) /pool/main/o/openssh/
Kopieren. Sehe ich das richtig?

Aber die Syntax und die verschiedenen Parameter in dieser Datei sind mir 
nicht

 so wirklich klar, gibt es da vielleicht irgend wo eine Anleitung?

Ist es überhaupt sinnvoll, eine eigene Netinst zu erstellen?

Uns würde es die Arbeit sehr erleichtern, da wir solche Server zum teil
mehrfach täglich aufsetzen müssen und dadurch das ständige nachinstallieren
entfallen würde.

Für Hilfe oder bessere Ideen wäre ich sehr dankbar.

--
Gruß,
Helmut Backhaus



--
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/4c5d50ae.50...@gmx.de



Re: why rsync wants to delete destination files

2010-08-07 Thread Henrique de Moraes Holschuh
On Sat, 07 Aug 2010, T o n g wrote:
> I.e., "--delete-before" is the default action. It only affect the files 
> to be copied over. Nothing else.

rsync --delete a b c d 192.168.1.99:/tmp/

could remove a b c or d from /tmp in 192.168.1.99, if they don't exist
in the source location.

If a, b, c or d are directories, it will act on all files and
subdirectories inside them in 192.168.1.99:/tmp as well.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
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/20100807123616.ga3...@khazad-dum.debian.net



Java applications and font size

2010-08-07 Thread Andreas Goesele
Hi,

after I switched to 1280x1024 as resolution fonts in Java-Applications
are too small for me.

I can change some fonts at runtime by passing
-Dswing.plaf.metal.controlFont=Dialog-18 and
-Dswing.plaf.metal.userFont=Dialog-18 to java.

Unfortunatelly this leaves in the applications I tested some fonts
unchanged.

-Dswing.plaf.metal.titleFont=Dialog-18
-Dswing.plaf.metal.menuFont=Dialog-18
-Dswing.plaf.metal.systemFont=Dialog-18
-Dswing.plaf.metal.smallFont=Dialog-18

all have no effect.

Is there any other way I can change font size in java applications at
runtime?

Thanks a lot!

Andreas Gösele

-- 
Omnis enim res, quae dando non deficit, dum habetur et non datur,
nondum habetur, quomodo habenda est.
  Augustinus, De doctrina christiana


-- 
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/87d3tubq96@debian.igp



Re: Missing many packages and libraries

2010-08-07 Thread Timo Juhani Lindfors
Brett Mahar  writes:
> deb http://ftp.au.debian.org/debian/dists/lenny/ main contrib non-free
> deb http://ftp.de.debian.org/debian/dists/lenny/ main contrib non-free

These are wrong. Try with a sources.list that only has

deb http://ftp.de.debian.org/debian/ lenny main
deb http://security.debian.org/ lenny/updates main

and nothing else. Then post the output of apt-get update and apt-get
install gstreamer-tools.


-- 
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/84r5iamy3a@sauna.l.org



Re: how to dual boot debian with redhat?

2010-08-07 Thread hadi motamedi
On Tue, Aug 3, 2010 at 5:55 PM, Joao Ferreira gmail <
joao.miguel.c.ferre...@gmail.com> wrote:

> On Tue, 2010-08-03 at 16:22 +0430, hadi motamedi wrote:
> > Dear All
> > On my debian machine, I need to install redhat on one of its
> > partitions and so make it dual boot . Can you please let me know how
> > this can be accomplished?
>
> Hello,
>
> the process should be quite straightforward.
>
> 1st u need to make sure you have a free partition with no relevant data
> on it (partition to instal RH).
>
> then you simply start installing RedHat on the machine and (this is the
> critical part) make absolutelly sure you tell the installer to choose
> the correct partition (the partition you choose for RH will be formated
> and any data in it will be lost).
>
> in the end you can choose to instal the bootloader (GRUB possibly) and
> it will detect you have Debian too and do all the magic for you. grub
> usually does a very good job finding you other operatin systems and
> automagically configuring the dual-boot...
>
> It's usually a very simple process with no expert knowledge involved.
>
> Just make sure you know exactly which is the partition that is empty
> when the RH installer asks you to format the disk. you need to be 100%
> sure of this. If you're not just power off the machine.
>
> also make sure GRUB (or LILO, I0'm not sure) is installed in the end.
> The normal installation process should probably do this for you. Just
> read the messages. there should be no problem.
>
> But... just in case... make a backup of all you important stuff in
> Debian.
>
> Cheers
> jmf
>
> > Thank you
> >
> >
> >
>
> Sorry. I selected to partition it with Disk Druid but I lost my original
installation. Can you please let me know what is the correct procedure for
your proposed method to make it dual-boot ?


Missing many packages and libraries

2010-08-07 Thread Brett Mahar
Hi all,
I installed Debian a few days ago and had no trouble downloading extra
packages using apt-get. Then I re-installed today, and hardly anything
will work (Transmission did install). Any idea what is wrong?

My updated sources.list file:
deb cdrom:[Debian GNU/Linux 5.0.5 _Lenny_ - Official i386 CD Binary-1
20100626-17:37]/ lenny main
deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main
deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
deb http://ftp.au.debian.org/debian/dists/lenny/ main contrib non-free
deb http://ftp.de.debian.org/debian/dists/lenny/ main contrib non-free

I ran apt-get update (as root), then tried installing many things, eg:

debian:/home/brett# apt-get install mozilla-plugin-vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mozilla-plugin-vlc: Depends: vlc-nox (= 0.8.6.h-4+lenny2.3) but it
is not going to be installed
  Depends: vlc but it is not going to be installed
  Depends: libavcodec51 (>= 0.svn20080206-8) but
it is not going to be installed or
   libavcodec-unstripped-51 (>=
0.svn20080206-8) but it is not installable
  Depends: libvlc0 (>= 0.8.6.h) but it is not
going to be installed
E: Broken packages


debian:/home/brett# apt-get install gstreamer-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package gstreamer-tools


debian:/home/brett# apt-get install openoffice.org
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  openoffice.org: Depends: openoffice.org-core (=
1:2.4.1+dfsg-1+lenny7) but it is not going to be installed
  Depends: openoffice.org-writer but it is not going
to be installed
  Depends: openoffice.org-calc but it is not going to
be installed
  Depends: openoffice.org-impress but it is not going
to be installed
  Depends: openoffice.org-draw but it is not going to
be installed
  Depends: openoffice.org-math but it is not going to
be installed
  Depends: openoffice.org-base but it is not going to
be installed
  Depends: openoffice.org-report-builder-bin but it is
not going to be installed
  Depends: ttf-liberation but it is not installable
  Depends: openoffice.org-officebean but it is not
going to be installed
  Depends: openoffice.org-writer2latex but it is not installable
  Depends: openoffice.org-filter-mobiledev but it is
not going to be installed
  Depends: openoffice.org-java-common (> 2.2.0-4) but
it is not going to be installed
  Recommends: openoffice.org-filter-binfilter but it
is not going to be installed
E: Broken packages

Thanks in advance!
Brett.


-- 
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/aanlktinbyyu3c9nap1yjfpjzxeeqqt9n0myke9hkx...@mail.gmail.com



xpdf fonts and xresources

2010-08-07 Thread Andreas Goesele
Hi,

for me the xpdf fonts are too small. So I changed them by putting
xpdf*fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-1
into .Xresources

But this leaves the fontsize of the textareas ("Page", Search field,
printing dialog) unchanged. Is there a way to change the fontsize for
these areas in .Xresources?

Thanks!

Andreas Gösele

-- 
Omnis enim res, quae dando non deficit, dum habetur et non datur,
nondum habetur, quomodo habenda est.
  Augustinus, De doctrina christiana


-- 
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/87hbj6bsra@debian.igp



Re: how to dual boot debian with redhat?

2010-08-07 Thread hadi motamedi
On Tue, Aug 3, 2010 at 5:55 PM, Joao Ferreira gmail <
joao.miguel.c.ferre...@gmail.com> wrote:

>
> Hello,
>
> the process should be quite straightforward.
>
> 1st u need to make sure you have a free partition with no relevant data
> on it (partition to instal RH).
>
> then you simply start installing RedHat on the machine and (this is the
> critical part) make absolutelly sure you tell the installer to choose
> the correct partition (the partition you choose for RH will be formated
> and any data in it will be lost).
>
> in the end you can choose to instal the bootloader (GRUB possibly) and
> it will detect you have Debian too and do all the magic for you. grub
> usually does a very good job finding you other operatin systems and
> automagically configuring the dual-boot...
>
> It's usually a very simple process with no expert knowledge involved.
>
> Just make sure you know exactly which is the partition that is empty
> when the RH installer asks you to format the disk. you need to be 100%
> sure of this. If you're not just power off the machine.
>
> also make sure GRUB (or LILO, I0'm not sure) is installed in the end.
> The normal installation process should probably do this for you. Just
> read the messages. there should be no problem.
>
> But... just in case... make a backup of all you important stuff in
> Debian.
>
> Sorry. Can you please let me know how to add such a 'free partition with no
relevant data' ?


Partition 1 does not end on cylinder boundary.

2010-08-07 Thread 郭家华
cfdisk
FATAL ERROR: Bad primary partition 2: Partition ends in the final partial
cylind
  Press any key to exit cfdisk


fdisk /dev/sda -l

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xbf5fbf5f

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1382530727  HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda23825   36988   266378209f  W95 Ext'd (LBA)
Partition 2 does not end on cylinder boundary.
/dev/sda3   36988   3891415471960   12  Compaq diagnostics
Partition 3 does not end on cylinder boundary.
/dev/sda53825   20397   1331178477  HPFS/NTFS
/dev/sda6   20398   36308   127804416   83  Linux
/dev/sda7   36309   36988 5454848   82  Linux swap / Solaris



I don't know what does the error means. And I wander how to solve it.
THX