I'm setting up the Squirrelmail | impad | sendmail combination and so far everything appears in order but I'm getting a 'mailbox not found' error when I log into Squirrelmail. I've eliminated Squirrelmail by using another imap client (Mozilla Thunderbird) and getting the same error. It seems that the problem is with imapd.I've checked the logs and I can see only the successful login entries. Nothing else:
May 5 10:30:19 altair cyrus/imap[2602]: executed
May 5 10:30:19 altair cyrus/imap[2602]: accepted connection
May 5 10:30:19 altair cyrus/imap[2602]: login: localhost [127.0.0.1] john plaintext User logged in
I started to use mailboxes instead of maildirs on my server. My server is with imapd on slackware.I found out that by Thunderbird I just cannot create sub-folders in my imap directory. My users used to manage their mails into hierarchically organized subfolders.
(We are running CyrusIMAP v2.3.16 on Slackware 13.1)The Problem:A user deleted a HUGE public Folder (>10000 Messages, >250 Subfolders), and now the Folder is in his "Trash" folder.Besides the obvious "Why did he have the access rights to do so in the first place??" question, I am honestly at a loss as to how the user did it:Trying to copy it back using Thunderbird failed utterly, TB crashes, or copies only a part, or nothing at all... (Tried 3.x on Windows and Linux Clients)So now I'm searching for a way to copy the folder back serverside.But web and manpages seem to offer few help:I don't want to move the folder to another partition, nor do I want to reconstruct or restore any corrupted data...All I want is to copy the folder from "user/USERNAME/Trash/HERE" back to "shared/archive/HERE".
I have a Linux server that has local mail service. There are few user accounts on this server. User may send the mail to each other but that only restrict to LAN environment only.
For example, I may
# mail user1
To send mail to user1. User are not able to send mail to public. Some service like hylafax using this local mail service to send notification of fax status.
I don't want to manage and maintain local mail service anymore. I have subscribed a package from ISP to host a public domain of my own. I wish to have my hylafax service to able to send the notification mails to public mail server, is that possible to do it? It is great if all mails that send to local mail server may forward to public mail server. That makes the local mail service serve mail forward only.
I am running Jessie 8.3 and wireless in Wicd has stopped working for me, displaying "No Wireless Networks Found."
Code: Select allsudo /etc/init.d/wicd restart Restarted wicd Made sure wlan0 is in wicd preferences. iwconfig:
Code: Select alleth0Â Â Â no wireless extensions.
wlan0   IEEE 802.11abg ESSID:"Tell My Wifi Love Her"      Mode:Managed Access Point: Not-Associated  Tx-Power=200 dBm       Retry short limit:7  RTS thr:off  Fragment thr:off      Encryption key:off      Power Management:off      lo    no wireless extensions.
For some reason my user account was removed from the netdev group? So I readded it...
Code: Select allekarr@fidelio:~$ sudo gpasswd -a ekarr netdev Adding user ekarr to group netdev
Code: Select allsudo journalctl -p 0..3 Apr 14 10:36:11 debian ntpd_intres[682]: host name not found: ptbtime1.ptb.de Apr 14 10:36:11 debian ntpd_intres[682]: host name not found: ptbtime2.ptb.de Apr 14 10:36:11 debian ntpd_intres[682]: host name not found: ptbtime3.ptb.de
A quick check
Code: Select allsystemctl status ntp.service ntp.service - LSB: Start NTP daemon   Loaded: loaded (/etc/init.d/ntp)   [code]...
3 packets transmitted, 0 received, 100% packet loss, time 1999ms.Same result when using the standard Debian ntp time servers like "server 0.debian.pool.ntp.org iburst" in /etc/ntp.conf.
Installed linux-image-2.6.32-bpo on my laptop today and after the reboot i got "no operating system found" . I'm now typing using a Puppy live cddrom .
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...
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?
After the successful installation of debian squeeze 32 bits from the first dvd, I proceeded to try to install the package noip2, but my surprise was not in the repositories that I have, but when used lenny if I had it.Below show my repositories:[URL]I dont know if i need another repository or i am missing one
I admit PV is new to me, compared to simple HVM, so I have a number of questions:
1. Why the command not found error?
2. Should I be booting from the Xen option or regular boot option at the start up screen when creating the xen image? I've tried both and get the same error message.
3. I have Debian 8 (Jessie) installed on my system and I wasn't sure whether I should therefore make this the guest OS in my Xen PV. In asking this question I'm thinking in terms of HVMs - but I assume my Xen PV needs a guest OS of some kind? Or is my host Debian 8 already acting as a guest OS in Xen PV? I'm confused
4. If I do need to install a guest OS, is it better to go for an earlier version of debian - so as not to be so resource hungry?
I'm nervous about screwing up my host debian installation, so when I got the error message, did some research but found nothing meaningful. I don't want to end up having to reinstall my Debian 8 (base OS) ... again!
I installed ndiswrapper and tried adding a driver. Error: module ndiswrapper not found.So I recompiled my kernel, upgrading to 2.6.33.4 (no, I can't see the logical connection either) After a week, I got the new kernel working ( in the interim I reinstalled debian- it didn't survive my first kernel attempt. don't ask), and reinstalled ndiswrapper. Same problem. So I had a stoke of genius: download the source package!! So I did. Lo and behold, a new directory appeared in /usr/src/ : modules. I took a moment to admire my work, then I jumped in.I 'ls'ed to see what was going on, and found a Makefile. so I typed 'make'. First error: kernel source not found. So I entered the Makefile, found the(clearly marked)variable,and changed it to /usr/src/linux-2.6.33.4 , exited, and redid 'make' Second error: no wireless support in kernel. So I went to src/linux-2.6.33.4 and did a make menuconfig- loaded my current, threw in wireless, and exited.
I decided to try wireless so I bought a TP-Link pci adapter TL-WN851N and installed it. I installed Wcid and firmware-atheros. I set /etc/network/interfaces to read auto lo iface lo inet loopbackAll Wicd does is tell me "No wireless networks found."
I just reinstalled debian on my computer, I've had it working for a long time, only difference is I used to have Cable Internet and now I use DSL. Anywho, I reinstalled debian from the kde CD on the debian website, it auto-configured my network out of the box. My network is connected to the computer, pinging google works perfectly, and ifconfig shows that eth0 is working correctly without any errors. However on both Konqueror and Iceweasel, every time I try to connect to a website, it tells me the server cannot be found. Basically it acts like I don't have internet. Using the terminal works though, I have installed KDE-FULL from the terminal and wicd, so I know I do have internet. I don't know what it could be, like I said, I installed from the cd and this happened. Maybe there's a bug on the KDE debian cd
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?
I just installed debian (Jessie) in my computer and tried to install Nvidia drivers. This is a task i have done many times and never got a problem but today...
Here you have my output...
X.Org X Server 1.16.2.901 (1.16.3 RC 1) Release Date: 2014-12-09 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian Current Operating System: Linux PC-Server 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ck
I'm learning about the system calls in Linux, but I was not able to find the syscall_table.S file in the linux/arch/x86/ directory. Are the sources installed by default in Lenny ? Or do we've to install them manually.
[12:12 PM:/usr/src/linux/arch/x86/kernel]$ ls asm-offsets.s Makefile
These are the only files in the specified directory. I'm using the stock kernel.
I am trying to figure out where the harddisk power management can be found in Squeeze. Before it was in the scripts under /etc/acpi, but in Squeeze it's not. I'd like to be able to change the hdparm -B value from 128 to 200 when using battery.
I have a new installation. I try to boot and instead of my grub menu, I get "error: file not found" and am dropped into the rescue prompt. I have just a standard "Desktop" installation. I installed from the 5.05 net install cd. I installed grub to the MBR.
partitions are: hd0,2 is / hd0,5 is swap entering the "set" command results in: prefix=(hd0,2)/boot/grub root=hd0,2 [Code]...
I have a set of two amd64 machines with Debian Lenny. Machine 2 reads all the users' information from the Machine 1 through LDAP. Also, in Machine 2 I set up a dchroot environment for 32 bits compatibility ( following [URL]
In addition to the above instructions, on this Machine 2, I set up /etc/libnss*, /etc/ldap/*, and /etc/nsswitch.conf both for the amd64 and for the i386 environments. I have no problems if I'm in the native amd64 mode. However, once I enter the i386 dchroot, some strange things happen:
1) For users from uid=1000 to uid=1031, I get an error if running 'whoami' (Cannot find name for user ID XXXX) and if I run 'id' , I get all the correct group numbers but no translation to group names in parenthesis as it should be. 'ls -l' also only lists group numbers but no names.
2) for user 1032 I cannot even change into the dchroot, I get the error "E: Group '1,031' not found"
error found with your "Postfix virtual maps": No "map sources" were found in the Postfix configuration. your system is not ready for use by Virtualmin. how do I set this?
I am having weird issues with courier IMAPD, the load goes like crazy at times and users mail client just hangs! The server is having 4 GB RAM Dual Core and around 700 users connected to 143 (via netstat) and I see around same amount of imapd's in process list. Mailbox stays in SAN (fiber).
I tried to install Ubuntu 10.10 with a USB stick, but when I start the computer with the USB stick I got this:
SYSLINUX 4.02 2010-07-21 CHS Copyright (C) 1994-2010 H. Peter Anvin et al ERROR: No configuration file found No DEFAULT or UI configuration directive found! Boot: I did a MD5SUM of my .iso file and it say "MD5 Check Sums are the same".
I have ubuntu 11.04 few things first: I cant figure out how to get to the x.org configuration, i've searched high and low for it. I looked in the software center and it says i have OpenGL installed, but when i search for OPENGL or x.org in my applications menu, it only gives me available downloads, and nothing to actually open in a window and use. -When I open the additional drivers menu its 100% blank. not 1 driver is listed. -I searched for and downloaded the proprietary ATI driver from the software center, additional drivers menu is still blank, and I can't run Unity now. -I tried to open the ATI Catalyst control panel, and it says the driver is not properly configured, and to run the aticonfig, where is this? i cant find it. None of this is making any sense to me. I've been reading forum posts and numerous 3rd party sites for days, and nothing works.
I'm just trying to get my laptop to run EVE. It ran fine when I had windows on here. All of my problems with it seem to be stemming from my Graphics, and I cant seem to figure out how to fix it. It seems that every fix I can find, doesnt work on my laptop, and many of the control panels people point to as a resource to fix a problem, I either can't find them, or they are not populated the way they should be. I hate to say it, but if I can't get this issue resolved, I may have to turn back to Windows, The main reason I even have this laptop is to play games when I'm not at home...and I cant do that....all i can use it for ATM is music and internet...
I made a bootable USB flash drive for ubuntu 11.04 32bit. I went to the setup and setup the booting option to USB drive. Now I am trying to boot from USB drive it give an error message:
SYSLINUX 4.04 EDD 2011-04-18 Copyright (C) 1994-2011 H. Peter Anvin et al ERROR: No configuration file found No DEFAULT or UI counfiguration directive found! boot: _
I downloaded SUSE to a directory and copied that to a CD to use for running a trial on a 950 Mhz laptop. The CD does show a directory Boot and the boot directory does contain files. There is also a file named syslinux.cfg which when viewed from MS XP is identified as a configuration file for MS Office Outlook.
On boot attempts from the CD I get the Error message: No default or UI configuration directive found.Do I have an error on the D/L disk or is my proceedure not correct?
have a Dell with a 1510 WLAN mini card and tried the solution posted by pschaff in the parent forum. When I got through with the process, I could no longer connect to the internet with a hard-wired ethernet connection. When I open the network connection manager and click on Activate, I get the message:/sbin/ifup: configuration for eth0 not foundUsage: ifap <device name>etho used to be the connection I had to the internet with a hard wired ethernet cable to my modem. I have attached the lspci -m and lspci -n data suggested