Debian Configuration :: Unable To Persistent Device Naming

Mar 30, 2011

I have a problem defining persistent device naming on a Debian Lenny server.I have:RAID1 controller on the server machine with two SCSI disks.external storage with RAID5. I have / mount on the first partition on the server SCSI disk and /storage mount on the external storage.

I'm experiencing a problem: The system recognizes the system disk (RAID 1), as sda or sdb - randomly.I want: To control the recognition, and tell the system that sda (sda1) will always be the system disk.The motivation: GRUB is configured to work with sda, and when the system disk doesn't, boot process fails, and I end up in the initramfs shell-like interface.

Booting the kernel
.
.
.
mount:mounting /dev on /root/dev failed: No such file or directory
mount:mounting /sys on /root/sys failed: No such file or directory

[code]....

View 6 Replies


ADVERTISEMENT

Server :: Defining Persistent Device Naming On A Debian Lenny?

Nov 25, 2010

I have a problem defining persistent device naming on a Debian Lenny server.I have:RAID1 controller on the server machine with two SCSI disks.external storage with RAID5. I have / mount on the first partition on the server SCSI disk and /storage mount on the external storage. I'm experiencing a problem: The system recognizes the system disk (RAID 1), as sda or sdb randomly.I want: To control the recognition, and tell the system that sda (sda1) will always be the system disk.The motivation: GRUB is configured to work with sda, and when the system disk doesn't, boot process fails, and I end up in the initramfs shell-like interface.

Code:

Booting the kernel
.
.
.
mount:mounting /dev on /root/dev failed: No such file or directory
mount:mounting /sys on /root/sys failed: No such file or directory

[code]....

View 7 Replies View Related

Ubuntu Networking :: Persistent Ethernet Interface Naming

May 26, 2011

I'm running Ubuntu 11.04 on my desktop and the 70-persistent-net.rules file seems to be ignored. The ethernet interfaces are randomly shuffled around on boot (i have 4 interfaces). The original one was configured to have a static IP address (eth0). Is there anything that prevents the /etc/udev/rules.d/70-persistent-net.rules from being applied/used?

View 1 Replies View Related

Debian Configuration :: Bluetooth Unable To Connect To Any Device

Jun 19, 2015

I've been having a problem with Bluetooth on Debian 8 Jessie i just can't connect to any bluetooth device, i have only tested my smartphone and my bluetooth headphones, i am using blueman manager.After attempting to connect to my bluetooth headphones/smartphone it just disconnects and says "Connection Failed: No such file or directory",i don't know if i have to create a config file or something, the error message doesn't say anything but the error previously mentioned.

View 7 Replies View Related

Debian :: /dev/lp0 With No Usblp - Get A Persistent Device Name For Usb Printer?

Jul 10, 2011

Since removing the deprecated usblp driver from my kernel I no longer have a /dev/lp0 device, or /dev/usb/lp0. I use these for sending files directly to my printer. Should these be created by udev? If so, why might they not be being created? If not, how can I get a persistent device name for my usb printer?

View 1 Replies View Related

Debian Configuration :: Enabling Persistent Logs With Systemd

Dec 1, 2015

How to enable persistent logging with systemd? I find it really weird that all this machinery that is systemd doesn't store persistent logs, what if I'm trying to retrieve some information regarding previous boots?

For instance: I have random suspend issues, after rebooting the computer there's no trace left in the logs of what happened, and furthermore (at least in Jessie) I can no longer see a pm-suspend log.

So, at first it sounds like all you have to do is edit journald.conf setting #Storage=auto to "persistent" and create the /var/log/journal directory, but then reading here /usr/share/doc/systemd/README.Debian

Code: Select allEnabling persistent logging in journald
=======================================

To enable persistent logging, create /var/log/journal and set up proper permissions:

install -d -g systemd-journal /var/log/journal
setfacl -R -nm g:adm:rx,d:g:adm:rx /var/log/journal

and here [URL] ....

There are two main reasons why I decided to not enable persistent logging just yet ....

We did get corrupt journal files in the past where the journal then no longer worked at all [1]. With volatile you can just reboot and have a clean state again. Admittedly, the journal has seen a lot of improvements in the mean time and hopefully is more robust, so this point is no longer true.

We still install rsyslog by default. That means we get store them twice. This is something we don't want to do atm.

View 3 Replies View Related

Debian Configuration :: Message Package Netfilter-persistent Is Not Configured Yet

Sep 3, 2015

I installed few days ago Debian Jessie (Linux server-1 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux) for some tests.I tried to install iptables-persistent with the command "apt-get install iptables-persistent".During the install process, I got the following message :

Code: Select allPreconfiguring packages ...
Selecting previously unselected package netfilter-persistent.
(Reading database ... 31677 files and directories currently installed.)
Preparing to unpack .../netfilter-persistent_1.0.3_all.deb ...
Unpacking netfilter-persistent (1.0.3) ...
Selecting previously unselected package iptables-persistent.

[code]....

Some talks about cups, acpid, ipv6 or systemd but nothing has solved the issue in my case.I used iptables-persistent many times with older debian versions.

View 6 Replies View Related

Debian Configuration :: Custom Amnesic Live CD With Persistent Partition

Nov 9, 2015

I want to customise an amnesic Debian environment (like Kali Live CD) with everything (Users, background, icons, etc.) set up to work the way I need. This OS should be inside a memory stick, and, most important, it has to have an encrypted partition I can mount and unmount whenever I want to save persistent data.

View 5 Replies View Related

OpenSUSE Hardware :: How To Add More Storafe For The Server On Switch Device Naming

Dec 18, 2009

I am using a QLA2462 and have got FC storage attached through a brocade switch. As soon when I add more storage for this server on this switch my device naming shifts and this new storage comes in between e.g. as sdb, and the other 2 go to sdc and sdd. I looked around but I can't find a good solution for SuSe 11.2.

View 2 Replies View Related

Software :: GParted Device Naming Order - Reclaim Unused Space From One Of The Partitions In The Middle /dev/sda7

Dec 22, 2010

I have logical partitions on my drive numbered /dev/sda5 through /dev/sda14.I want to reclaim unused space from one of the partitions in the middle /dev/sda7. First I intend to resize /dev/sda7 by leaving the beginning of the partition as is and shrinking the end to create some unallocated space between /dev/sda7 and /dev/sda8. Then I would like to create a new logical partition in this unallocated space. My question is what will be the device name of the newly created logical partition? Will it be /dev/sda15 (I hope)? Or will it be /dev/sda8 and all partitions after this be renamed?

The GParted manual states that if a partition is deleted, all of the following partitions will be renamed, but it doesn't say anything specifically about renaming partitions after adding a new partition in the middle of a partition table.

View 1 Replies View Related

General :: Make Persistent Saves To A USB Device?

Oct 16, 2010

Just started using the above distro - anyone know how to make persistent saves to a USB device?

View 5 Replies View Related

CentOS 5 :: Persistent Device Names For ISCSI Disks?

Nov 15, 2010

I have a server wich is connected to an iSCSI storage and gets harddisks from this storage. Sometimes I have to add new disks to this server. Everytime I add a disk and make an /etc/init.d/iscsi restart on the server the disks don't have the same device name as before the iscsi restart.

It should be possible to gave the disks persistent names using udev rules. Now I tried to create different rules in "/etc/udev/rules.d/99-static-iscsi-names.rules" e.g.

# /dev/sdc
KERNEL=="sd*", BUS=="scsi", PROGRAM=="/sbin/scsi_id -g -s %p",RESULT=="360a98000503355344c4a576864467877" NAME=="sdc%n"
In "/etc/rc.local" I added "/sbin/start_udev" and in "/etc/scsi_id.config" I added the line "vendor="NETAPP",model="LUN",options=-g"

[Code]...

View 3 Replies View Related

Slackware :: Konsole Configuration Not Persistent ?

Mar 1, 2010

This issue has been a thorn in my side since -13.0 was released. I cannot get the konsole configuration to "stick". If I start konsole, then click Settings->Edit Current Profile, then change the font & font size, click "Apply", then "OK", the changes work during that session, but when I close the program, then open it back up, I am back to the default settings. If I make a root profile, the foreground & background colors will persist, but not the font settings or the initial command. This bugged me so much that I moved to mrxvt, which is working nicely, but I would like to get konsole to behave as well. NOTE: I have recently installed -current on this laptop & put on Alien Bob's KDE 4.4 packages. I cannot get konsole to work right here, either.

View 4 Replies View Related

Debian :: Naming Packages - ESV - R3 And Lenny1 Mean?

Jul 15, 2011

I have got a question about some terms in Debian package name, for example: 1:9.6.ESV.R3+dfsg-0+lenny1 What do ESV, R3 and lenny1 mean? I can't find information about it anywhere...

View 2 Replies View Related

Debian Multimedia :: Xsane USB Naming?

Aug 2, 2010

I have scanner working nicely, but...When I launch xsane, the scanning for devices upsets my tv-tuner.Xsane accepts a device name in the command line, but how to put it there?sane-find-scanner gives:found USB scanner (vendor=0x04e8, product=0x341b) at libusb:003:003found USB scanner (vendor=0x0c45, product=0x602d) at libusb:002:002

View 1 Replies View Related

Debian Configuration :: No Space Left On Device

Mar 15, 2016

Debian Version: 8.3 (Jessie) KDE (although this is NOT a desktop issue)
Basic Hardware:
Gigabyte Motherboard GA-970A-D3P
AMD 8350 CPU (8 cores)
32 GB DDR3 RAM
120GB SSD SATA-6GB/s
750 WD Black SATA-6GB/s

I am getting "Error: No space left on device" regularly during updates or installs, but why. Here is data on the disks, filesystems, etc...

Code: Select all df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1        81G   27G   50G  35% /
devtmpfs         16G     0   16G   0% /dev
tmpfs            16G   76K   16G   1% /dev/shm
tmpfs            16G   18M   16G   1% /run

[code]...

Seems very doubtful that inodes are the killer.I have googled and followed all the threads, and search these forums and found nothing that fits - every answer there was focused on avaiolable space and inodes..And to make the cheese even more binding, the issue has cropped up on another 8.3 system with far more disk space (larger hard drives) and lots more unused inodes

Code: Select alldf -h
Filesystem                        Size  Used Avail Use% Mounted on
/dev/dm-0                         907G  6.6G  855G   1% /
udev                               10M     0   10M   0% /dev
tmpfs                             995M  9.2M  986M   1% /run
tmpfs                             2.5G   76K  2.5G   1% /dev/shm
tmpfs                             5.0M  4.0K  5.0M   1% /run/lock
tmpfs                             2.5G     0  2.5G   0% /sys/fs/cgroup

[code]...

View 11 Replies View Related

Debian Configuration :: Missing CD / DVD Device In Squeeze

Apr 3, 2010

I've been testing Squeeze to determine whether KDE4 is finally suitable for my primary machine. Everything seems to be working fine except for detection of IDE devices. My CD/DVD drive no longer automounts and the reason seems to be that no device is being created. My Lenny system detects the drive as /dev/hda, but no such device exists in Squeeze. During boot, Squeeze appears to detect the drive as /dev/sr0 (according to dmesg), but in fact that device does not exist either.I'm actually running the Lenny kernel, as I am unable to compile my Ralink wireless driver (rt2860sta) using the Squeeze kernel. Also, for inquiring minds, I use removable HDD drive bays on my systems to simplify testing.

View 9 Replies View Related

Debian Configuration :: USB Device Not Found With Libusb?

Sep 24, 2010

I run a program (findknxusb) to scan for devices on USB, but the device is not found.

The debugging level for libusb is on:
$ ./findknxusb
Possible addresses for KNX USB devices:
libusb_set_debug...
libusb: setting debugging level to 1 (on)
libusb_init...

[Code]....

View 1 Replies View Related

Debian Configuration :: BAR 6: No Parent Found Of For Device?

Oct 5, 2010

I installed Debian Lenny on my HP Laptop - dv6-2120ed. Because i have atheros wireless card i needed to install ath9k which is not supported in 2.6.26 kernel so i compiled it to 2.6.32. Everything is good, but when i boot the new kernel i get "Bar 6: No parent found of for device" for 2 devices - the ethernet LAN card and the sound card. After 1 minute waiting the kernel starts booting and everything works fine (the LAN and the SOUND card too). How can i fix this and what means it exactly?

View 2 Replies View Related

Debian Configuration :: Wireless Not Working With Sid And New Device?

Dec 8, 2010

The computer networking works fine with a normal static setup, but adding a USB wireless device is not successful. It is my own network so the wpa-ssid and wpa-psk are known to work with Lenny and a previous wireless device.The device is recognized (lsusb) and the driver is confirmed to be in the kernel (lsmod). Here is the iwconfig output:

wlan0     IEEE 802.11bgn  ESSID:off/any
Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm
Retry  long limit:7   RTS thr:off   Fragment thr:off
Encryption key:off
Power Management:off

After typing: ifconfig wlan0 192.168.1.144 up I can ping that address, but it is not working. I have just done a fresh install of Sid so that I could get the 2.6.35 kernel which contains the ath9k_htc driver for the USB wireless device that I am using. The firmware is ar9271.fw but my source of that is questionable because it does not seem readily available. I am temporarily using a PCMCIA wired connection which is what I am using to connect to the computer via telnet. (This is just for convenience so as to avoid getting up all the time.) Here is the ifconfig output:

eth0      Link encap:Ethernet  HWaddr 00:40:05:07:d9:11
inet addr:192.168.1.122  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::240:5ff:fe07:d911/64 Scope:Link

[code]...

That file works with the previous USB wireless device under Lenny. Am I doing something wrong or is the driver and firmware just not up to snuff yet?

View 5 Replies View Related

Debian Configuration :: 2.6.32-5 686-bigmem Powernow-k8 No Such Device

Mar 16, 2011

I newly installed Debian 6.0 I choose for the 2.6.32-5 686-bigmem kernel because I have 6Gb of RAM Now I want to use Cool n Quiet When I try to do modprobe powernow-k8 I get a 'no such device' message I have an Athlon64 X2 6000+ cpu. Am I using the correct kernel for this?

View 1 Replies View Related

Debian Configuration :: Wlan0 Device Not Configured?

Aug 3, 2011

I've recently installed Debian. But the wireless network is not working. In Gnome it says "Device not configured" And if i try a ifup it says: root@accroft-msi:/home/accroft# ifup wlan0Internet Systems Consortium DHCP Client 4.1.1-P1Copyright 2004-2010 Internet Systems Consortium.All rights reserved.

Listening on LPF/wlan0/My mac address here
Sending on LPF/wlan0/My mac address here
Sending on Socket/fallback

[code]....

View 13 Replies View Related

Debian Installation :: Disks Naming And Labeling?

Aug 7, 2011

During installation when i set the partitions i have to provide a Name and a Label. What is the difference of these? It looks like only one should be needed. Any problems of using the same name for both?

View 3 Replies View Related

Debian Configuration :: Setting Wireless Device As A Hotspot

Sep 18, 2015

I have a problem activating the hotspot on my debian 8. The issue is that I can't activate the hotspot to give other devices wifi connection.

I have the correct driver packages from the non-free repositories (firmware-realtek) and this service (hotspot) worked fine on distros like Ubuntu, Mint and Fedora .

I tried hostapd but it didn't work. I'm using cinnamon desktop.

View 0 Replies View Related

Debian Configuration :: Static IP - Network Device Not Found

Oct 11, 2010

My os is debian 5.0, netcard is RTL8168D/8111D. I can't use the Static ip, if I setup static ip, output "not found network device", but the network driver have loaded and if I use DHCP mode everything is ok. do you understand my english? What my next steps should be?

View 7 Replies View Related

Debian Configuration :: Safely Removing Mounted USB Device

Jan 7, 2011

I'm not sure if this is a bug in Squeeze beta 2 or if it's something I've overlooked. I have a Maxtor 250 GB external USB drive that I use for backups. It gets auto-mounted fine, always in the same place, and from my normal user account I can write to it, even delete directories on it if I want to. But when, from Gnome, I select the "Safely remove" option, I get an error to the effect that it can't stop the device. The weird thing is that the thing actually *is* unmounted. I've checked the mount point and it's no longer there.Is there some package I maybe should've installed but haven't? I'm not really worried about data loss, since I'm sure the drive wouldn't unmount unless it was properly synched; it's just the error message that bugs me.

View 2 Replies View Related

Debian Configuration :: Squeeze: Grub Uses Device Name Instead Of PartID?

Feb 11, 2011

I'm configuring a machine with Debian 6. I booted from the DVD, took the defaults, and it eventually came up with a Gnome desktop. Everything worked as expected.

I then installed gcc, g++, the Debian kernel source, and built a new kernel with preemptive multitasking turned on. It built clean, I ran "make install" and it put the kernel files in /boot. I rebooted and got a kernel panic error, to the effect that it couldn't find the root filesystem.

/boot/grub/grub.cfg shows

"linux /boot/vmlinuz-2.6.32-5-686 root=UUID=1890437b-5884-4b83-97cf-62d39f63c872 ro single"

for the original install, but the entry for the new kernel has

"linux /boot/vmlinuz-2.6.30DW-preempt root=/dev/sda1 ro quiet"
/etc/fstab has
# / was on /dev/sda1 during installation
"UUID=1890437b-5884-4b83-97cf-62d39f63c872 / ext3 errors=remount-ro 0 1"

I've tried changing the grub entry to UUID, but the new kernel still panics. grub-mkconfig and update-grub just rebuild the split UUID=/sda1 grub.cfg. The new kernel still seems to be looking for /dev/sda1 even after changing grub.

View 5 Replies View Related

Debian Configuration :: Setting Permissions For USB Device On Boot?

Mar 23, 2011

I am trying to figure out what needs to be done to automatically set read/write permissions for everyone for my proprietary USB device on system boot. I have created a udev rules file which changes the permissions for the device when it is connected, but it does not change the permissions when the system is booted with the device already connected. The file looks like this:

SUBSYSTEM=="usb_device", SYSFS{idVendor}=="our vendor id", MODE="0666"

Does something else need to be added to the rules file to make it work when the system boots with the device connected? Is there some other script which needs to be created somewhere?

View 1 Replies View Related

Debian Configuration :: Can't Mount Device/partitions With Slim Or Xdm

Jun 28, 2011

I have Debian Testing. I am testing XFCE and LXDE and i want to use display manager other than GDM. I have tried SLIM and XDM but when i use them i can't mount partitions and USB through Thunar, PcMan or Nautilus - i get message that i am not authorized (if i do groups in terminal - adm dialout fax cdrom floppy tape audio dip video plugdev games fuse powerdev netdev lpadmin scanner sambashare). When i install GDM everything works fine. I have installed FUSE, HAL, Udev,...I have tried a lot of stuff from AcchLinux forums but nothing worked really.

View 4 Replies View Related

Debian Configuration :: Change Audio Output Device?

Jul 11, 2011

how do you change the default audio output device if you have multiple sound cards?

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved