View Full Version : Gmailfs scrive ma non legge
guylmaster
19-03-2009, 19:56
Su Sidux ho installato Gmailsf tramite il comando "apt-get install gmailsf", che mi installava in un colpo solo tutte le dipendenze.
Purtroppo però sembra scrivere ma non leggere:
Su thunar sembra creare il file, ma quando esco e rientra dalla cartella non c'è più;
Da shell come sempre il file lo crea però ugualmente se do il comando "ls" non mi visualizza nulla;
Mi accorgo che i file vengono scritti perchè comunque su gmail appaiono nuove e-mail.
Per la configurazione ho provato vari modi:
editando il file di configurazione di /etc/gmailfs/gmailfs.conf;
inserendo in /etc/fstab le seguenti righe:
/usr/bin/gmailfs.py /media/gmail gmailfs noauto,username=MIOUTENTE,password=MIAPASSWORD,fsname=linux_fs_3
(fsname mi è parso di capire sia un nome da inserire a piacere o sbaglio?);
Ho provato anche dando a mano il comando di mount:
mount -t gmailfs /usr/bin/gmailfs.py /media/gmail -o username=MIOUTENTE,password=MIAPASSWORD,fsname=nome
Anche così nulla. Se do il comando "df -h" però sembra rilevarmelo:
python 7,2G 0 7,2G 0% /media/gmail
Non è che devo dare determinati permessi alla cartella gmail? eppure comunque lavoro da root.
Vi ringrazio in anticipo per la disponibilità,
guylmaster.
hai seguito questo?
http://dannyblocknotes.wordpress.com/2008/06/02/gmailfs-gmail-come-disco-remoto-in-ubuntu/
p.s.
che dice:
stat /media/gmail
guylmaster
20-03-2009, 20:50
hai seguito questo?
http://dannyblocknotes.wordpress.com/2008/06/02/gmailfs-gmail-come-disco-remoto-in-ubuntu/
p.s.
che dice:
stat /media/gmail
Con il comando stat l'output è il seguente:
File: `/media/gmail'
Size: 1 Blocks: 1 IO Block: 4096 directory
Device: 13h/19d Inode: 1 Links: 2
Access: (0777/drwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2009-03-19 22:29:43.000000000 +0100
Modify: 2009-03-19 22:31:33.000000000 +0100
Change: 1970-01-01 01:00:00.000000000 +0100
Comunque si tra le tante guide avevo visto anche quella, il punto è questo: sembra tutto "semplice e lineare, non ci si può sbagliare" ma intanto non va, e poi non mi da "nessun segnale di errore", solo non mi visualizza i file presenti!
ma da df da:
dimensione 7,2G
usato 0
p.s.
non mi torna quel: Inode: 1
guylmaster
20-03-2009, 22:04
ma da df da:
dimensione 7,2G
usato 0
p.s.
non mi torna quel: Inode: 1
Sinceramente non so cosa significhi, ti dico però che sto spippolando molto con le configurazioni, ad esempio attualmente monto direttamente tutto a manina, niente da fstab (tra un pò proverò a montarlo anche a testa in giù per vedere se va :D).
Però come la faccio e la faccio comunque non mi funziona.
Dimenticavo, può essere utile dirti che il tutto va solo da root e che comunque anche con la linea di configurazione nell'fstab non si collega all'avvio?
lo zero da df indica che non c'e' niente dentro...
potrebbe essere uno sbaglio nellautenticazione (user o password) ?
guarda se vedi qualche errore in /var/log/messages
guylmaster
21-03-2009, 17:37
lo zero da df indica che non c'e' niente dentro...
potrebbe essere uno sbaglio nellautenticazione (user o password) ?
guarda se vedi qualche errore in /var/log/messages
Lo so che mi dice che non c'è nulla dentro, lo vedo, eppure i file li creo, e su gmail ci sono. Non è che c'è qualche configurazione da fare su gmail?
Ho dato una spulciata al file messages ma sinceramente è troppo vasto, non ci si capisce nulla. E comunque all'avvio non dava nessun errore sull'fstab (lo so perchè prima l'avevo configurata male e mi dava errore e poi ho risolto).
L'unico messaggio che mi da quando monto è: "Ignored option :rw". Mi sta dicendo che non posso ne leggere ne scrivere o cosa? come risolvo?
se ho capito bene da root il problema non c'e' ..... vero?
quindi e' qualche cosa a che fare col tuo utente
guylmaster
21-03-2009, 19:53
se ho capito bene da root il problema non c'e' ..... vero?
quindi e' qualche cosa a che fare col tuo utente
Nono tutto questo SOLO da root, da utente non posso fare nulla perchè non me lo monta all'avvio e l'utente non ha i permessi per montare una partizione.
ma! io e' tanto che non lo uso
che hai in:
/etc/gmailfs/gmailfs.conf
p.s.
prova a fare il mount a mano e vedere subito i file:
/var/log/dmesg
e
/var/log/messages
guylmaster
21-03-2009, 20:37
ma! io e' tanto che non lo uso
che hai in:
/etc/gmailfs/gmailfs.conf
p.s.
prova a fare il mount a mano e vedere subito i file:
/var/log/dmesg
e
/var/log/messages
In gmail.conf ho questo:
[connection]
# The proxy URL
#proxy = http://user:pass@proxyhost:port
# or just
#proxy = http://proxyhost:port
# The number or retries for the proxy connection.
#retries = 3
[account]
username = siduxbox87
password = miapassword
[filesystem]
fsname = linux_fs_3
[references]
# reference = filesystem:username:password
[logs]
# Change this to DEBUG for verbose output (useful for debugging)
level = INFO
# if you'd like logs to go to stdout, comment out this variable.
# For logging to, say, stderr, use /dev/stderr of your system's
# equivalent for it
logfile = ~/gmailfs.log
Mentre in fstab avevo inserito questo (per ora l'ho commentato già che non funziona):
/usr/bin/gmailfs.pyc /media/gmail gmailfs noauto,username=siduxbox87,password=miapassword,fsname=linux_fs_3
guylmaster
21-03-2009, 20:42
Ho visto i log di gmailfs e mi da questo dando il comando a mano:
(il terminated dovrebbe essere perchè prima l'ho smontato e poi l'ho rimontato)
03/21/09 21:38:21 INFO gmailfs terminated
03/21/09 21:38:26 ERROR OpenSSLProxy is missing. Can't use HTTPS proxy!
03/21/09 21:38:26 INFO Starting gmailfs in child process (PID 17479)
03/21/09 21:38:26 INFO Mountpoint: /media/gmail
03/21/09 21:38:26 INFO Named mount options: {'username': 'siduxbox87', 'password': '********'}
03/21/09 21:38:26 WARNING mount: warning, should mount with fsname=name option, using default
03/21/09 21:38:26 INFO waiting for /media/gmail to become a mountpoint
03/21/09 21:38:30 INFO Connected to gmail
03/21/09 21:38:33 INFO /media/gmail is now a mountpoint
mentre in dmesg ho questo:
n BIOS. You might try hpet=force boot option
pci 0000:00:11.0: quirk: region 0800-087f claimed by vt8235 PM
pci 0000:00:11.0: quirk: region 0400-040f claimed by vt8235 SMB
pci 0000:00:11.1: reg 20 io port: [0xfc00-0xfc0f]
pci 0000:00:11.5: reg 10 io port: [0xe000-0xe0ff]
pci 0000:00:11.5: supports D1 D2
pci 0000:00:12.0: reg 10 io port: [0xdc00-0xdcff]
pci 0000:00:12.0: reg 14 32bit mmio: [0xdffff600-0xdffff6ff]
pci 0000:00:12.0: supports D1 D2
pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:12.0: PME# disabled
pci 0000:01:00.0: reg 10 32bit mmio: [0xc0000000-0xcfffffff]
pci 0000:01:00.0: reg 14 io port: [0xc800-0xc8ff]
pci 0000:01:00.0: reg 18 32bit mmio: [0xdfef0000-0xdfefffff]
pci 0000:01:00.0: reg 30 32bit mmio: [0xdfec0000-0xdfedffff]
pci 0000:01:00.0: supports D1 D2
pci 0000:01:00.1: reg 10 32bit mmio: [0xb0000000-0xbfffffff]
pci 0000:01:00.1: reg 14 32bit mmio: [0xdfee0000-0xdfeeffff]
pci 0000:01:00.1: supports D1 D2
pci 0000:00:01.0: bridge io port: [0xc000-0xcfff]
pci 0000:00:01.0: bridge 32bit mmio: [0xdfe00000-0xdfefffff]
pci 0000:00:01.0: bridge 32bit mmio pref: [0x9fd00000-0xdfcfffff]
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: Power Resource [URP1] (off)
ACPI: Power Resource [URP2] (off)
ACPI: Power Resource [FDDP] (off)
ACPI: Power Resource [LPTP] (off)
PCI: Using ACPI for IRQ routing
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:04: io resource (0x820-0x821) overlaps 0000:00:11.0 BAR 7 (0x800-0x87f), disabling
pnp: PnP ACPI: found 9 devices
ACPI: ACPI bus type pnp unregistered
system 00:04: ioport range 0x3f0-0x3f1 has been reserved
system 00:04: ioport range 0x4d0-0x4d1 has been reserved
system 00:04: ioport range 0x400-0x40f has been reserved
system 00:04: iomem range 0xfee00000-0xfee00fff has been reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0: IO window: 0xc000-0xcfff
pci 0000:00:01.0: MEM window: 0xdfe00000-0xdfefffff
pci 0000:00:01.0: PREFETCH window: 0x0000009fd00000-0x000000dfcfffff
pci 0000:00:01.0: setting latency timer to 64
bus: 00 index 0 io port: [0x00-0xffff]
bus: 00 index 1 mmio: [0x000000-0xffffffff]
bus: 01 index 0 io port: [0xc000-0xcfff]
bus: 01 index 1 mmio: [0xdfe00000-0xdfefffff]
bus: 01 index 2 mmio: [0x9fd00000-0xdfcfffff]
bus: 01 index 3 mmio: [0x0-0x0]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Unpacking initramfs... done
Freeing initrd memory: 6921k freed
highmem bounce pool size: 64 pages
HugeTLB registered 4 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 1734
alg: No test for lzf (lzf-generic)
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
PCI: VIA PCI bridge detected.Disabling DAC.
pci 0000:01:00.0: Boot video device
vesafb: framebuffer at 0xc0000000, mapped to 0xf8080000, using 3072k, total 16384k
vesafb: mode is 1024x768x16, linelength=2048, pages=9
vesafb: protected mode interface info at c000:5849
vesafb: pmi: set display start = c00c58dd, set palette = c00c5929
vesafb: pmi: ports = c810 c816 c854 c838 c83c c85c c800 c804 c8b0 c8b2 c8b4
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
Linux agpgart interface v0.103
Serial: 8250/16550 driver4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Fixed MDIO Bus: probed
input: Macintosh mouse button emulation as /devices/virtual/input/input0
Uniform Multi-Platform E-IDE driver
via82cxxx 0000:00:11.1: VIA vt8235 (rev 00) IDE UDMA133
via82cxxx 0000:00:11.1: IDE controller (0x1106:0x0571 rev 0x06)
pci 0000:00:11.1: can't derive routing for PCI INT A
via82cxxx 0000:00:11.1: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xfc00-0xfc07
ide1: BM-DMA at 0xfc08-0xfc0f
Probing IDE interface ide0...
hda: MAXTOR STM3160215A, ATA DISK drive
hdb: _NEC DVD_RW ND-3520A, ATAPI CD/DVD-ROM drive
hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
hda: UDMA/100 mode selected
hdb: host max PIO5 wanted PIO255(auto-tune) selected PIO4
hdb: UDMA/33 mode selected
Probing IDE interface ide1...
hdc: Maxtor 6E040L0, ATA DISK drive
hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
hdc: UDMA/133 mode selected
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
ide-gd driver 1.18
hda: max request size: 512KiB
hda: 312581808 sectors (160041 MB) w/2048KiB Cache, CHS=19457/255/63
hda: cache flushes supported
hda: hda1 hda2 hda3
hdc: max request size: 128KiB
hdc: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=65535/16/63
hdc: cache flushes supported
hdc: hdc2 < hdc5 >
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
TCP cubic registered
Using IPI No-Shortcut mode
TuxOnIce 3.0-rc7 (http://tuxonice.net)
Replacing swsusp.
TuxOnIce: Resume= parameter is empty. Hibernating will be disabled.
Freeing unused kernel memory: 316k freed
processor ACPI_CPU:00: registered as cooling_device0
ACPI: Processor [CPU1] (supports 16 throttling states)
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:10.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:10.0: UHCI Host Controller
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:10.0: irq 21, io base 0x0000e400
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: UHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.28.7-486-van-neptune uhci_hcd
usb usb1: SerialNumber: 0000:00:10.0
uhci_hcd 0000:00:10.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:10.1: UHCI Host Controller
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e800
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: UHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.28.7-486-van-neptune uhci_hcd
usb usb2: SerialNumber: 0000:00:10.1
uhci_hcd 0000:00:10.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:10.2: UHCI Host Controller
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:10.2: irq 21, io base 0x0000ec00
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.28.7-486-van-neptune uhci_hcd
usb usb3: SerialNumber: 0000:00:10.2
via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
via-rhine 0000:00:12.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
eth0: VIA Rhine II at 0xdffff600, 00:11:5b:80:14:36, IRQ 23.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
ehci_hcd 0000:00:10.3: PCI INT D -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:10.3: EHCI Host Controller
ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
ehci_hcd 0000:00:10.3: irq 21, io mem 0xdffff700
ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 6 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: EHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.28.7-486-van-neptune ehci_hcd
usb usb4: SerialNumber: 0000:00:10.3
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
usb 1-1: new low speed USB device using uhci_hcd and address 2
PM: Starting manual resume from disk
Replacing swsusp.
TuxOnIce: Resume= parameter is empty. Hibernating will be disabled.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
usb 1-1: configuration #1 chosen from 1 choice
usb 1-1: New USB device found, idVendor=093a, idProduct=2500
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB OPTICAL MOUSE
usb 1-1: Manufacturer: PIXART
usb 1-2: new low speed USB device using uhci_hcd and address 3
usb 1-2: configuration #1 chosen from 1 choice
usb 1-2: New USB device found, idVendor=0603, idProduct=00f1
usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-2: Product: USB Keyboard
usb 1-2: Manufacturer: NOVATEK
udevd version 125 started
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
ACPI: Power Button (CM) [PWRB]
input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
ACPI: Sleep Button (CM) [SLPB]
agpgart: Detected VIA KM400/KM400A chipset
agpgart-via 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
input: PC Speaker as /devices/platform/pcspkr/input/input4
rtc_cmos 00:06: RTC can wake from S4
rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 114 bytes nvram
usbcore: registered new interface driver hiddev
input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:10.0/usb1/1-1/1-1:1.0/input/input5
generic-usb 0003:093A:2500.0001: input,hidraw0: USB HID v1.10 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:10.0-1/input0
Linux video capture interface: v2.00
input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:10.0/usb1/1-2/1-2:1.0/input/input6
generic-usb 0003:0603:00F1.0002: input,hidraw1: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:10.0-2/input0
input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:10.0/usb1/1-2/1-2:1.1/input/input7
generic-usb 0003:0603:00F1.0003: input,hiddev96,hidraw2: USB HID v1.10 Mouse [NOVATEK USB Keyboard] on usb-0000:00:10.0-2/input1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
saa7130/34: v4l2 driver version 0.2.14 loaded
saa7134 0000:00:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
saa7133[0]: found at 0000:00:09.0, rev: 209, irq: 17, latency: 32, mmio: 0xdffff800
saa7133[0]: subsystem: 0070:6701, board: Hauppauge WinTV-HVR1110 DVB-T/Hybrid [card=104,insmod option]
saa7133[0]: board init: gpio is 6400000
saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
saa7133[0]: i2c eeprom 80: 84 09 00 04 20 77 00 40 48 72 0d f0 73 05 29 00
saa7133[0]: i2c eeprom 90: 84 08 00 06 cb 05 01 00 94 38 89 72 07 70 73 09
saa7133[0]: i2c eeprom a0: 23 5f 73 0a fc 72 72 0b 2f 72 0e 01 72 0f 03 72
saa7133[0]: i2c eeprom b0: 10 01 72 11 1f 79 67 00 00 00 00 00 00 00 00 00
saa7133[0]: i2c eeprom c0: 84 09 00 04 20 77 00 40 48 72 0d f0 73 05 29 00
saa7133[0]: i2c eeprom d0: 84 08 00 06 cb 05 01 00 94 38 89 72 07 70 73 09
saa7133[0]: i2c eeprom e0: 23 5f 73 0a fc 72 72 0b 2f 72 0e 01 72 0f 03 72
saa7133[0]: i2c eeprom f0: 10 01 72 11 1f 79 67 00 00 00 00 00 00 00 00 00
tuner' 1-004b: chip found @ 0x96 (saa7133[0])
tveeprom 1-0050: Hauppauge model 67019, rev B3B4, serial# 881224
tveeprom 1-0050: MAC address is 00-0D-FE-0D-72-48
tveeprom 1-0050: tuner model is Philips 8275A (idx 114, type 4)
tveeprom 1-0050: TV standards PAL(B/G) NTSC(M) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xfc)
tveeprom 1-0050: audio processor is SAA7131 (idx 41)
tveeprom 1-0050: decoder processor is SAA7131 (idx 35)
tveeprom 1-0050: has radio, has IR receiver, has IR transmitter
saa7133[0]: hauppauge eeprom: model=67019
tda829x 1-004b: setting tuner address to 61
tda829x 1-004b: type set to tda8290+75a
input: HVR 1110 as /devices/virtual/input/input8
ir-kbd-i2c: HVR 1110 detected at i2c-1/1-0071/ir0 [saa7133[0]]
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi1
saa7133[0]: registered device radio0
VIA 82xx Audio 0000:00:11.5: PCI INT C -> GSI 22 (level, low) -> IRQ 22
VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
dvb_init() allocating 1 frontend
DVB: registering new adapter (saa7133[0])
DVB: registering adapter 0 frontend 0 (Philips TDA10046H DVB-T)...
tda1004x: setting up plls for 48MHz sampling clock
Adding 2249092k swap on /dev/hda2. Priority:-1 extents:1 across:2249092k
tda1004x: timeout waiting for DSP ready
tda1004x: found firmware revision 0 -- invalid
tda1004x: trying to boot from eeprom
tda1004x: timeout waiting for DSP ready
tda1004x: found firmware revision 0 -- invalid
tda1004x: waiting for firmware upload...
saa7134 0000:00:09.0: firmware: requesting dvb-fe-tda10046.fw
tda1004x: found firmware revision 29 -- ok
EXT3 FS on hda3, internal journal
saa7134 ALSA driver for DMA sound loaded
saa7133[0]/alsa: saa7133[0] at 0xdffff800 irq 17 registered as card -1
vboxdrv: Trying to deactivate the NMI watchdog permanently...
vboxdrv: Successfully done.
vboxdrv: Found 1 processor cores.
vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
vboxdrv: Successfully loaded version 2.1.4_OSE (interface 0x000a0009).
fuse init (API version 7.10)
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
prova a ripetere la configurazione con un'altra guida
es: https://www.squadrainformatica.com/it/blog/27?page=161
guylmaster
21-03-2009, 20:54
Dimenticavo in messages non c'è scritto nulla a riguardo, mbho, si ferma a quando ho montato una penna usb circa 1 ora fa.
il modulo fuse lo hai caricato?
modprobe fuse
guylmaster
21-03-2009, 21:58
il modulo fuse lo hai caricato?
modprobe fuse
Ebbe certo altrimenti non mi avrebbe cariato nulla.
ho provato anche io sulla mia arch
niente da fare,
sembra che mi faccia scrivere
ma poi non vedo nulla
guylmaster
22-03-2009, 12:47
ho provato anche io sulla mia arch
niente da fare,
sembra che mi faccia scrivere
ma poi non vedo nulla
Ergo gmail ha cambiato qualcosa e non funziona proprio più. Ora non so quanto sia vecchio gmailfs però mi ricordo che c'è stato un aggiornamento dell'interfaccia web di gmail un pò di mesi fa, ora non so se questo aggiornamento ha modificato anche l'interazione con gmailfs.
Poi magari sono solo supposizioni, ma a me pare tutto configurato a puntino.
io ho aperto gmail dal browser
mi sono ritrovato nella posta una "mail" del file, che avevo cercato di scriverci
c'e' qualcosa di anomalo....
p.s.
ta le altre cose, io sapevo che lo spazio che gmail fornisce, e' solamente per la
memorizzazione della posta, e non sfruttabile per altro (secondo il contratto)
guylmaster
22-03-2009, 13:25
io ho aperto gmail dal browser
mi sono ritrovato nella posta una "mail" del file, che avevo cercato di scriverci
c'e' qualcosa di anomalo....
p.s.
ta le altre cose, io sapevo che lo spazio che gmail fornisce, e' solamente per la
memorizzazione della posta, e non sfruttabile per altro (secondo il contratto)
E' quello che succede anche a me.
Ergo se prima tu riuscivi a farlo andare, ed ora non funziona, c'è qualcosa che non dipende dalla semplice configurazione?
c'e' anche questo...
http://myneit.wordpress.com/2007/06/18/gspace-usare-gmail-come-disco-virtuale/
guylmaster
23-03-2009, 12:20
c'e' anche questo...
http://myneit.wordpress.com/2007/06/18/gspace-usare-gmail-come-disco-virtuale/
Si ma era comodo poter utilizzare il mount come un hd normale.
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.