Bug#904093: Update comment about fsck.xfs

2018-07-19 Thread Marcos Mello
Package: partman-xfs
Version: 63
Severity: minor

Starting with xfsprogs 4.16.0, fsck.xfs runs xfs_repair when called with -f 
(forcefsck|fsck.mode=force). See:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904086

Please update this comment

https://salsa.debian.org/installer-team/partman-xfs/blob/63/fstab.d/xfs#L24

to

"fsck.xfs is a NOP in preen mode"

or so.


Bug#841842: debian-installer: should use EXT4's native file-system-level encryption

2016-10-23 Thread Marcos Mobley
Package: debian-installer
Severity: wishlist

Dear Maintainer,

it would be nice to be able to use EXT4's native file-system-level encryption
instead of LUKS.

Thanks



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#740503: debian-installer: check-missing-firmware does not work with a USB drive that contains a partition table

2015-02-22 Thread Marcos Madeira

 Hello,
I was trying to load the firmware during the debian-installer and I was
just getting prompted over and over again for the firmware without success.
Hardware: The device is a Samsung NP530U4B-S02 laptop with the Intel®
Centrino® Advanced-N 6230 802.11a/b/g/n .

Firmware: The necessary files that are requested byy the installer are
"iwlwifi-6000g2b-5.ucode" and "iwlwifi-6000g2b-6.ucode".
Setup: I downloaded a Debian netinstall iso (version 7.8.0 on the
23/02/2015) for my architecture from the official Debian website. I
created the install media on a usb flash drive with the "dd" command
like I do usually with GNU/Linux distributions. On another usb flash
drive formatted both as fat16 and fat32 with GParted using an msdos
partition scheme (as suggested per
https://www.debian.org/releases/stable/i386/ch06s04.html.en) I tried on
different occasions to used the ".ucode" firmware files on the root
directory of the usb flash drive and on a "/firmware" directory (on the
secondary flash drive) as well as both at the same time.
If I opened another tty, there were a few entries in dmesg, which read
"iwlwifi :02:00.0: no suitable firmware found" and other lines with
similar content.
I knew that this firmware works, because I have had to install it in the
past, but I used to have an ethernet link during install or a complete iso.

Lastly, I tried loading the firmware files manually, by copying the two
".ucode" files to /lib/firmware (I had to create this directory
manually) on a separate tty and then attempting to have the installer
search for the drivers and I was met with success. The wireless networks
were found and I was able to input my password, but I just got
redirected to the wireless network list without an error message. Note:
when the I used the method described by Chris Bainbridge
, the installer would show a window titled
something like "attempting to exchange keys with the network device",
before connecting successfully, which wasn't the case for the manual
loading of firmware.
Note2: After loading the firmware manually during the installer, a
message shows up in dmesg with the appropriate time stamp:
"ADDRCONF(NETDEV_UP): wlan0: link is not ready" and on /var/log/syslog,
for every entry that reads "authenticate with "
there is an entry "deauthenticating from  by local
machine (reason=3)", when I tried to connect to my wireless network.


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/blu436-smtp164681b89843a5bf2a07ba485...@phx.gbl



Bug#762767: installation-reports: [ASRock N68-VGS3 FX with onboard Gigabit LAN PHY RTL8211CL] Networking and ACPI conflicts

2014-10-07 Thread valdir . marcos
 

I have discovered that the problem appears when I try to obtain one
automatic IP version 4 from one network card (Realtek onboard) or the
other (Dlink offboard) or both.
After a long time, the computer turns on, but no real network connection
is possible even though one or two NICs have a corret IP number provided
from the dhcp server:
--
#vi /etc/network/interfaces
---
# The primary network interface
auto eth0 eth1
allow-hotplug eth0 eth1
iface eth0 inet dhcp

# The secondary network interface
iface eth1 inet dhcp
---
--

When I use static IP numbers (version 4) on one network card (Realtek
onboard) or the other (Dlink offboard) or both, the computer turns on
fast and real network connection is created and I can use the Internet
and connect to and from others computers on my local network via SSH and
SAMBA 4.1.
I cannot put gateway information on the Realtek card. When I do, both
network connections stop working and my computer gets isolated from the
rest of my local network.
Although everything seems fine, the computer freezes when I try to reset
it (#shutdown -r now) or turn it off (shutdown -h now):
--
#vi /etc/network/interfaces
---
# The primary network interface
auto eth0 eth1
allow-hotplug eth0 eth1
iface eth0 inet static
 address 192.168.0.100
 netmask 255.255.255.0
 # gateway 192.168.0.1

# The secondary network interface
iface eth1 inet static
 address 192.168.0.200
 netmask 255.255.255.0
 gateway 192.168.0.1
---
--


Extra information that maybe helpful:

"The Realtek RTL8211E is a RGMII 10/100/1000 Ethernet PHY, which is
gigabit capable. It is commonly paired with GMAC for gigabit speeds.
Generic PHY support is enough to make it work."
http://linux-sunxi.org/Ethernet

http://ircbots.debian.net/factoids/factoid.php?key=rtl8211cl

"PATCH forcedeth bug fix: realtek phy 8211c errata"
http://lists.openwall.net/netdev/2008/07/25/127
http://lists.openwall.net/netdev/2008/07/29/91

http://www.cs.fsu.edu/~baker/devices/lxr/http/source/linux/drivers/net/forcedeth.c
http://plugable.com/2010/10/18/howto-asix-88178-usb-ethernet-adapter-on-ubuntu-10-10-linux
https://packages.debian.org/search?searchon=contents&keywords=forcedeth.ko&mode=exactfilename&suite=stable&arch=any
http://unix.stackexchange.com/questions/97974/how-do-i-remove-acpi-warning-on-boot

"The forcedeth story"
http://liquidat.wordpress.com/2007/03/04/the-forcedeth-story/

 

Bug#762767: installation-reports: [ASRock N68-VGS3 FX with onboard Gigabit LAN PHY RTL8211CL] Networking and ACPI conflicts

2014-10-07 Thread valdir . marcos
 

"PATCH forcedeth bug fix: realtek phy 8211c errata"
http://lists.openwall.net/netdev/2008/07/25/127
http://lists.openwall.net/netdev/2008/07/29/91

 

Bug#762767: installation-reports: [ASRock N68-VGS3 FX with onboard Gigabit LAN PHY RTL8211CL] Networking and ACPI conflicts

2014-09-24 Thread Valdir Marcos
Package: installation-reports
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- Package-specific info:

Boot method: CD NETINST
Image version: [Debian GNU/Linux testing _Jessie_ - Official Snapshot amd64 
NETINST Binary-1 20140825-03:58]
Date: 08-September-2014

Machine: motherboard: ASRock N68-VGS3 FX processor: AMD FX-6300 Six-Core 
Processor
Partitions: 


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [E]
Detect network card:[E]
Configure network:  [E]
Detect CD:  [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:[O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:



[ASRock N68-VGS3 FX with onboard Gigabit LAN PHY RTL8211CL] Networking and ACPI 
conflicts

Information on the motherboard:
ASRock N68-VGS3 FX
http://www.asrock.com/mb/NVIDIA/N68-VGS3%20FX/?cat=Specifications

Information on the processor:
AMD FX-6300 Six-Core Processor
http://www.amd.com/pt-br/products/server/6000/6300
http://www.amd.com/en-gb/products/processors/desktop/fx


The problem occurs on both Debian 7 Wheezy (stable) and Debian 8 Jessie 
(testing)

The Linux kernel seems to have an issue with my on-board networking adapter and 
the ACPI of my computer. The boot log provides this bit of information:

[6.381529] ACPI Warning: SystemIO range 
0x0700-0x073f conflicts with OpRegion 
0x0700-0x073f (\_SB_.PCI0.SM00) (20131218/utaddress-258)
[6.381533] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[6.388008] systemd-udevd[234]: renamed network interface eth1 to eth0

This bug results in two things:

My on-board networking doesn't work, and trying to restart or shutdown the 
computer freezes the system.
To restart or shutdown the computer, I have to turn power off.

The 2 or 3 workarounds proposed below do not work on neither Debian 7 nor on 
Debian 8:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1003297


This bug is similar on Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1003297
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1264509
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1281930


I have already opened a ticket on the Kernel bug tracker:
https://bugzilla.kernel.org/show_bug.cgi?id=84881


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="8 (jessie) - installer build 20140825-00:06"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux thor 3.14-2-amd64 #1 SMP Debian 3.14.15-2 (2014-08-09) x86_64 
GNU/Linux
lspci -knn: 00:00.0 RAM memory [0500]: NVIDIA Corporation MCP61 Host Bridge 
[10de:03e2] (rev a1)
lspci -knn: Subsystem: ASRock Incorporation Device [1849:03e2]
lspci -knn: 00:01.0 ISA bridge [0601]: NVIDIA Corporation MCP61 LPC Bridge 
[10de:03e1] (rev a2)
lspci -knn: Subsystem: ASRock Incorporation Device [1849:03e1]
lspci -knn: 00:01.1 SMBus [0c05]: NVIDIA Corporation MCP61 SMBus [10de:03eb] 
(rev a2)
lspci -knn: Subsystem: ASRock Incorporation Device [1849:03eb]
lspci -knn: 00:01.2 RAM memory [0500]: NVIDIA Corporation MCP61 Memory 
Controller [10de:03f5] (rev a2)
lspci -knn: Subsystem: ASRock Incorporation Device [1849:03eb]
lspci -knn: 00:02.0 USB controller [0c03]: NVIDIA Corporation MCP61 USB 1.1 
Controller [10de:03f1] (rev a3)
lspci -knn: Subsystem: ASRock Incorporation Device [1849:03f1]
lspci -knn: Kernel driver in use: ohci-pci
lspci -knn: 00:02.1 USB controller [0c03]: NVIDIA Corporation MCP61 USB 2.0 
Controller [10de:03f2] (rev a3)
lspci -knn: Subsystem: ASRock Incorporation Device [1849:03f2]
lspci -knn: Kernel driver in use: ehci-pci
lspci -knn: 00:04.0 PCI bridge [0604]: NVIDIA Corporation MCP61 PCI bridge 
[10de:03f3] (rev a1)
lspci -knn: 00:05.0 Audio device [0403]: NVIDIA Corporation MCP61 High 
Definition Audio [10de:03f0] (rev a2)
lspci -knn: Subsystem: ASRock Incorporation Device [1849:0

Re: Processing of debian-installer_20090123lenny10_hppa.changes

2012-03-09 Thread Marcos Contreras
disculpen mi lenguaje: Quiero instalar Debian...
Adios.

-- 
CGMO


[Thank you] Thank you for...

2010-08-16 Thread Marcos Carot Collins
Debian installer team, thank you for taking me out of the Dark Side!
It was thanks your hard work to make it easy for users of the "Dark Side" that 
I was able to see the light :)

Cheers!

--
This is message was sent to you from http://thanks.debian.net


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100816093756.5de30c...@nereida.gnuservers.com.ar



Bug#511625:

2010-08-13 Thread Marcos
Hi!
I added another bug in the NSIS:
http://sourceforge.net/tracker/?func=detail&aid=3039331&group_id=22049&atid=373088
Best regards.

On Wed, Aug 4, 2010 at 12:02 PM, Marcos
 wrote:
> Thanks very much for the explanation :)
> I send an complete translation. If you need a new bug, please, tell me :)
> Thanks in advance!!
>
>
>
> On Tue, Aug 3, 2010 at 10:53 PM, Christian PERRIER  wrote:
>> Quoting Marcos (marcos.alvarez.costa...@gmail.com):
>>> Hi! One question, please.
>>> - Asturian added <...> (Not activated, no NSIS translation)
>>>
>>> What's meaning "not activated, no NSIS translation"? Will Win32 not
>>> include the asturian?
>>
>>
>> Not until NSIS is translated to Asturian. See nsis.sourceforge.net for
>> more details about NSISor, of course, just download the nsis
>> source package.
>>
>>
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v1.4.10 (GNU/Linux)
>>
>> iEYEARECAAYFAkxYgeIACgkQ1OXtrMAUPS3ehgCfcNZvk1GgEAC8bBMvg5BA13h1
>> lk0AoIFFwDS8Y1X15hju9FsvQy82HakM
>> =ht+4
>> -END PGP SIGNATURE-
>>
>>
>



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



Bug#511625:

2010-08-04 Thread Marcos
Thanks very much for the explanation :)
I send an complete translation. If you need a new bug, please, tell me :)
Thanks in advance!!



On Tue, Aug 3, 2010 at 10:53 PM, Christian PERRIER  wrote:
> Quoting Marcos (marcos.alvarez.costa...@gmail.com):
>> Hi! One question, please.
>> - Asturian added <...> (Not activated, no NSIS translation)
>>
>> What's meaning "not activated, no NSIS translation"? Will Win32 not
>> include the asturian?
>
>
> Not until NSIS is translated to Asturian. See nsis.sourceforge.net for
> more details about NSISor, of course, just download the nsis
> source package.
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iEYEARECAAYFAkxYgeIACgkQ1OXtrMAUPS3ehgCfcNZvk1GgEAC8bBMvg5BA13h1
> lk0AoIFFwDS8Y1X15hju9FsvQy82HakM
> =ht+4
> -END PGP SIGNATURE-
>
>


win32-loader_l10n_po_ast.po
Description: Binary data


Bug#511625:

2010-08-03 Thread Marcos
Hi! One question, please.
- Asturian added <...> (Not activated, no NSIS translation)

What's meaning "not activated, no NSIS translation"? Will Win32 not
include the asturian?
Thanks very much!




-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1280865970.3144.6.ca...@marcos-desktop



Bug#511625: Asturian NSIS Translations uploaded

2010-02-06 Thread Marcos
Hi!
Finally the asturian translation was uploaded: http://acurti.es/dsa
Can you import the asturian translation for the win32-loader, please?
Thanks very much for the orientation and help!!!
Best regards!



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



Bug#539864: [INTL:ast] Asturian tasksel updated translation

2009-08-04 Thread Marcos
Package: tasksel
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find attached the Asturian update translation of the tasksel
package (only "tasksel-tasks").

Thanks very much!


tasksel_tasks_po_ast.po.gz
Description: GNU Zip compressed data


Bug#511127: Info received (I think I send debconf)

2009-03-18 Thread Marcos
I resend the files for a more clear bug ;)
The finish bug is:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520348
Sorry the incovenience and thanks very much!
-  
Marcos.


On Thu, 2009-01-08 at 12:12 +, Debian Bug Tracking System wrote:
> Thank you for the additional information you have supplied regarding
> this Bug report.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Debconf Developers 
> 
> If you wish to submit further information on this problem, please
> send it to 511...@bugs.debian.org, as before.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 
> 




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



Bug#520348: [INTL:ast] Asturian tasksel templates translation

2009-03-18 Thread Marcos
Package: tasksel
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find attached the Asturian update translation of the tasksel
package (tasks + debconf + program).

Thanks very much!

(encoded 3 files follows for this packages)




tasksel_tasks_po.po.gz
Description: GNU Zip compressed data


tasksel_po.po.gz
Description: GNU Zip compressed data


tasksel_debian_po.po.gz
Description: GNU Zip compressed data


Bug#511625: [INTL:ast] Asturian win32-loader templates translation

2009-01-13 Thread Marcos
Hi!
Thanks to all ;)
I will study the solution, and reply again :)
But before, I will translate the level 5 :)
Cheers!
Marcos.

On Tue, 2009-01-13 at 23:26 +0900, Paul Wise wrote:
> On Tue, 2009-01-13 at 15:10 +0100, Robert Millan wrote:
> 
> > > IMO the best thing to do would be to ask on the NSIS forum about
> > > supporting Asturian, but frankly it may not be possible. The Vista
> > > custom locale stuff may help there though.
> > 
> > Maybe this helps:
> > 
> >   http://forums.winamp.com/showthread.php?threadid=204885
> 
> Quite, that looks like the way to go.
> 




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



Bug#511625: [INTL:ast] Asturian win32-loader templates translation

2009-01-12 Thread Marcos
Package: win32-loader
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find attached the Asturian translation of the win32-loader
package.

(encoded menu/ast.po and menu-sections/ast.po file follows)


ast.po.gz
Description: GNU Zip compressed data


Bug#511125: [INTL:ast] Asturian program templates translation

2009-01-07 Thread Marcos Alvarez Costales
Package: tasksel
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find attached the Asturian translation of the tasksel package.

(encoded ast.po file follows)


ast.po.gz
Description: GNU Zip compressed data


Bug#511124: [INTL:ast] Asturian task templates translation]

2009-01-07 Thread Marcos Alvarez Costales
Package: tasksel
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find attached the Asturian translation of the tasksel package.

(encoded ast.po file follows)


ast.po.gz
Description: GNU Zip compressed data


Adding a new language to Debian Installer

2009-01-05 Thread Marcos Alvarez Costales
Hi! :)
I'm Marcos, member of Asturian Translators in Launchpad.
I collaborate in Ubuntu forums with the nick of gaiterin, I
development Gufw and I help translating Ubuntu and free software to
the asturian.
We will work to ensure that the installer will be in Asturian (ast code).
For us it's a dream that this language (never associated with the
technology), can be used for install the best OS: GNU/Linux :D
Thanks to Christian for all help for adding this language ;)
Cheers!
Marcos.


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



lenny partman-crypto status question

2007-09-30 Thread Marcos Pinto
I was hoping to please get an update on the following two "Lenny Goals."

#partman-crypto: add support for keys-on-removable-devices [DavidHärdeman]
#partman-crypto: Allow a user to re-use an existing encrypted
filesystem without data loss (ex: /home, /srv, etc)
[BenjaminSeidenberg]

Any help would be greatly appreciated.  These are two features that
I'm very much looking forward to test out.

Thanks,
Marcos



Bug#414638: clarification

2007-03-26 Thread Marcos Pinto

just to make sure things are clear, the /etc/fstab contents that i
posted had been altered by me after the install so that i could boot
into the system properly.  it initially did not have /tmp as "ext2",
but "ext3", and thus errored out.  also, am i alone in thinking this
should probably be an rc bug?


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



Bug#414638: installation daily 2007-03-11 amd64

2007-03-12 Thread Marcos Pinto

Package: installation-reports

Boot method: cd
Image version: 
http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-cd/debian-testing-amd64-CD-1.jigdo
Date: 2007-03-11

Machine: hp pavillion dv6000
Processor: amd turion64 x2
Memory: 2GB
Partitions:
FilesystemTypeInodes   IUsed   IFree IUse% Mounted on
/dev/sda1 ext3 54216   10580   43636   20% /
tmpfstmpfs257556   2  2575541% /lib/init/rw
udev tmpfs257556 487  2570691% /dev
tmpfstmpfs257556   1  2575551% /dev/shm
/dev/mapper/sda9_crypt
 ext3   8568832   13242 8901% /home
/dev/mapper/sda6_crypt
 ext2 24096  69   240271% /tmp
/dev/sda2 ext3428544   59717  368827   14% /usr
/dev/sda8 ext34032007471  3957292% /usr/src
/dev/sda5 ext31587204788  1539324% /var


Output of lspci -nn and lspci -vnn:

peg:/home/markybob# lspci -nn
00:00.0 RAM memory [0500]: nVidia Corporation C51 Host Bridge
[10de:02f7] (rev a2)
00:00.1 RAM memory [0500]: nVidia Corporation C51 Memory Controller 0
[10de:02fa] (rev a2)
00:00.2 RAM memory [0500]: nVidia Corporation C51 Memory Controller 1
[10de:02fe] (rev a2)
00:00.3 RAM memory [0500]: nVidia Corporation C51 Memory Controller 5
[10de:02f8] (rev a2)
00:00.4 RAM memory [0500]: nVidia Corporation C51 Memory Controller 4
[10de:02f9] (rev a2)
00:00.5 RAM memory [0500]: nVidia Corporation C51 Host Bridge
[10de:02ff] (rev a2)
00:00.6 RAM memory [0500]: nVidia Corporation C51 Memory Controller 3
[10de:027f] (rev a2)
00:00.7 RAM memory [0500]: nVidia Corporation C51 Memory Controller 2
[10de:027e] (rev a2)
00:02.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge
[10de:02fc] (rev a1)
00:03.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge
[10de:02fd] (rev a1)
00:04.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge
[10de:02fb] (rev a1)
00:09.0 RAM memory [0500]: nVidia Corporation MCP51 Host Bridge
[10de:0270] (rev a2)
00:0a.0 ISA bridge [0601]: nVidia Corporation MCP51 LPC Bridge
[10de:0260] (rev a3)
00:0a.1 SMBus [0c05]: nVidia Corporation MCP51 SMBus [10de:0264] (rev a3)
00:0a.3 Co-processor [0b40]: nVidia Corporation MCP51 PMU [10de:0271] (rev a3)
00:0b.0 USB Controller [0c03]: nVidia Corporation MCP51 USB Controller
[10de:026d] (rev a3)
00:0b.1 USB Controller [0c03]: nVidia Corporation MCP51 USB Controller
[10de:026e] (rev a3)
00:0d.0 IDE interface [0101]: nVidia Corporation MCP51 IDE [10de:0265] (rev f1)
00:0e.0 IDE interface [0101]: nVidia Corporation MCP51 Serial ATA
Controller [10de:0266] (rev f1)
00:10.0 PCI bridge [0604]: nVidia Corporation MCP51 PCI Bridge
[10de:026f] (rev a2)
00:10.1 Audio device [0403]: nVidia Corporation MCP51 High Definition
Audio [10de:026c] (rev a2)
00:14.0 Bridge [0680]: nVidia Corporation MCP51 Ethernet Controller
[10de:0269] (rev a3)
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Address Map [1022:1101]
00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] DRAM Controller [1022:1102]
00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Miscellaneous Control [1022:1103]
03:00.0 Network controller [0280]: Broadcom Corporation Dell Wireless
1390 WLAN Mini-PCI Card [14e4:4311] (rev 01)
05:00.0 VGA compatible controller [0300]: nVidia Corporation GeForce
Go 7200 [10de:01d6] (rev a1)
07:05.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd Unknown device [1180:0832]
07:05.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822
SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 19)
07:05.2 System peripheral [0880]: Ricoh Co Ltd Unknown device
[1180:0843] (rev 01)
07:05.3 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus
Host Adapter [1180:0592] (rev 0a)
07:05.4 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card
Controller [1180:0852] (rev 05)

lspci -vnn
00:00.0 RAM memory [0500]: nVidia Corporation C51 Host Bridge
[10de:02f7] (rev a2)
   Subsystem: Hewlett-Packard Company Unknown device [103c:30b7]
   Flags: bus master, 66MHz, fast devsel, latency 0
   Capabilities: [44] HyperTransport: Slave or Primary Interface
   Capabilities: [e0] HyperTransport: MSI Mapping

00:00.1 RAM memory [0500]: nVidia Corporation C51 Memory Controller 0
[10de:02fa] (rev a2)
   Subsystem: Hewlett-Packard Company Unknown device [103c:30b7]
   Flags: 66MHz, fast devsel

00:00.2 RAM memory [0500]: nVidia Corporation C51 Memory Controller 1
[10de:02fe] (rev a2)
   Subsystem: Hewlett-Packard Company Unknown device [103c:30b7]
   Flags: 66MHz, fast devsel

00:00.3 RAM memory [0500]: nVidia Corporation C51 Memory Controller 5
[10de:02f8] (rev a2)
   Subsystem: Hewlett-Packard Company Unknown device [103c:30b7]
   Flags: 66MHz, fast devsel

00:00.4 RAM memory [0500]: nVidia Corporati

Bug#178511: Reverse the effects of aging

2006-03-30 Thread Marcos Fitzgerald
 the amount of backup data due to the reason that only modified blocks are
written to the  He learns the destructiveness of war.During the course of
his experience with war, 

http://es.geocities.com/Jake6z454/ is the location to make disappear those
pds

il the spring. The mountains behind the house seem bigger and more ‘alive’
than ever, casting long 

a life time of trouble.Holden has a long way to go before he can be
rightfully be called a fully



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



Bug#274397: installation-reports - Sarge - Alpha

2004-10-01 Thread Marcos Leao
Package: installation-reports
Version: Sarge
installation-reports - Sarge - Alpha

Debian-installer-version: http://cdimage.debian.org/pub/cdimage-testing/sid_d-i/alpha/current/>

uname -a:
# uname -a
Linux debian 2.4.27-1-generic #1 Sat Sep 4 01:15:04 CEST 2004 alpha 
GNU/Linux

Date: 
Method: boot and install from CD
Machine: COMPAQ DS20E
Processor: Alpha
Memory: 512MB
Root Device: SCSI  /dev/sda
Root Size/partition table:
# fdisk -l /dev/sda
Disk /dev/sda: 9100 MB, 9100044288 bytes
64 heads, 32 sectors/track, 8678 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
5 partitions:
#   start   end  size fstype   [fsize bsize   cpg]
 a:1*1*0*  ext2
 b:1*   78*   76*  ext2   (( /boot ))
 c:   78* 8263* 8185*  ext2   (( / ))
 d: 8263* 8679*  415*  swap
# df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/sda3 7.9G  211M  7.3G   3% /
tmpfs 251M 0  251M   0% /dev/shm
/dev/sda2  72M  7.5M   61M  11% /boot
Output of lspci
# lspci
:00:05.0 ISA bridge: Contaq Microsystems 82c693
:00:05.1 IDE interface: Contaq Microsystems 82c693
:00:05.2 IDE interface: Contaq Microsystems 82c693
:00:05.3 USB Controller: Contaq Microsystems 82c693
:00:06.0 SCSI storage controller: Adaptec AHA-2940U/UW / AHA-39xx / 
AIC-7895 (rev 04)
:00:06.1 SCSI storage controller: Adaptec AHA-2940U/UW / AHA-39xx / 
AIC-7895 (rev 04)
:00:07.0 VGA compatible controller: Texas Instruments TVP4020 [Permedia 
2] (rev 01)
:00:08.0 SCSI storage controller: LSI Logic / Symbios Logic 53c895 (rev 
02)
:01:07.0 SCSI storage controller: LSI Logic / Symbios Logic 53c895 (rev 
02)
:01:08.0 PCI bridge: Digital Equipment Corporation DECchip 21152 (rev 
03)
:01:09.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] 
(rev 08)
:02:00.0 Ethernet controller: Digital Equipment Corporation DECchip 
21142/43 (rev 41)
:02:01.0 Ethernet controller: Digital Equipment Corporation DECchip 
21142/43 (rev 41)
:02:02.0 Ethernet controller: Digital Equipment Corporation DECchip 
21142/43 (rev 41)
:02:03.0 Ethernet controller: Digital Equipment Corporation DECchip 
21142/43 (rev 41)

and lspci -n:
# lspci -n
:00:05.0 0601: 1080:c693
:00:05.1 0101: 1080:c693
:00:05.2 0101: 1080:c693
:00:05.3 0c03: 1080:c693
:00:06.0 0100: 9004:7895 (rev 04)
:00:06.1 0100: 9004:7895 (rev 04)
:00:07.0 0300: 104c:3d07 (rev 01)
:00:08.0 0100: 1000:000c (rev 02)
:01:07.0 0100: 1000:000c (rev 02)
:01:08.0 0604: 1011:0024 (rev 03)
:01:09.0 0200: 8086:1229 (rev 08)
:02:00.0 0200: 1011:0019 (rev 41)
:02:01.0 0200: 1011:0019 (rev 41)
:02:02.0 0200: 1011:0019 (rev 41)
:02:03.0 0200: 1011:0019 (rev 41)
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O] *1
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O] *2
Comments/Problems:
*1  LSI Logic / Symbios Logic 53c895 (rev 02) - Not detected
*2  kernel-image-2.4.27-1-generic --- OK
   kernel-image-2.6.8-1-generic  --- ERROR:
   kernel bug at mm/slab.c:1544
   modprobe(222): kernel bug 1
   ...
   trace:
   [] sys_init_module+0x1f0/0x3a4
   [] entSys+0xa4
   ...
   pivot_root: no such file or directory
   /sbin/init: 426: cannot open dev/console: no such file
   kernel panic: Attempted to kill init!
----
Marcos de Oliveira Leão
Consultor Linux/Unix
LPIC-1 Linux Professional Institute Certification
(0xx61) 9965-9484
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_
MSN Messenger: converse com os seus amigos online.  
http://messenger.msn.com.br


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


Bug#269225:

2004-09-03 Thread Marcos Pinto
just tried the latest daily and it still didnt work.  here's my custom
kernel config file (which works), in case it helps.


On Fri, 3 Sep 2004 11:59:50 -0400, Joey Hess <[EMAIL PROTECTED]> wrote:
> Marcos Pinto wrote:
> > works perfectly when 2.4 kernel is used.
> 
> Would you be interested in trying with a current daily build of the
> installer? These have a newer version of the 2.6 kernel, maybe it fixes
> the hang and if not we can reassign the bug directly to that version of
> the kernel.
> 
> --
> see shy jo
> 
> 
> 
>


kernelconfig.tar.gz
Description: GNU Zip compressed data


Bug#269225:

2004-09-02 Thread Marcos Pinto
works perfectly when 2.4 kernel is used.


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



Bug#269225:

2004-08-31 Thread Marcos Pinto
Package: installation-reports

Debian-installer-version: RC1 31AUG04
http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/rc1/sarge-i386-businesscard.iso
uname -a: Linux peg 2.6.7 #1 Wed Jul 21 00:02:54 EDT 2004 i686 GNU/Linux
Date: 31AUG04 0947 EST
Method: boot from cd.  "linux26 debian-installer/framebuffer=false"

Machine: Compaq Presario 3017US Laptop
Processor: 2.8GHz P4
Memory: 512MB
Root Device: IDE HDA1
Root Size/partition table: didnt get that far
Output of lspci and lspci -n:
:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 650/M650
Host (rev 11)
:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual
PCI-to-PCI bridge (AGP)
:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS962
[MuTIOL Media IO] (rev 04)
:00:02.1 SMBus: Silicon Integrated Systems [SiS]: Unknown device 0016
:00:02.3 FireWire (IEEE 1394): Silicon Integrated Systems [SiS]
FireWire Controller
:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
:00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem
Controller (rev a0)
:00:02.7 Multimedia audio controller: Silicon Integrated Systems
[SiS] Sound Controller (rev a0)
:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)
:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)
:00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)
:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
:00:09.0 Network controller: Intersil Corporation Prism 2.5
Wavelan chipset (rev 01)
:00:0b.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller
:00:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
:01:00.0 VGA compatible controller: Silicon Integrated Systems
[SiS] 65x/M650/740 PCI/AGP VGA Display Adapter
:00:00.0 0600: 1039:0650 (rev 11)
:00:01.0 0604: 1039:0001
:00:02.0 0601: 1039:0962 (rev 04)
:00:02.1 0c05: 1039:0016
:00:02.3 0c00: 1039:7007
:00:02.5 0101: 1039:5513
:00:02.6 0703: 1039:7013 (rev a0)
:00:02.7 0401: 1039:7012 (rev a0)
:00:03.0 0c03: 1039:7001 (rev 0f)
:00:03.1 0c03: 1039:7001 (rev 0f)
:00:03.2 0c03: 1039:7001 (rev 0f)
:00:03.3 0c03: 1039:7002
:00:09.0 0280: 1260:3873 (rev 01)
:00:0b.0 0607: 1524:1410
:00:0c.0 0200: 10ec:8139 (rev 10)
:01:00.0 0300: 1039:6325

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[E]
Configure network HW:   [ ]
Config network: [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]

Comments/Problems:

system locks up during initial bootup:
Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
PNP: Device 00:0C activated
ttS0 at I/O 0x3f8 (irq = 4) is a 16550A



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



overheating problems

2004-08-22 Thread Marcos Pinto
i had trouble trying to install debian using d-i rc1 on a compaq
presario 3017US laptop.  the problem i kept having is that my laptop
overheats and shuts down before the installation is finished.  to
install it, i kept my laptop in the freezer.  after installing i
installed acpid and everything was fine from then on.  is it likely
that acpid will become part of the installer before it goes gold?


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



Donde conseguir Debian?

2004-08-10 Thread Marcos Quintana Diaz



 
        
    Estimada Org:
 
    Buenos días, que tal? Mi pregunta es muy simple solo quiero saber donde 
conseguir el SO Debian, la versión 2.2. He estado mirando por la red y no 
encuentro nada, si son tan amables de indicarme donde pondría descargar la 
versión completa pues bien.
    Es que desde hace unos días me 
recomendaron esta versión la mejor para aprender Linux, puse si consigo 
instalarla sabría el 75% de Linux.
 
        
    Muchísimas gracias.
 
 
        
        Un cordial saludo: Marcos 
Quintana.
 


ethernet detection failed

2003-11-15 Thread Marcos Pinto
I have a Compaq Presario 3017US laptop...when using d-i, my network 
card, a Realtek RTL8139/810x, fails to be properly detected and 
configured.  I believe this card needs the 8139too module and the 
installer tries to load up the 8139 instead.  Anyone else have this problem?

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


current install disks modification

2003-10-06 Thread Marcos Dione

hi ppl. I plan to modify current install disks to match more
precisely the instalation environment that I'll face in the next weeks,
and I'll need some pointer, specially to documentation. I'll tell you
what is the plan.

I'll be facing a migration to linux in a pool of ~500 machines in
the next 2/3 months. These will be just devel stations, so the desition
to use unstable was made. this means that now the only way to do it is
to install the bas woody, dist-upgrade and then continue with th rest of
the instalation. given that that hw is very heterogeneous, and that the
final process may vary thru the time, I intend to use the base disks
(bf-2.4 actually) with simple modifications so it installs unstable
instead of woody.

what I (think I) know about the instalation process is this: the
root.img has this two dbootstrap (binary) and debbootstrap (shell
script) that drives the whole instalation. dboostrap calls the other
with certain parameters, one of them being 'woody', string that I can
see in the binary, but what I thought I would find it in a conffile.
complaints aside, the ways I have to modify these are:

1) download dbootstrap's source code and modify it (the intended) or

2) modify the script so it ignores the 'woody' part and go straight to
'unstable'.

also, dbootstrap passes the url where to fetch the packages from,
and debbootstrap fetches the Release and Packages.gz files and install
all the 'Priority: required' packages.

what I couldn't find was dbootstrap's source code, nor any doc,
scripts, hints, etc about the way to build the floppies. I've heard a
urban legend claiming the existence of some 'boot-floppies' packages ore
something like that, but it seems that it was a long, logn time ago (in
a galaxy far, far away?). I mean, someone has built those floppies, and
given that he might do it several time till they got good, must have
used some scripts or Makefiles or ... ?

so, can you gimme any pointers? I think I'm very close to the end of
this, and just need a little push. may be I overread something, yes, is
very possible. ah! and a little note: I'm not subscribed to the list, so
please cc'me. TIA.


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



Grub configuration

2003-09-02 Thread Angelo Marcos Rigo



hi 
 
I have installed linux in 
a master hd and windows 98 in a slave hd
so i do configure the grub to 
boot them all, but the windows 98 stop to boot in the midlle 

at the time he says uploading 
configurations settings or something 
 
Thanks in 
advance 
Here is my 
menu.lst
 

 
default=1timeout=10splashimage=(hd0,0)/grub/splash.xpm.gztitle 
Linux root (hd0,0) kernel /vmlinuz-2.4.20-6 ro 
root=LABEL=/ initrd /initrd-2.4.20-6.img
#title DOS# rootnoverify (hd1,0)# chainloader 
+1
title Windows98 rootnoverify (hd1,0) chainloader 
+1 map (hd1) (hd0) makeactive
Ângelo Marcos Rigo 
Webmaster 
Colégio 
Anchieta Fone: (51) 
3328.7455  Fax: (51) 3328.1120 Visite nosso site: http://www.colegioanchieta.g12.br