Mysql backup on Google Drive

2022-09-28 Thread Remigio
Hi everyone,
I've been using a mysql database for a long time, that runs on a Debian 5 Lenny 
machine.  Using "cron" I locally backup it and overwrite every hour, and I 
manually backup it every week on a usb pen.
I'm wondering if it's possible to automatically send the .sql file created via 
cron to a Google Drive account. That file is usually about 200 Mb.
Thanks for helping me

-- 
Remigio



Re: Mysql backup on Google Drive

2022-09-28 Thread Remigio
...
> The package rclone can do this. 
 unfortunately I can't find Rclone package
Furter information?
Thanks



debian 9 network configuration

2018-08-14 Thread Remigio
Hi there,
recently I installed Debian 9 Stretch and I noticed that the network 
configuration management method was substantially changed.
Infact the file /etc/network/interfaces is almost empty despite I've inserted 
the network parameters during the installation process and network works now.
I tried searching on the web about this topic but I found lots of different 
answers.
Could you help me please to understand where are network configuration files 
and how to manage them?
Thank you so much
Regards

-- 
Remigio



Debian 9 network management

2018-08-14 Thread Remigio
Hi there,
recently I installed Debian 9 Stretch and I noticed that the network 
configuration management method was substantially changed.
Infact the file /etc/network/interfaces is almost empty despite I've inserted 
the network parameters during the installation process and network works now.
I tried searching on the web about this topic but I found lots of different 
answers.
Could you help me please to understand where are network configuration files 
and how to manage them?
Thank you so much
Regards

-- 
Remigio



Re: debian 9 network configuration

2018-08-14 Thread Remigio
..-
> What desktop or what other software did you install - XFCE, or Gnome
> or KDE?  Then folks might be able to help ...
> 
> Also, how would you -like- to configure your networking?

Hi Zenaan, :-)
the desktop is Xfce and I'de love to configure the networking via shell.
Thanks and regards



Re: debian 9 network configuration

2018-08-14 Thread Remigio
Il giorno martedì 14 agosto 2018 10:20:04 UTC+2, john doe ha scritto:
> On 8/14/2018 9:05 AM, Remigio wrote:
> > Hi there,
> > recently I installed Debian 9 Stretch and I noticed that the network 
> > configuration management method was substantially changed.
> > Infact the file /etc/network/interfaces is almost empty despite I've 
> > inserted the network parameters during the installation process and network 
> > works now.
> > I tried searching on the web about this topic but I found lots of different 
> > answers.
> > Could you help me please to understand where are network configuration 
> > files and how to manage them?
> > Thank you so much
> > Regards
> > 
> 
> If your '/etc/network/interfaces' is empty with the exception of the lo 
> interface, it is most likely that your interfaces are configured by an 
> other software (NetworkManager, (NM), WICD, systemd-networkd ...).
> 
> What is the content of '/etc/resolv.conf'?:
> 
> $ cat /etc/resolv.conf
> 
> -- 
> John Doe

Hi John, :-)

root@debian:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback


and 

root@debian:~# cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 10.30.10.140

Thanks and regards



Re: debian 9 network configuration

2018-08-14 Thread Remigio
 desktop or what other software did you install - XFCE, or Gnome
> or KDE?  Then folks might be able to help ...
> 
> Also, how would you -like- to configure your networking?

Hi Zenaan, :-)
the desktop environment is Xfce and I'd love to configure the networking via 
shell.
Thanks and regards



Re: debian 9 network configuration

2018-08-14 Thread Remigio
...
> What desktop or what other software did you install - XFCE, or Gnome
> or KDE?  Then folks might be able to help ...
> 
> Also, how would you -like- to configure your networking?

Hi Zenaan, :-)
the desktop environment is Xfce and I'd love to manage networking via shell.
Thanks and regards



Re: debian 9 network configuration

2018-08-14 Thread Remigio
Il giorno martedì 14 agosto 2018 14:50:04 UTC+2, Greg Wooledge ha scritto:
> On Tue, Aug 14, 2018 at 12:05:34AM -0700, Remigio wrote:
...

Many thanks Greg for your clear exposition, I think that's what I was looking 
for.
Regards



Re: Debian 9 network management

2018-08-19 Thread Remigio
Many thanks to you all for your kind replies.
Regards

-- 
Remigio



lost default gw

2007-05-15 Thread remigio
Hi,
I've installed Debian Etch (KDE) and I put in rc.local the command:

ip route add via 192.168.10.254

for setting the default gw at startup.
When the pc starts, using 'ip route' on a shell I can see the route is
present, but if I wait for a minute the route disappear, likely
something overwrote the network settings.
What could be?
Thanks

Remigio




__--
Visit www.sacraspina.it


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



Re: lost default gw

2007-05-15 Thread remigio
After uninstalled network-manager, all is ok! Now the system is
reading the file /etc/network/interfaces for options and settings.

Thank you for all!
Remigio


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



modem and default gw

2007-05-24 Thread remigio
Hi,
on my pc I have installed a network pci card and an internal
softmodem. Both them work fine but I have a problem with the default
gateway.
In /etc/network/interfaces is defined a gateway that is used by the
nic, and the command ip route shows this defgw.
When I use Kppp and the modem to connect to the Internet, I note that
the defgw remain the same (the one defined for the nic) although in
kppp I set the option "Assign the Default route  to this gateway", and
I can't go on the Internet.
Once Kppp has connected successufully to the provider, ip addr shows
that ppp0 has reseived the inet and the ptp address from the remote
server but the defgw is not the ptp addr! It still remain the same!
How can kppp assign the defgw route  after connected?
Thanks.

Remigio



-
visit www.sacraspina.it


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



Re: modem and default gw

2007-05-25 Thread remigio
> Are you saying that when not using your modem, you have a route to the
> internet via the NIC?  Why use the modem then.
>
> If not, why set a default gateway on the NIC in the first place?

The answer for your questions is:
because I'm using a notebook and, when I am in my office I can use the
lan for the Internet, but when I am at home I must connect to the
itnernet via modem.
Thanks

Remigio


-
visit www.sacraspina.it


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



Re: modem and default gw

2007-05-25 Thread remigio

> For security reasons, pppd does not change the default gateway if you
> already have a default gateway (at least if you use the noauth option,
> as far as I know). You need to explicitely allow this using the
>
> replacedefaultroute
>
> option in /etc/ppp/peers/kppp or /etc/ppp/options.


Thank you very much for you suggestion.
I'll try it.
Bye
Remigio


-
visit www.sacraspina.it


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



Re: modem and default gw

2007-05-25 Thread remigio
On 25 Mag, 02:00, Marko Randjelovic <[EMAIL PROTECTED]> wrote:
> remigio wrote:
> > Hi,
> > on my pc I have installed a network pci card and an internal
> > softmodem. Both them work fine but I have a problem with the default
> > gateway.
> > In /etc/network/interfaces is defined a gateway that is used by the
> > nic, and the command ip route shows this defgw.
> > When I use Kppp and the modem to connect to the Internet, I note that
> > the defgw remain the same (the one defined for the nic) although in
> > kppp I set the option "Assign the Default route  to this gateway", and
> > I can't go on the Internet.
> > Once Kppp has connected successufully to the provider, ip addr shows
> > that ppp0 has reseived the inet and the ptp address from the remote
> > server but the defgw is not the ptp addr! It still remain the same!
> > How can kppp assign the defgw route  after connected?
> > Thanks.
>
> > Remigio
>
> -
visit www.sacraspina.it
>
> Since you use kppp to connect to internet, do you need that NIC gateway
> at all?

No, I don't.
Thanks

Remigio


-
visit www.sacraspina.it


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



Re: modem and default gw

2007-05-25 Thread remigio
On 25 Mag, 02:00, Marko Randjelovic <[EMAIL PROTECTED]> wrote:
> remigio wrote:
> > Hi,
> > on my pc I have installed a network pci card and an internal
> > softmodem. Both them work fine but I have a problem with the default
> > gateway.
> > In /etc/network/interfaces is defined a gateway that is used by the
> > nic, and the command ip route shows this defgw.
> > When I use Kppp and the modem to connect to the Internet, I note that
> > the defgw remain the same (the one defined for the nic) although in
> > kppp I set the option "Assign the Default route  to this gateway", and
> > I can't go on the Internet.
> > Once Kppp has connected successufully to the provider, ip addr shows
> > that ppp0 has reseived the inet and the ptp address from the remote
> > server but the defgw is not the ptp addr! It still remain the same!
> > How can kppp assign the defgw route  after connected?
> > Thanks.
>
> > Remigio
>
> -
visit www.sacraspina.it
>
> Since you use kppp to connect to internet, do you need that NIC gateway
> at all?

No, I don't.
Thanks

Remigio


-
visit www.sacraspina.it


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



Re: modem and default gw

2007-05-25 Thread remigio
You need to explicitely allow this using the
>
> replacedefaultroute
>
> option in /etc/ppp/peers/kppp or /etc/ppp/options.


Tried in /etc/ppp/peers/kppp-options. It works fine!
Thank you very much!

Remigio


-
visit www.sacraspina.it


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



ata2 problems on boot

2007-06-13 Thread remigio
Hi,
I've installed Debian Etch and there is this problem:
system starts and during boot it pauses for at least one minute trying
to setting an "ata2" device.

Dmesg shows:

ata2.00: qc timeout (cmd 0xa1)
ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata2.00: revalidation failed (errno=-5)
ata2.00: limiting speed to UDMA/25
ata2: failed to recover some devices, retrying in 5 secs
ata2.00: qc timeout (cmd 0xa1)
ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata2.00: revalidation failed (errno=-5)
ata2: failed to recover some devices, retrying in 5 secs
ata2.00: qc timeout (cmd 0xa1)
ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata2.00: revalidation failed (errno=-5)
ata2.00: disabled
ata2: failed to recover some devices, retrying in 5 secs
ATA: abnormal status 0x58 on port 0x177
ata2.01: failed to IDENTIFY (I/O error, err_mask=0x40)
ata2.01: revalidation failed (errno=-5)
ata2: failed to recover some devices, retrying in 5 secs
ata2.01: configured for UDMA/33
  Vendor: HL-DT-ST  Model: DVD-ROM GDR8162B  Rev: 0015
  Type:   CD-ROM ANSI SCSI revision: 05

If on BIOS I set only the SATA controller active (without PATA) the
system starts endured but Debian don't tecognize cdrom and dvdrom.
The problem has been marked also like bug in the system of tracking of
Debian with the number Bug#402533, but it seems there are no solutions
yet.
Have you some suggestions to solve this problem?
Thank you very much.

Remigio



___-
visit www.sacraspina.it


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



Re: ata2 problems on boot

2007-06-15 Thread remigio
> I have sometimes the same problem with my SATA disk ... the only
> solution so far I have found is open the computer and re-plug the SATA
> cable to the hard disk... After I reboot the problem goes away... The
> seller told me that is because the poor SATA connection but I do not
> know if that's true or not. Maybe heat or something :-|

Have I re-plug the hd during pc is running or not?
Because the poor SATA? What does it means?
Thank you so much


Remigio


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



cxoffice graphical resolution

2007-10-02 Thread remigio
Hi,
I've installed cxoffice 6.0.0 professional on my Debian Etch and it
runs fine.
When I launch a windows application (i.e. Microsoft Access) cxoffice
executes it at a too higher graphical resolution and I can't read the
screen!
How may I set the resolution lower?
Thanks.

Remigio


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



kernel modules

2007-01-22 Thread remigio
boot and dvd-writer problems
From:
[EMAIL PROTECTED]
  To:
[EMAIL PROTECTED]
  Date:
Today 15:23:25

Hello,
I've installed Debian testing 2.6.18-3-486 on a PIV 2.8 GHz equiped
with a
dvd-rom and a dvd-writer.
On bios the dvd drives are both present correctly, but when system
startup and
kde is running I can't find the writer: only dvd-rom is visible.
I tried with wodim -scanbus but writer is not present and k3b says
"Writer not
found"
I tried again on appending "hdc=ide-scsi" in menu.list for scsi
emulation but
no results.
Here is dmesg:

Linux version 2.6.18-3-686 (Debian 2.6.18-7) ([EMAIL PROTECTED]) (gcc
version
4.1.2 20061115 (prerelease) (Debian 4.1.1-20)) #1 SMP Mon Dec 4
16:41:14 UTC
2006
BIOS-provided physical RAM map:
 BIOS-e820:  - 000a (usable)
 BIOS-e820: 000f - 0010 (reserved)
 BIOS-e820: 0010 - 1fff (usable)
 BIOS-e820: 1fff - 1fff3000 (ACPI NVS)
 BIOS-e820: 1fff3000 - 2000 (ACPI data)
 BIOS-e820: fec0 - 0001 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
found SMP MP-table at 000f51d0
On node 0 totalpages: 131056
  DMA zone: 4096 pages, LIFO batch:0
  Normal zone: 126960 pages, LIFO batch:31
DMI 2.2 present.
ACPI: RSDP (v000 IntelR) @ 0x000f6d00
ACPI: RSDT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x) @
0x1fff3000
ACPI: FADT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x) @
0x1fff3040
ACPI: MADT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x) @
0x1fff7100
ACPI: DSDT (v001 INTELR AWRDACPI 0x1000 MSFT 0x010e) @
0x
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee0
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Processor #1 15:2 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec0] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec0, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 3000 (gap: 2000:dec0)
Detected 2805.371 MHz processor.
Built 1 zonelists.  Total pages: 131056
Kernel command line: root=/dev/sda2 ro
mapped APIC to d000 (fee0)
mapped IOAPIC to c000 (fec0)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 8192 bytes)
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 512060k/524224k available (1543k kernel code, 11588k reserved,
574k
data, 196k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor
mode... Ok.
Calibrating delay using timer specific routine.. 5614.92 BogoMIPS
(lpj=11229848)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff   
4400  
CPU: After vendor identify, caps: bfebfbff   
4400
 
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebfbff   0080
4400
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU0: Thermal monitoring enabled
Compat vDSO mapped to e000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20060707
CPU0: Intel(R) Pentium(R) 4 CPU 2.80GHz stepping 09
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 5611.08 BogoMIPS
(lpj=11222169)
CPU: After generic identify, caps: bfebfbff   
4400  
CPU: After vendor identify, caps: bfebfbff   
4400
 
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebfbff   0080
4400
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (12) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) 4 CPU 2.80GHz stepping 09
Total of 2 processors activated (11226.00 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: ve

kernel modules

2007-01-22 Thread remigio
boot and dvd-writer problems
From:
[EMAIL PROTECTED]
  To:
[EMAIL PROTECTED]
  Date:
Today 15:23:25

Hello,
I've installed Debian testing 2.6.18-3-486 on a PIV 2.8 GHz equiped
with a
dvd-rom and a dvd-writer.
On bios the dvd drives are both present correctly, but when system
startup and
kde is running I can't find the writer: only dvd-rom is visible.
I tried with wodim -scanbus but writer is not present and k3b says
"Writer not
found"
I tried again on appending "hdc=ide-scsi" in menu.list for scsi
emulation but
no results.
Here is dmesg:

Linux version 2.6.18-3-686 (Debian 2.6.18-7) ([EMAIL PROTECTED]) (gcc
version
4.1.2 20061115 (prerelease) (Debian 4.1.1-20)) #1 SMP Mon Dec 4
16:41:14 UTC
2006
BIOS-provided physical RAM map:
 BIOS-e820:  - 000a (usable)
 BIOS-e820: 000f - 0010 (reserved)
 BIOS-e820: 0010 - 1fff (usable)
 BIOS-e820: 1fff - 1fff3000 (ACPI NVS)
 BIOS-e820: 1fff3000 - 2000 (ACPI data)
 BIOS-e820: fec0 - 0001 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
found SMP MP-table at 000f51d0
On node 0 totalpages: 131056
  DMA zone: 4096 pages, LIFO batch:0
  Normal zone: 126960 pages, LIFO batch:31
DMI 2.2 present.
ACPI: RSDP (v000 IntelR) @ 0x000f6d00
ACPI: RSDT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x) @
0x1fff3000
ACPI: FADT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x) @
0x1fff3040
ACPI: MADT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x) @
0x1fff7100
ACPI: DSDT (v001 INTELR AWRDACPI 0x1000 MSFT 0x010e) @
0x
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee0
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Processor #1 15:2 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec0] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec0, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 3000 (gap: 2000:dec0)
Detected 2805.371 MHz processor.
Built 1 zonelists.  Total pages: 131056
Kernel command line: root=/dev/sda2 ro
mapped APIC to d000 (fee0)
mapped IOAPIC to c000 (fec0)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 8192 bytes)
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 512060k/524224k available (1543k kernel code, 11588k reserved,
574k
data, 196k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor
mode... Ok.
Calibrating delay using timer specific routine.. 5614.92 BogoMIPS
(lpj=11229848)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff   
4400  
CPU: After vendor identify, caps: bfebfbff   
4400
 
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebfbff   0080
4400
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU0: Thermal monitoring enabled
Compat vDSO mapped to e000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20060707
CPU0: Intel(R) Pentium(R) 4 CPU 2.80GHz stepping 09
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 5611.08 BogoMIPS
(lpj=11222169)
CPU: After generic identify, caps: bfebfbff   
4400  
CPU: After vendor identify, caps: bfebfbff   
4400
 
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebfbff   0080
4400
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (12) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) 4 CPU 2.80GHz stepping 09
Total of 2 processors activated (11226.00 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: ve

ata2 problems

2007-02-07 Thread remigio
Hello,
I'm having some problems with ata2 on boot.
Bug#402533 refers to my problem.
Are there some solution?
Thank you.


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



pc compatibility

2008-04-04 Thread remigio
Hello,
I'd like to buy an Acer Aspire m1610 for a very convenient low price,
but before this I want to know the Debian Etch compatibility on this
pc. Have someone  had an experience in this way?
Thanks very much.

Remigio


-
visit www.sacraspina.it
the site of Confraternita della Sacra Spina e del Gonfalone


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



Re: pc compatibility

2008-04-05 Thread remigio
On 5 Apr, 02:50, "Douglas A. Tutty" <[EMAIL PROTECTED]> wrote:
> On Fri, Apr 04, 2008 at 01:29:26PM -0700, remigio wrote:
> > I'd like to buy an Acer Aspire m1610 for a very convenient low price,
> > but before this I want to know the Debian Etch compatibility on this
> > pc. Have someone  had an experience in this way?
> > Thanks very much.
>
> Don't know but if its hot-off-the-press, remember that Etch isn't.  By
> the time Stable becomes Stable (as Etch did a year ago), it doesn't take
> long before bleeding edge hardware requries a newer kernel.
>
> Therefore, you may find that the Etch installer doesn't detect
> everything and you'll need either Lenny or Sid.
>
> Suggestion: burn the netinst.iso for Etch and try booting it on the box.
> Go to a shell and look at the dmesg and check syslog for errors.
>
> Doug.
>

Thank you very much.

Remigio

-
visit www.sacraspina.it
the site of Confraternita della Sacra Spina e del Gonfalone


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



Re: pc compatibility

2008-04-05 Thread remigio
On 5 Apr, 21:20, Rico Secada <[EMAIL PROTECTED]> wrote:
> On Fri, 4 Apr 2008 13:29:26 -0700 (PDT)
>
> remigio <[EMAIL PROTECTED]> wrote:
> > Hello,
> > I'd like to buy an Acer Aspire m1610 for a very convenient low price,
> > but before this I want to know the Debian Etch compatibility on this
> > pc. Have someone  had an experience in this way?
> > Thanks very much.
>
> Maybe you can use this:
>
> >From the Debian GNU/Linux FAQ:
>
> On what hardware architectures/systems does Debian GNU/Linux run?
>
> Debian GNU/Linux includes complete source-code for all of the included
> programs, so it should work on all systems which are supported by the
> Linux kernel; see the Linux FAQ for details.
>
> http://en.tldp.org/FAQ/Linux-FAQ/
>

Thanks very much.

Remgio

Remigio

-
visit www.sacraspina.it
the site of Confraternita della Sacra Spina e del Gonfalone


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



via chrome9 driver

2008-04-28 Thread remigio
Hi,
('ve bought a new MOBO, a Biostar P4M900, that includes a video
chipset Via Chrome9 HC IGP but I'm not able to find a .deb or a source
driver package for Debian Etch or Lenny (I think it's the same
driver).
On ViaArena website

http://www.viaarena.com/default.aspx?PageID=420&OSID=43&CatID=3190&SubCatID=185

is only available an installation guide, but not a package driver, and
on this other site (always ViaArena)

http://www.viaarena.com/default.aspx?PageID=420&OSID=25&CatID=2580&SubCatID=182

looking at the Makefile, you can see the package is only for FC5/6/7.

May you help me please?
Thank you very much.


Remigio


___-
visit www.sacraspina.it
the Confraternity of Sacred Thorn of Jesus's Crown
Vasto (CH) Italy


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



RE: Reminder: Free movie tickets!

2003-12-20 Thread Remigio, Amado S
 
Do I know you, "Julia"? I'm puzzled...

__ Reply Separator
_
Subject: Reminder: Free movie tickets!
Author:  "Julia Leonardo"  at HQ-IRM-001
Date:12/20/03 12:24 PM


Don't forget! Go here and we'll both get free movie tickets!
 
- Julia
 
 
 
 
 Julia Leonardo
Has invited you to get:

 


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