Re: [gentoo-user] Brother MFC 7320
> ### Mail vom Wednesday 03 October 2012, 01:01:41: ### > > I has compile new kernel, but the result is same. > > CONFIG_USB_ACM=y > CONFIG_USB_PRINTER=y > CONFIG_USB_WDM=y > CONFIG_USB_TMC=y > Hi, i don't really remember where - perhaps search the mailinglist-archive - but i think i've read that cups and the USB_PRINTER-module are not working perfectly together... try to compile it as module or disable it and compile cups with usb-support... I use epson-drivers for my all-in-one printer and have no problems... but i print and scan via Wifi... > I use the handbook for usb and usb printer. > > Uff. When on Sabayon run, should run on gentoo too, or? > > Regards > Silvio > > Regards, Jens
[gentoo-user] new machine: incremental back-ups
My new machine is working very well -- thanks again for the advice -- , tho' the sighing noise from the CPU fan is a bit trying (smile), & I'm considering setting up an incremental back-up system so that if the SSD collapses, I can restore everything from files stored on the HDD without re-installing. I already have an adequate set-up of back-ups, incl off-site copies, which ensures my personal files + configs cb restored, but it involves some human intervention from me at various times & I would have to re-install all the system + Portage stuff. What do people who do incremental back-ups use ? -- ,, SUPPORT ___//___, Philip Webb ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto TRANSIT`-O--O---' purslowatchassdotutorontodotca
Re: [gentoo-user] new machine: incremental back-ups
Am 04.10.2012 08:38, schrieb Philip Webb: > My new machine is working very well -- thanks again for the advice -- , > tho' the sighing noise from the CPU fan is a bit trying (smile), > & I'm considering setting up an incremental back-up system > so that if the SSD collapses, > I can restore everything from files stored on the HDD without re-installing. > > I already have an adequate set-up of back-ups, incl off-site copies, > which ensures my personal files + configs cb restored, > but it involves some human intervention from me at various times > & I would have to re-install all the system + Portage stuff. > > What do people who do incremental back-ups use ? > I am using http://backuppc.sourceforge.net/ (in portage) which brings some nice features like compression, de-duplication and a web interface. Once configured it runs automatically. Just as of today I started some tests with storeBackup (which is not in portage: http://www.nongnu.org/storebackup/). It has a nice feature list: compression, de-dup (even on block devices), backup replication, checksums and the author claims, you can restore backups even without having storeBackup at hand. What do you use for cloud/offsite backups? I am still searching for the perfect solution. Requirements: backups must be encrypted, delta-sync, and being able to resume interrupted transfers to the offsite location. At the moment I am using duply, which is a frontend for duplictiy. But with duplicity, a flipped bit in the backup chain can render all following backups useless. So now I am thinking about encfs. Just encrypt the backup (or use encfs --reverse) and rsync to offsite location.
Re: [gentoo-user] new machine: incremental back-ups
On Thu, 2012-10-04 at 02:38 -0400, Philip Webb wrote: > My new machine is working very well -- thanks again for the advice -- , > tho' the sighing noise from the CPU fan is a bit trying (smile), > & I'm considering setting up an incremental back-up system > so that if the SSD collapses, > I can restore everything from files stored on the HDD without re-installing. > > I already have an adequate set-up of back-ups, incl off-site copies, > which ensures my personal files + configs cb restored, > but it involves some human intervention from me at various times > & I would have to re-install all the system + Portage stuff. > > What do people who do incremental back-ups use ? > dirvish - its in portage "In other news, I've learned from the director of the Oregon State University Open Source Lab that they will be backing up their servers with dirvish. These servers are the primary mirror sites for Mozilla, Kernel.org, Gentoo, Drupal, and other major open source projects." This is from the dirvish website in 2005 when I started using it - if its good enough for those guys ... I am still using it on multiple systems without problems. Space efficient versioned backups. The website is a bit out of date, but there is still dev going on behind the scenes as shown by googling - solid and reliable so doesnt need to change much. Recommended. BillK
Re: [gentoo-user] new machine: incremental back-ups
On Thu, 04 Oct 2012 10:25:53 +0200, Michael Hampicke wrote: > I am using http://backuppc.sourceforge.net/ (in portage) which brings > some nice features like compression, de-duplication and a web interface. > Once configured it runs automatically. +1 for BackupPC > What do you use for cloud/offsite backups? I am still searching for the > perfect solution. Requirements: backups must be encrypted, delta-sync, > and being able to resume interrupted transfers to the offsite location. I have a Python script that uses a combination of dar, to create encrypted backups locally, and boto to upload them to S3. I used duplicity some years ago and found it consumed enormous amounts of bandwidth, more than my ISP provided at the time. -- Neil Bothwick If a parsley farmer is sued, can they garnish his wages? signature.asc Description: PGP signature
Re: [gentoo-user] new machine: incremental back-ups
Am 04.10.2012 12:37, schrieb Neil Bothwick: > On Thu, 04 Oct 2012 10:25:53 +0200, Michael Hampicke wrote: > >> I am using http://backuppc.sourceforge.net/ (in portage) which brings >> some nice features like compression, de-duplication and a web interface. >> Once configured it runs automatically. > > +1 for BackupPC > >> What do you use for cloud/offsite backups? I am still searching for the >> perfect solution. Requirements: backups must be encrypted, delta-sync, >> and being able to resume interrupted transfers to the offsite location. > > I have a Python script that uses a combination of dar, > to create encrypted backups locally, and boto to upload them to S3. I used > duplicity some years ago and found it consumed enormous amounts of > bandwidth, more than my ISP provided at the time. Hm, dar looks interesting. I'll have a look at it. The man page states that it is possible to restore individual files from an dar archive without reading the complete file (in contrast to tar). Is this also true when using compression and/or encryption? Would be a great feature for fast single file restores (Just mount the offsite location with sshfs or similar and tell dar to restore file25 from my 500GB backup without having to transfer the whole damn thing :) )
Re: [gentoo-user] new machine: incremental back-ups
On Thu, 04 Oct 2012 13:43:13 +0200, Michael Hampicke wrote: > Hm, dar looks interesting. I'll have a look at it. The man page states > that it is possible to restore individual files from an dar archive > without reading the complete file (in contrast to tar). Is this also > true when using compression and/or encryption? Would be a great feature > for fast single file restores (Just mount the offsite location with > sshfs or similar and tell dar to restore file25 from my 500GB backup > without having to transfer the whole damn thing :) ) The way I do it is to use the split feature to split the archive into manageable chunks. It helps when an upload fails and when restoring you just grab the catalog, try to restore from that and it tells you which file(s) it needs. -- Neil Bothwick People who eat natural foods die from natural causes. signature.asc Description: PGP signature
Re: [gentoo-user] Brother MFC 7320
On Thursday 04 Oct 2012 07:18:14 Jens Reinemuth wrote: > > ### Mail vom Wednesday 03 October 2012, 01:01:41: ### > > > > I has compile new kernel, but the result is same. > > > > CONFIG_USB_ACM=y > > CONFIG_USB_PRINTER=y > > CONFIG_USB_WDM=y > > CONFIG_USB_TMC=y > > Hi, > > i don't really remember where - perhaps search the mailinglist-archive - > but i think i've read that cups and the USB_PRINTER-module are not working > perfectly together... try to compile it as module or disable it and > compile cups with usb-support... Last time I printed on a Brother printer (can't recall model) I had CONFIG_USB_PRINTER disabled and cups compiled with the USB flag enabled. -- Regards, Mick smime.p7s Description: S/MIME cryptographic signature
[gentoo-user] Kernel compile problem
Finishing a brand new install on a brand new machine, compiling kernel 3.4.9 is OK. Boot from it also. Just a detail: the USB keyboard is not recognized, no input possible (works fine under BIOS or when booting from the install disk and chrooting). I must have forgotten something, some driver. Any cue ? Also I cant'remember the name of that utility that makes the mouse recognized on the console...
Re: [gentoo-user] Kernel compile problem
Alain Didierjean wrote: > Finishing a brand new install on a brand new machine, compiling kernel 3.4.9 > is OK. Boot from it also. Just a detail: the USB keyboard is not recognized, > no input possible (works fine under BIOS or when booting from the install > disk and chrooting). I must have forgotten something, some driver. Any cue ? > Also I cant'remember the name of that utility that makes the mouse recognized > on the console... > > Mouse on console: gpm Just emerge it and don't forget to start the service and add it to a runlevel. ;-) Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
Re: [gentoo-user] Brother MFC 7320
On Thursday 04 October 2012 13:53:19 Mick wrote: > Last time I printed on a Brother printer (can't recall model) I had > CONFIG_USB_PRINTER disabled and cups compiled with the USB flag > enabled. I've had to do that in recent kernel versions with my Kyocera laser too. This is an amd64 box, so that means kernel 3.4.9. -- Rgds Peter
Re: [gentoo-user] new machine: incremental back-ups
On Thu, Oct 4, 2012 at 1:38 AM, Philip Webb wrote: > My new machine is working very well -- thanks again for the advice -- , > tho' the sighing noise from the CPU fan is a bit trying (smile), > & I'm considering setting up an incremental back-up system > so that if the SSD collapses, > I can restore everything from files stored on the HDD without re-installing. > > I already have an adequate set-up of back-ups, incl off-site copies, > which ensures my personal files + configs cb restored, > but it involves some human intervention from me at various times > & I would have to re-install all the system + Portage stuff. > > What do people who do incremental back-ups use ? I'm using rdiff-backup to do incremental backups of my local machine to an external HDD, as well as using it to make backups of a remote server over SSH onto my local machine.
Re: [gentoo-user] Kernel compile problem
On Thu, 4 Oct 2012 15:07:05 +0200 (CEST), Alain Didierjean wrote: > Finishing a brand new install on a brand new machine, compiling kernel > 3.4.9 is OK. Boot from it also. Just a detail: the USB keyboard is not > recognized, no input possible (works fine under BIOS or when booting > from the install disk and chrooting). I must have forgotten something, > some driver. Any cue ? CONFIG_HID, CONFIG_HID_GENERIC, CONFIG_USB_HID and CONFIG_INPUT_KEYBOARD should all be set to y, not m. -- Neil Bothwick WinErr 007: System price error - Inadequate money spent on hardware signature.asc Description: PGP signature
Re: [gentoo-user] new machine: incremental back-ups
On Thu, Oct 4, 2012 at 11:22 AM, Paul Hartman wrote: > I'm using rdiff-backup to do incremental backups of my local machine > to an external HDD, as well as using it to make backups of a remote > server over SSH onto my local machine. Using rdiff-backup as well here on all my machines, stuffing them over the network onto a large RAID that is then copied offsite (again with rdiff-backup) -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3
Re: [gentoo-user] Brother MFC 7320
Hello, i have found what is the mistake, and it's so easy. When in kernel usb printer compiled in, then must compile cups without usb. Now all run. Well done. Thanks for support. Nice evening or day where ever are. Silvio
Re: [gentoo-user] Brother MFC 7320
Silvio Siefke wrote: > Hello, > > i have found what is the mistake, and it's so easy. > > When in kernel usb printer compiled in, then must compile cups without > usb. Now all run. Well done. Thanks for support. > > > Nice evening or day where ever are. > > Silvio > > Now I wish I had posted what I was thinking. I was thinking I had to do that a few months ago with my HP. I couldn't recall which one was enable and which was disable. You may find it in the message after cups installs too, those einfo things. I had cleared mine a week or so back so mine was gone. Glad you got it going tho. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
Re: [gentoo-user] Kernel compile problem
On Thu, Oct 04, 2012 at 03:07:05PM +0200, Alain Didierjean wrote > Finishing a brand new install on a brand new machine, compiling kernel > 3.4.9 is OK. Boot from it also. Just a detail: the USB keyboard is > not recognized, no input possible (works fine under BIOS or when > booting from the install disk and chrooting). I must have forgotten > something, some driver. Any cue ? Most USB keyboards and mice require *LOWSPEED* USB 1.x support. This is *IN ADDITION TO* USB 2 and/or USB 3 for harddrives/keys/etc. If you have an Intel or VIA chipset, you need UHCI (USB 1.0) support built into your kernel, like so... Device Drivers ---> [*] USB support ---> <*> UHCI HCD (most Intel and VIA) support If you have an AMD machine, select OHCI (USB 1.1) support... Device Drivers ---> [*] USB support ---> <*> OHCI HCD support > Also I cant'remember the name of that utility that makes the mouse > recognized on the console... I believe you're asking about "gpm". -- Walter Dnes I don't run "desktop environments"; I run useful applications
Re: [gentoo-user] Kernel compile problem
On Thu, Oct 04, 2012 at 03:07:05PM +0200, Alain Didierjean wrote > Finishing a brand new install on a brand new machine, > compiling kernel 3.4.9 is OK. Boot from it also. > But the USB keyboard is not recognized, no input possible, > though it works fine under BIOS or when booting from the install disk > and chrooting). I must have forgotten something, some driver. Any cue ? I ran into this too : I have an AMD processor in the new machine, but an Intel in the old one, & the drivers for AMD are different. You need to install all 4 of the 'xHCI' drivers (not as modules). Look at the kernel help notes for them when configuring it. -- ,, SUPPORT ___//___, Philip Webb ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto TRANSIT`-O--O---' purslowatchassdotutorontodotca
[gentoo-user] AMD ''Vishera'' FX-Series CPU
Dearest FX-8350, Will I get lucky and be happy (price justified by performance enhancements) if we consummate our first transaction? Or should I want for your cousin the Steamroller? Any got Gentoo running on a new AMD Vishera (FX-8350) CPU based system (Oct, 23 2012 launch) ? Anyone seen one of these systems yet? Anyone got one on order? (in the US)? http://www.tomshardware.com/news/Vishera-Bulldozer-Piledriver-FX-Series,17844.html http://www.xbitlabs.com/news/cpu/display/20120921231354_AMD_Sets_the_FX_Vishera_Launch_Date.html Since I'm specifying a new system, I figured I'd also enquire about mobo recommendations to go with these chips. Will a mobo for Vishera also work with the new Steamroller chips? Does the new pile-driver micro-architecture present any compiler issues with gcc or other compilers? nefariously curious, James